Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,6 @@ tags:
|
|
| 14 |
|
| 15 |
## Model Details
|
| 16 |
|
| 17 |
-
Model Description
|
| 18 |
This model is a fine-tuned version of Llama-3.2-3B-Instruct designed specifically for Text-to-SQL tasks. It was trained to accept a database schema and a natural language question, and output a valid SQL query along with a brief explanation of the logic.
|
| 19 |
It is lightweight (3B parameters), making it suitable for local deployment on consumer GPUs using 4-bit quantization.
|
| 20 |
|
|
|
|
| 14 |
|
| 15 |
## Model Details
|
| 16 |
|
|
|
|
| 17 |
This model is a fine-tuned version of Llama-3.2-3B-Instruct designed specifically for Text-to-SQL tasks. It was trained to accept a database schema and a natural language question, and output a valid SQL query along with a brief explanation of the logic.
|
| 18 |
It is lightweight (3B parameters), making it suitable for local deployment on consumer GPUs using 4-bit quantization.
|
| 19 |
|