CodeIsAbstract commited on
Commit
3586e81
·
verified ·
1 Parent(s): fe17a18

Training in progress, step 500

Browse files
Files changed (3) hide show
  1. model.safetensors +1 -1
  2. tokenizer.json +9 -2
  3. training_args.bin +1 -1
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a31861ce19557027d774e0326037e831f7a9a3a09062446ca575a8d4bbdcd116
3
  size 62293080
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c80bbd0b208e40d699637740557398e4404e0bc5392486b13c19abaff84587b6
3
  size 62293080
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": 20,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": {
10
+ "strategy": {
11
+ "Fixed": 20
12
+ },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
15
  "pad_id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:728823e90a18779891319d458adebbd8c21d788b848c3684bd9adfabc5102366
3
  size 4411
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68b3d857e4b09c4682ced15f5b484e25e3bc109ac8e6c43af9ef5ac62caf9146
3
  size 4411