qwen-capybara-medium-gguf
This is a GGUF conversion of evalstate/qwen-capybara-medium, 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/qwen-capybara-medium
- Training: Supervised Fine-Tuning (SFT) with TRL
- Format: GGUF (for llama.cpp, Ollama, LM Studio, etc.)
Available Quantizations
| File | Quant | Size | Description | Use Case |
|---|---|---|---|---|
| qwen-capybara-medium-f16.gguf | F16 | ~1GB | Full precision | Best quality, slower |
| qwen-capybara-medium-q8_0.gguf | Q8_0 | ~500MB | 8-bit | High quality |
| qwen-capybara-medium-q5_k_m.gguf | Q5_K_M | ~350MB | 5-bit medium | Good quality, smaller |
| qwen-capybara-medium-q4_k_m.gguf | Q4_K_M | ~300MB | 4-bit medium | Recommended - good balance |
Usage
With llama.cpp
# Download model
huggingface-cli download evalstate/qwen-capybara-medium-gguf qwen-capybara-medium-q4_k_m.gguf
# Run with llama.cpp
./llama-cli -m qwen-capybara-medium-q4_k_m.gguf -p "Your prompt here"
With Ollama
- Create a
Modelfile:
FROM ./qwen-capybara-medium-q4_k_m.gguf
- Create the model:
ollama create qwen-capybara -f Modelfile
ollama run qwen-capybara
With LM Studio
- Download the
.gguffile - Import into LM Studio
- Start chatting!
Training Details
This model was fine-tuned using:
- Dataset: trl-lib/Capybara (1,000 examples)
- Method: Supervised Fine-Tuning with LoRA
- Epochs: 3
- LoRA rank: 16
- Hardware: A10G Large GPU
License
Inherits the license from the base model: Qwen/Qwen2.5-0.5B
Citation
@misc{qwen-capybara-medium-gguf,
author = {evalstate},
title = {Qwen Capybara Medium GGUF},
year = {2025},
publisher = {Hugging Face},
url = {https://huggingface.co/evalstate/qwen-capybara-medium-gguf}
}
Converted to GGUF format using llama.cpp
- Downloads last month
- 12
Hardware compatibility
Log In
to view the estimation
4-bit
5-bit
8-bit
16-bit
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support
Model tree for evalstate/qwen-capybara-medium-gguf
Base model
Qwen/Qwen2.5-0.5B