ammonbro commited on
Commit
d2610e3
·
verified ·
1 Parent(s): 2bb9c2d

End of training

Browse files
Files changed (2) hide show
  1. model.safetensors +1 -1
  2. tokenizer.json +2 -9
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c47b7fad87bbc0e79417dfbd1867c4b176285ee66c414635067eeb0a8602299d
3
  size 955569496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:551b2da75238b646b5042def64660d18b7da19175d67f483a1695209b2d4050a
3
  size 955569496
tokenizer.json CHANGED
@@ -1,15 +1,8 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 512,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": {
10
- "strategy": {
11
- "Fixed": 512
12
- },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
15
  "pad_id": 1,
 
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": 1,