Instructions to use hdv250202/mistral-adapter-Text2SQL-unsloth with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hdv250202/mistral-adapter-Text2SQL-unsloth with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("hdv250202/mistral-adapter-Text2SQL-unsloth", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -29,6 +29,6 @@
|
|
| 29 |
"up_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
-
"use_rslora":
|
| 33 |
"model_type": "mistral"
|
| 34 |
}
|
|
|
|
| 29 |
"up_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
+
"use_rslora": false,
|
| 33 |
"model_type": "mistral"
|
| 34 |
}
|