Piyush026 commited on
Commit
0cedb62
·
verified ·
1 Parent(s): 7f09fab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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