Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- tokenizer_config.json +6 -2
tokenizer_config.json
CHANGED
|
@@ -3,12 +3,16 @@
|
|
| 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": 131072,
|
| 12 |
-
"pad_token": "<|
|
| 13 |
-
"
|
|
|
|
|
|
|
| 14 |
}
|
|
|
|
| 3 |
"bos_token": "<|begin_of_text|>",
|
| 4 |
"clean_up_tokenization_spaces": true,
|
| 5 |
"eos_token": "<|eot_id|>",
|
| 6 |
+
"from_slow": true,
|
| 7 |
"is_local": false,
|
| 8 |
+
"legacy": false,
|
| 9 |
"model_input_names": [
|
| 10 |
"input_ids",
|
| 11 |
"attention_mask"
|
| 12 |
],
|
| 13 |
"model_max_length": 131072,
|
| 14 |
+
"pad_token": "<|finetune_right_pad_id|>",
|
| 15 |
+
"padding_side": "left",
|
| 16 |
+
"tokenizer_class": "TokenizersBackend",
|
| 17 |
+
"unk_token": null
|
| 18 |
}
|