vdmbrsv commited on
Commit
0126751
·
verified ·
1 Parent(s): 9c5bbd6

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +5 -1
tokenizer_config.json CHANGED
@@ -172,5 +172,9 @@
172
  "truncation_side": "right",
173
  "truncation_strategy": "longest_first",
174
  "unk_token": "<|unk|>",
175
- "return_token_type_ids": false
 
 
 
 
176
  }
 
172
  "truncation_side": "right",
173
  "truncation_strategy": "longest_first",
174
  "unk_token": "<|unk|>",
175
+ "return_token_type_ids": false,
176
+ "model_input_names": [
177
+ "input_ids",
178
+ "attention_mask"
179
+ ]
180
  }