Ary-007 commited on
Commit
000e497
·
verified ·
1 Parent(s): 635d222

Update README.md

Browse files

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.

It is lightweight (3B parameters), making it suitable for local deployment on consumer GPUs using 4-bit quantization.

Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -10,4 +10,3 @@ library_name: transformers
10
  tags:
11
  - text-to-sql
12
  ---
13
-
 
10
  tags:
11
  - text-to-sql
12
  ---