Update tokenizer_config.json
Browse files- tokenizer_config.json +3 -0
tokenizer_config.json
CHANGED
@@ -17,6 +17,9 @@
|
|
17 |
"special": true
|
18 |
}
|
19 |
},
|
|
|
|
|
|
|
20 |
"additional_special_tokens": [],
|
21 |
"clean_up_tokenization_spaces": true,
|
22 |
"do_lower_case": true,
|
|
|
17 |
"special": true
|
18 |
}
|
19 |
},
|
20 |
+
"model_input_names": [
|
21 |
+
"input_ids"
|
22 |
+
],
|
23 |
"additional_special_tokens": [],
|
24 |
"clean_up_tokenization_spaces": true,
|
25 |
"do_lower_case": true,
|