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