evalstate/demo-qwen-sft-gguf
035
demo-qwen-sft-gguf
This is a GGUF conversion of evalstate/demo-qwen-sft, which is a LoRA fine-tuned version of Qwen/Qwen2.5-0.5B.
Model Details
- Base Model: Qwen/Qwen2.5-0.5B
- Fine-tuned Model: evalstate/demo-qwen-sft
- Training: Supervised Fine-Tuning (SFT) with TRL
- Format: GGUF (for llama.cpp, Ollama, LM Studio, etc.)
Available Quantizations
Usage
With llama.cpp
# Download model
huggingface-cli download evalstate/demo-qwen-sft-gguf demo-qwen-sft-q4_k_m.gguf
# Run with llama.cpp
./llama-cli -m demo-qwen-sft-q4_k_m.gguf -p "Your prompt here"With Ollama
- Create a
Modelfile:
FROM ./demo-qwen-sft-q4_k_m.gguf- Create the model:
ollama create my-model -f Modelfile
ollama run my-modelWith LM Studio
- Download the
.gguffile - Import into LM Studio
- Start chatting!
License
Inherits the license from the base model: Qwen/Qwen2.5-0.5B
Citation
@misc{demo_qwen_sft_gguf,
author = {evalstate},
title = {demo-qwen-sft-gguf},
year = {2025},
publisher = {Hugging Face},
url = {https://huggingface.co/evalstate/demo-qwen-sft-gguf}
}Converted to GGUF format using llama.cpp
