Vedant3907 commited on
Commit
d87d0e5
·
verified ·
1 Parent(s): c988bf0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - fka/awesome-chatgpt-prompts
4
+ language:
5
+ - en
6
+ base_model:
7
+ - unsloth/Llama-3.2-3B
8
+ pipeline_tag: text-generation
9
+ ---
10
+
11
+
12
+ ### Model Description
13
+
14
+ This model is a fine-tuned version of **`unsloth/Meta-Llama-3.1-8B`** optimized for **Text-to-SQL generation** tasks. The fine-tuning was done using the **Unsloth library** with LoRA (Low-Rank Adaptation) for parameter-efficient fine-tuning. The training data consists of the first 5000 rows of the **Clinton/Text-to-sql-v1** dataset.
15
+
16
+ - **Developed by**: Vedant Rajpurohit
17
+ - **Model type**: Causal Language Model
18
+ - **Language(s)**: English
19
+ - **Fine-tuned from model**: `unsloth/Meta-Llama-3.2-3B`
20
+ - **Precision**: BF32