andquant commited on
Commit
a8df01a
·
verified ·
1 Parent(s): 46c1bbd

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -3,7 +3,7 @@
3
  "bos_token": "<|beginoftext|>",
4
  "clean_up_tokenization_spaces": false,
5
  "eos_token": "<|endoftext|>",
6
- "model_max_length": 2048,
7
  "pad_token": "<|pad|>",
8
  "padding_side": "right",
9
  "tokenizer_class": "TokenizersBackend",
 
3
  "bos_token": "<|beginoftext|>",
4
  "clean_up_tokenization_spaces": false,
5
  "eos_token": "<|endoftext|>",
6
+ "model_max_length": 1024,
7
  "pad_token": "<|pad|>",
8
  "padding_side": "right",
9
  "tokenizer_class": "TokenizersBackend",