Commit ·
d25342e
1
Parent(s): 76ace0f
tokenizer_update (#1)
Browse files- tokenizer_config.json +3 -6
tokenizer_config.json
CHANGED
|
@@ -4,11 +4,8 @@
|
|
| 4 |
"clean_up_tokenization_spaces": true,
|
| 5 |
"eos_token": "<|eot_id|>",
|
| 6 |
"is_local": false,
|
| 7 |
-
"model_input_names": [
|
| 8 |
-
"input_ids",
|
| 9 |
-
"attention_mask"
|
| 10 |
-
],
|
| 11 |
"model_max_length": 131072,
|
| 12 |
"pad_token": "<|end_of_text|>",
|
| 13 |
-
"tokenizer_class": "
|
| 14 |
-
}
|
|
|
|
| 4 |
"clean_up_tokenization_spaces": true,
|
| 5 |
"eos_token": "<|eot_id|>",
|
| 6 |
"is_local": false,
|
| 7 |
+
"model_input_names": ["input_ids", "attention_mask"],
|
|
|
|
|
|
|
|
|
|
| 8 |
"model_max_length": 131072,
|
| 9 |
"pad_token": "<|end_of_text|>",
|
| 10 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 11 |
+
}
|