Update tokenizer_config.json
Browse files- tokenizer_config.json +13 -13
tokenizer_config.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
-
{
|
| 2 |
-
"backend": "tokenizers",
|
| 3 |
-
"bos_token": "<|begin_of_text|>",
|
| 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": 1000000000000000019884624838656,
|
| 12 |
-
"tokenizer_class": "
|
| 13 |
-
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"backend": "tokenizers",
|
| 3 |
+
"bos_token": "<|begin_of_text|>",
|
| 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": 1000000000000000019884624838656,
|
| 12 |
+
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 13 |
+
}
|