zhiyucheng commited on
Commit
20af8c9
·
1 Parent(s): 57d2a4b

use original tokenizer config

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -3
tokenizer_config.json CHANGED
@@ -2057,8 +2057,6 @@
2057
  "input_ids",
2058
  "attention_mask"
2059
  ],
2060
- "model_max_length": 2048,
2061
- "pad_token": "<|eot_id|>",
2062
- "padding_side": "left",
2063
  "tokenizer_class": "PreTrainedTokenizerFast"
2064
  }
 
2057
  "input_ids",
2058
  "attention_mask"
2059
  ],
2060
+ "model_max_length": 131072,
 
 
2061
  "tokenizer_class": "PreTrainedTokenizerFast"
2062
  }