Upload folder using huggingface_hub
Browse files- tokenizer_config.json +3 -2
tokenizer_config.json
CHANGED
|
@@ -180,5 +180,6 @@
|
|
| 180 |
"attention_mask"
|
| 181 |
],
|
| 182 |
"model_max_length": 1000000000000000019884624838656,
|
| 183 |
-
"pad_token": "<|endoftext|>"
|
| 184 |
-
|
|
|
|
|
|
| 180 |
"attention_mask"
|
| 181 |
],
|
| 182 |
"model_max_length": 1000000000000000019884624838656,
|
| 183 |
+
"pad_token": "<|endoftext|>",
|
| 184 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 185 |
+
}
|