ybelkada commited on
Commit
e4dabe0
1 Parent(s): 95d5f5a

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +4 -0
tokenizer_config.json CHANGED
@@ -16223,6 +16223,10 @@
16223
  "clean_up_tokenization_spaces": true,
16224
  "eos_token": "<|endoftext|>",
16225
  "extra_special_tokens": {},
 
 
 
 
16226
  "model_max_length": 8192,
16227
  "pad_token": "<|endoftext|>",
16228
  "tokenizer_class": "PreTrainedTokenizerFast"
 
16223
  "clean_up_tokenization_spaces": true,
16224
  "eos_token": "<|endoftext|>",
16225
  "extra_special_tokens": {},
16226
+ "model_input_names": [
16227
+ "input_ids",
16228
+ "attention_mask"
16229
+ ],
16230
  "model_max_length": 8192,
16231
  "pad_token": "<|endoftext|>",
16232
  "tokenizer_class": "PreTrainedTokenizerFast"