Instructions to use vishnurchityala/sql-gemma3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Inference
Update README.md
Browse files
README.md
CHANGED
|
@@ -5,11 +5,7 @@ license: gemma
|
|
| 5 |
base_model: unsloth/gemma-3-1b-it
|
| 6 |
tags:
|
| 7 |
- text-to-sql
|
| 8 |
-
-
|
| 9 |
-
- gemma
|
| 10 |
-
- gemma-3
|
| 11 |
-
- instruction-tuning
|
| 12 |
-
- generated_from_trainer
|
| 13 |
datasets:
|
| 14 |
- gretelai/synthetic_text_to_sql
|
| 15 |
pipeline_tag: text-generation
|
|
@@ -79,4 +75,4 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
|
| 79 |
## Acknowledgements
|
| 80 |
|
| 81 |
- Base model: [Gemma 3](https://huggingface.co/google)
|
| 82 |
-
- Dataset: [Gretel AI synthetic_text_to_sql](https://huggingface.co/datasets/gretelai/synthetic_text_to_sql)
|
|
|
|
| 5 |
base_model: unsloth/gemma-3-1b-it
|
| 6 |
tags:
|
| 7 |
- text-to-sql
|
| 8 |
+
- finetuning
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
datasets:
|
| 10 |
- gretelai/synthetic_text_to_sql
|
| 11 |
pipeline_tag: text-generation
|
|
|
|
| 75 |
## Acknowledgements
|
| 76 |
|
| 77 |
- Base model: [Gemma 3](https://huggingface.co/google)
|
| 78 |
+
- Dataset: [Gretel AI synthetic_text_to_sql](https://huggingface.co/datasets/gretelai/synthetic_text_to_sql)
|