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