davidvblumenthal commited on
Commit
4acc913
·
1 Parent(s): 5d20e2d

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +7 -2
tokenizer_config.json CHANGED
@@ -1,4 +1,9 @@
1
  {
2
- "model_max_length": 1000000000000000019884624838656,
3
- "tokenizer_class": "PreTrainedTokenizerFast"
 
 
 
 
 
4
  }
 
1
  {
2
+ "model_max_length": 2048,
3
+ "bos_token": "<|endoftext|>",
4
+ "eos_token": "<|endoftext|>",
5
+ "model_max_length": 2048,
6
+ "pad_token": "<|padding|>",
7
+ "tokenizer_class": "PreTrainedTokenizerFast",
8
+ "unk_token": "<|endoftext|>"
9
  }