Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- tokenizer_config.json +2 -3
tokenizer_config.json
CHANGED
|
@@ -13,6 +13,5 @@
|
|
| 13 |
"model_max_length": 131072,
|
| 14 |
"pad_token": "<|finetune_right_pad_id|>",
|
| 15 |
"padding_side": "right",
|
| 16 |
-
"tokenizer_class": "TokenizersBackend"
|
| 17 |
-
|
| 18 |
-
}
|
|
|
|
| 13 |
"model_max_length": 131072,
|
| 14 |
"pad_token": "<|finetune_right_pad_id|>",
|
| 15 |
"padding_side": "right",
|
| 16 |
+
"tokenizer_class": "TokenizersBackend"
|
| 17 |
+
}
|
|
|