davidvblumenthal commited on
Commit
86747fb
1 Parent(s): 4ddff5c

Update tokenizer_config.json

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +8 -4
tokenizer_config.json CHANGED
@@ -1,5 +1,9 @@
1
  {
2
- "clean_up_tokenization_spaces": true,
3
- "model_max_length": 1000000000000000019884624838656,
4
- "tokenizer_class": "PreTrainedTokenizerFast"
5
- }
 
 
 
 
 
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
+ }