Instructions to use t4gandhi/Mistral-7B-v0.3-fine-tuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use t4gandhi/Mistral-7B-v0.3-fine-tuned with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("t4gandhi/Mistral-7B-v0.3-fine-tuned", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Upload model trained with Unsloth
Browse filesUpload model trained with Unsloth 2x faster
- tokenizer_config.json +2 -1
tokenizer_config.json
CHANGED
|
@@ -4,7 +4,8 @@
|
|
| 4 |
"bos_token": "<s>",
|
| 5 |
"clean_up_tokenization_spaces": false,
|
| 6 |
"eos_token": "</s>",
|
| 7 |
-
"
|
|
|
|
| 8 |
"legacy": false,
|
| 9 |
"model_max_length": 32768,
|
| 10 |
"pad_token": "[control_768]",
|
|
|
|
| 4 |
"bos_token": "<s>",
|
| 5 |
"clean_up_tokenization_spaces": false,
|
| 6 |
"eos_token": "</s>",
|
| 7 |
+
"from_slow": true,
|
| 8 |
+
"is_local": true,
|
| 9 |
"legacy": false,
|
| 10 |
"model_max_length": 32768,
|
| 11 |
"pad_token": "[control_768]",
|