Instructions to use yash-164/SQL_query_generator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use yash-164/SQL_query_generator with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("yash-164/SQL_query_generator", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -26,7 +26,7 @@ This model is a parameter-efficient fine-tune of CodeLlama-7b using QLoRA on the
|
|
| 26 |
|
| 27 |
### Model Sources
|
| 28 |
|
| 29 |
-
- **Repository:** [
|
| 30 |
- **Base Model:** https://huggingface.co/codellama/CodeLlama-7b-hf
|
| 31 |
- **Dataset:** https://huggingface.co/datasets/spider
|
| 32 |
|
|
|
|
| 26 |
|
| 27 |
### Model Sources
|
| 28 |
|
| 29 |
+
- **Repository:** [https://huggingface.co/yash-164/codellama-7b-text2sql/tree/main]
|
| 30 |
- **Base Model:** https://huggingface.co/codellama/CodeLlama-7b-hf
|
| 31 |
- **Dataset:** https://huggingface.co/datasets/spider
|
| 32 |
|