Update README.md
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ A CodeLlama-7b model fine-tuned on the Spider dataset using QLoRA (4-bit quantiz
|
|
| 18 |
|
| 19 |
This model is a parameter-efficient fine-tune of CodeLlama-7b using QLoRA on the Spider Text-to-SQL benchmark dataset. It takes a database schema (as DDL statements) and a natural language question as input, and generates the corresponding SQL query.
|
| 20 |
|
| 21 |
-
- **Developed by:** [
|
| 22 |
- **Model type:** Causal Language Model (CodeLlama-7b + LoRA adapters)
|
| 23 |
- **Language(s) (NLP):** English
|
| 24 |
- **License:** Llama 2 Community License
|
|
@@ -143,7 +143,7 @@ Spider validation split (~1,034 examples across unseen databases).
|
|
| 143 |
|
| 144 |
| Metric | Value |
|
| 145 |
|------------|--------------|
|
| 146 |
-
| Eval Loss | [
|
| 147 |
|
| 148 |
#### Summary
|
| 149 |
|
|
@@ -193,8 +193,8 @@ The model learns to ground SQL generation in the provided schema, producing synt
|
|
| 193 |
|
| 194 |
## Model Card Authors
|
| 195 |
|
| 196 |
-
[
|
| 197 |
|
| 198 |
## Model Card Contact
|
| 199 |
|
| 200 |
-
[
|
|
|
|
| 18 |
|
| 19 |
This model is a parameter-efficient fine-tune of CodeLlama-7b using QLoRA on the Spider Text-to-SQL benchmark dataset. It takes a database schema (as DDL statements) and a natural language question as input, and generates the corresponding SQL query.
|
| 20 |
|
| 21 |
+
- **Developed by:** [Yash Shukla]
|
| 22 |
- **Model type:** Causal Language Model (CodeLlama-7b + LoRA adapters)
|
| 23 |
- **Language(s) (NLP):** English
|
| 24 |
- **License:** Llama 2 Community License
|
|
|
|
| 143 |
|
| 144 |
| Metric | Value |
|
| 145 |
|------------|--------------|
|
| 146 |
+
| Eval Loss | [0.160100] |
|
| 147 |
|
| 148 |
#### Summary
|
| 149 |
|
|
|
|
| 193 |
|
| 194 |
## Model Card Authors
|
| 195 |
|
| 196 |
+
[Yash Shukla]
|
| 197 |
|
| 198 |
## Model Card Contact
|
| 199 |
|
| 200 |
+
[yashshuklbhadohi@gmail.com]
|