Instructions to use jeypiii/lora_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jeypiii/lora_model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("jeypiii/lora_model", 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 +1 -1
tokenizer_config.json
CHANGED
|
@@ -2060,7 +2060,7 @@
|
|
| 2060 |
],
|
| 2061 |
"model_max_length": 131072,
|
| 2062 |
"pad_token": "<|finetune_right_pad_id|>",
|
| 2063 |
-
"padding_side": "
|
| 2064 |
"tokenizer_class": "PreTrainedTokenizerFast",
|
| 2065 |
"unk_token": null
|
| 2066 |
}
|
|
|
|
| 2060 |
],
|
| 2061 |
"model_max_length": 131072,
|
| 2062 |
"pad_token": "<|finetune_right_pad_id|>",
|
| 2063 |
+
"padding_side": "left",
|
| 2064 |
"tokenizer_class": "PreTrainedTokenizerFast",
|
| 2065 |
"unk_token": null
|
| 2066 |
}
|