lmz ArthurZ HF staff commited on
Commit
e7107e2
·
verified ·
1 Parent(s): e0eb6fc

Update tokenizer_config.json (#1)

Browse files

- Update tokenizer_config.json (8a163c823f51fb5aaa8ce0d24bd8f808ea33f424)


Co-authored-by: Arthur Zucker <[email protected]>

Files changed (1) hide show
  1. tokenizer_config.json +2 -1
tokenizer_config.json CHANGED
@@ -852,5 +852,6 @@
852
  "clean_up_tokenization_spaces": false,
853
  "extra_special_tokens": {},
854
  "model_max_length": 1000000000000000019884624838656,
855
- "tokenizer_class": "PreTrainedTokenizerFast"
 
856
  }
 
852
  "clean_up_tokenization_spaces": false,
853
  "extra_special_tokens": {},
854
  "model_max_length": 1000000000000000019884624838656,
855
+ "tokenizer_class": "PreTrainedTokenizerFast",
856
+ "model_input_names": ["input_ids", "attention_mask"]
857
  }