ybelkada commited on
Commit
5710fa8
1 Parent(s): ba4fd39

Upload tokenizer

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