Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- tokenizer_config.json +2 -2
tokenizer_config.json
CHANGED
@@ -2060,9 +2060,9 @@
|
|
2060 |
"legacy": true,
|
2061 |
"model_max_length": 131072,
|
2062 |
"pad_token": "<|finetune_right_pad_id|>",
|
2063 |
-
"padding_side": "
|
2064 |
"sp_model_kwargs": {},
|
2065 |
-
"tokenizer_class": "
|
2066 |
"unk_token": null,
|
2067 |
"use_default_system_prompt": false
|
2068 |
}
|
|
|
2060 |
"legacy": true,
|
2061 |
"model_max_length": 131072,
|
2062 |
"pad_token": "<|finetune_right_pad_id|>",
|
2063 |
+
"padding_side": "right",
|
2064 |
"sp_model_kwargs": {},
|
2065 |
+
"tokenizer_class": "LlamaTokenizerFast",
|
2066 |
"unk_token": null,
|
2067 |
"use_default_system_prompt": false
|
2068 |
}
|