How to use from
vLLM
Install from pip and serve model
# Install vLLM from pip:
pip install vllm
# Start the vLLM server:
vllm serve "KDDSTLC/lfed-qwen2.5-coder-14b-sql-gguf"
# Call the server using curl (OpenAI-compatible API):
curl -X POST "http://localhost:8000/v1/chat/completions" \
	-H "Content-Type: application/json" \
	--data '{
		"model": "KDDSTLC/lfed-qwen2.5-coder-14b-sql-gguf",
		"messages": [
			{
				"role": "user",
				"content": "What is the capital of France?"
			}
		]
	}'
Use Docker
docker model run hf.co/KDDSTLC/lfed-qwen2.5-coder-14b-sql-gguf:Q4_K_M
Quick Links

LFED v2 โ€” Qwen2.5-Coder-14B Text-to-SQL (GGUF)

Fine-tuned QLoRA (r=32) on 27,859 NLโ†’SQL pairs for DuckDB SQL generation from natural-language questions about school district data.

Base model: Qwen2.5-Coder-14B-Instruct Format: GGUF Q4_K_M Use with: llama.cpp, Ollama, LM Studio

Downloads last month
2
GGUF
Model size
15B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support