raygx commited on
Commit
65e4f80
1 Parent(s): 7c37abb

Upload tokenizer

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +4 -0
tokenizer_config.json CHANGED
@@ -1,5 +1,9 @@
1
  {
2
  "clean_up_tokenization_spaces": true,
 
 
 
 
3
  "model_max_length": 512,
4
  "tokenizer_class": "PreTrainedTokenizerFast"
5
  }
 
1
  {
2
  "clean_up_tokenization_spaces": true,
3
+ "model_input_names": [
4
+ "input_ids",
5
+ "attention_mask"
6
+ ],
7
  "model_max_length": 512,
8
  "tokenizer_class": "PreTrainedTokenizerFast"
9
  }