Instructions to use tharun66/Mistral-7B-Text2SQL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use tharun66/Mistral-7B-Text2SQL with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.3") model = PeftModel.from_pretrained(base_model, "tharun66/Mistral-7B-Text2SQL") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ tags:
|
|
| 9 |
- sft
|
| 10 |
- generated_from_trainer
|
| 11 |
model-index:
|
| 12 |
-
- name: Mistral-7B-
|
| 13 |
results: []
|
| 14 |
---
|
| 15 |
|
|
|
|
| 9 |
- sft
|
| 10 |
- generated_from_trainer
|
| 11 |
model-index:
|
| 12 |
+
- name: Mistral-7B-Text2SQL
|
| 13 |
results: []
|
| 14 |
---
|
| 15 |
|