yewo commited on
Commit
9d045e3
1 Parent(s): 440976e

Upload tokenizer

Browse files
Files changed (2) hide show
  1. tokenizer.json +1 -1
  2. tokenizer_config.json +1 -1
tokenizer.json CHANGED
@@ -2,7 +2,7 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 64,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 128,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
tokenizer_config.json CHANGED
@@ -1837,7 +1837,7 @@
1837
  "clean_up_tokenization_spaces": true,
1838
  "eos_token": "</s>",
1839
  "mask_token": "<mask>",
1840
- "max_length": 64,
1841
  "model_max_length": 1000000000000000019884624838656,
1842
  "pad_token": "<pad>",
1843
  "stride": 0,
 
1837
  "clean_up_tokenization_spaces": true,
1838
  "eos_token": "</s>",
1839
  "mask_token": "<mask>",
1840
+ "max_length": 128,
1841
  "model_max_length": 1000000000000000019884624838656,
1842
  "pad_token": "<pad>",
1843
  "stride": 0,