Upload tokenizer
Browse files- 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 |
}
|