sequelbox commited on
Commit
1bf4006
1 Parent(s): 1c33756
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": 512,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 2048,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
tokenizer_config.json CHANGED
@@ -17,7 +17,7 @@
17
  "single_word": false
18
  },
19
  "legacy": false,
20
- "max_length": 512,
21
  "model_max_length": 1000000000000000019884624838656,
22
  "pad_token": null,
23
  "padding_side": "right",
 
17
  "single_word": false
18
  },
19
  "legacy": false,
20
+ "max_length": 2048,
21
  "model_max_length": 1000000000000000019884624838656,
22
  "pad_token": null,
23
  "padding_side": "right",