frizynn commited on
Commit
ac6ce08
·
verified ·
1 Parent(s): eaf1ef0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: cycloneboy/SLM-SQL-Base-1.3B
3
+ tags:
4
+ - gguf
5
+ - text-to-sql
6
+ - slm-sql
7
+ quantized_by: frizynn
8
+ ---
9
+
10
+ # SLM-SQL-Base-1.3B GGUF
11
+
12
+ GGUF quantized version of [cycloneboy/SLM-SQL-Base-1.3B](https://huggingface.co/cycloneboy/SLM-SQL-Base-1.3B).
13
+
14
+ **Quantization:** Q4_K_M
15
+
16
+ ## Usage
17
+
18
+ ```bash
19
+ llama-server -m slm-sql-base-1.3b-q4_k_m.gguf --port 8081
20
+ ```
21
+
22
+ ## Source
23
+
24
+ - Paper: [SLM-SQL: An Exploration of Small Language Models for Text-to-SQL](https://arxiv.org/abs/2507.22478)
25
+ - Original model: [cycloneboy/SLM-SQL-Base-1.3B](https://huggingface.co/cycloneboy/SLM-SQL-Base-1.3B)