NeutrinoPit commited on
Commit
b5705bc
·
verified ·
1 Parent(s): d5c2baa

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. model.safetensors +1 -1
  2. tokenizer.json +9 -2
  3. training_args.bin +3 -0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:abafd30a58c8422734b6af0458ecbbbdab52864c84524d1053eb45e22062a560
3
  size 438836648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ff146c7fc4f90b80e68a5c95b98fe1ae3e4a19abe084d0884677c06dfdc044e
3
  size 438836648
tokenizer.json CHANGED
@@ -1,8 +1,15 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": {
5
- "strategy": "BatchLongest",
 
 
6
  "direction": "Right",
7
  "pad_to_multiple_of": null,
8
  "pad_id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 128,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": {
10
+ "strategy": {
11
+ "Fixed": 128
12
+ },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
15
  "pad_id": 0,
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f37f619547c386fc629592e440264cd762c0ee6bb385f7518905dbbe03af6637
3
+ size 5496