zhichao-geng commited on
Commit
4c03a73
·
verified ·
1 Parent(s): 0e4366a

Updated tokenizer config max length

Browse files
Files changed (1) hide show
  1. tokenizer.json +3 -3
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 256,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
@@ -1436,7 +1436,7 @@
1436
  "․": 1276,
1437
  "‥": 1277,
1438
  "‧": 1278,
1439
- "": 1279,
1440
  "‰": 1280,
1441
  "′": 1281,
1442
  "″": 1282,
@@ -97315,7 +97315,7 @@
97315
  "##․": 97155,
97316
  "##‥": 97156,
97317
  "##‧": 97157,
97318
- "##": 97158,
97319
  "##‰": 97159,
97320
  "##′": 97160,
97321
  "##″": 97161,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 512,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
1436
  "․": 1276,
1437
  "‥": 1277,
1438
  "‧": 1278,
1439
+ "": 1279,
1440
  "‰": 1280,
1441
  "′": 1281,
1442
  "″": 1282,
 
97315
  "##․": 97155,
97316
  "##‥": 97156,
97317
  "##‧": 97157,
97318
+ "##": 97158,
97319
  "##‰": 97159,
97320
  "##′": 97160,
97321
  "##″": 97161,