Instructions to use kanxxyc/Mistral-7B-SQLTuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use kanxxyc/Mistral-7B-SQLTuned with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.1") model = PeftModel.from_pretrained(base_model, "kanxxyc/Mistral-7B-SQLTuned") - Notebooks
- Google Colab
- Kaggle
kankankiki commited on
Commit ·
bc6ab37
1
Parent(s): c749e13
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,8 @@ base_model: mistralai/Mistral-7B-Instruct-v0.1
|
|
| 6 |
### Model Description
|
| 7 |
|
| 8 |
<!-- Provide a longer summary of what this model is. -->
|
| 9 |
-
|
|
|
|
| 10 |
|
| 11 |
|
| 12 |
## Training procedure
|
|
|
|
| 6 |
### Model Description
|
| 7 |
|
| 8 |
<!-- Provide a longer summary of what this model is. -->
|
| 9 |
+
This is a chat model specialized for SQL,
|
| 10 |
+
which has been fine-tuned based on the 'Mistral-7B-Instruct-v0.1' using 'sql-create-context' datasets.
|
| 11 |
|
| 12 |
|
| 13 |
## Training procedure
|