Instructions to use nahed22/lora_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nahed22/lora_model with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("nahed22/lora_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"alpha_pattern": {},
|
| 3 |
"auto_mapping": null,
|
| 4 |
"base_model_name_or_path": "unsloth/llama-3-8b-bnb-4bit",
|
|
|
|
| 1 |
{
|
| 2 |
+
"model_type": "llama",
|
| 3 |
"alpha_pattern": {},
|
| 4 |
"auto_mapping": null,
|
| 5 |
"base_model_name_or_path": "unsloth/llama-3-8b-bnb-4bit",
|