Upload folder using huggingface_hub
Browse files- tokenizer_config.json +4 -0
tokenizer_config.json
CHANGED
|
@@ -27,6 +27,10 @@
|
|
| 27 |
},
|
| 28 |
"clean_up_tokenization_spaces": true,
|
| 29 |
"cls_token": "[CLS]",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
"model_max_length": 1000000000000000019884624838656,
|
| 31 |
"pad_token": "[PAD]",
|
| 32 |
"tokenizer_class": "PreTrainedTokenizerFast",
|
|
|
|
| 27 |
},
|
| 28 |
"clean_up_tokenization_spaces": true,
|
| 29 |
"cls_token": "[CLS]",
|
| 30 |
+
"model_input_names": [
|
| 31 |
+
"input_ids",
|
| 32 |
+
"attention_mask"
|
| 33 |
+
],
|
| 34 |
"model_max_length": 1000000000000000019884624838656,
|
| 35 |
"pad_token": "[PAD]",
|
| 36 |
"tokenizer_class": "PreTrainedTokenizerFast",
|