Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,7 @@ tags:
|
|
| 8 |
- text-to-sql
|
| 9 |
- fine-tuned
|
| 10 |
- qwen
|
|
|
|
| 11 |
---
|
| 12 |
This is a fine-tuned version of Qwen/Qwen2.5-Coder-3B-Instruct for generating SQL queries from natural language questions. The model was fine-tuned using LoRA (r=16) on a subset of the Spider dataset and merged into a standalone model, eliminating the need for the peft library during inference.
|
| 13 |
Usage
|
|
|
|
| 8 |
- text-to-sql
|
| 9 |
- fine-tuned
|
| 10 |
- qwen
|
| 11 |
+
pipeline_tag: text-generation
|
| 12 |
---
|
| 13 |
This is a fine-tuned version of Qwen/Qwen2.5-Coder-3B-Instruct for generating SQL queries from natural language questions. The model was fine-tuned using LoRA (r=16) on a subset of the Spider dataset and merged into a standalone model, eliminating the need for the peft library during inference.
|
| 14 |
Usage
|