Ellbendls commited on
Commit
88b205f
·
verified ·
1 Parent(s): 94c776e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -1,8 +1,3 @@
1
- Here’s a polished version of the `README.md` tailored for your fine-tuned model:
2
-
3
- ---
4
-
5
- ```markdown
6
  ---
7
  library_name: transformers
8
  license: mit
@@ -13,6 +8,8 @@ base_model:
13
  pipeline_tag: text-generation
14
  ---
15
 
 
 
16
  # Fine-Tuned LLM for Text-to-SQL Conversion
17
 
18
  This model is a fine-tuned version of [Qwen/Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct) designed to convert natural language queries into SQL statements. It was trained on the `gretelai/synthetic_text_to_sql` dataset and can provide both SQL queries and table schema context when needed.
 
 
 
 
 
 
1
  ---
2
  library_name: transformers
3
  license: mit
 
8
  pipeline_tag: text-generation
9
  ---
10
 
11
+ # Model Card for Model ID
12
+
13
  # Fine-Tuned LLM for Text-to-SQL Conversion
14
 
15
  This model is a fine-tuned version of [Qwen/Qwen2.5-3B-Instruct](https://huggingface.co/Qwen/Qwen2.5-3B-Instruct) designed to convert natural language queries into SQL statements. It was trained on the `gretelai/synthetic_text_to_sql` dataset and can provide both SQL queries and table schema context when needed.