Views
No views yet
AksaraLLM/Kiel-Pro-0.5B-v3 for inference with llama.cpp, Ollama, LM Studio, and other GGUF runtimes.| File | Quant | Size | Recommended use |
|---|---|---|---|
Kiel-Pro-0.5B-v3.f16.gguf | F16 | 0.99 GB | lossless from safetensors |
Kiel-Pro-0.5B-v3.q8_0.gguf | Q8_0 | 0.53 GB | near-lossless, ~2× smaller |
Kiel-Pro-0.5B-v3.q6_k.gguf | Q6_K | 0.51 GB | high quality, ~2.5× smaller |
Kiel-Pro-0.5B-v3.q5_k_m.gguf | Q5_K_M | 0.42 GB | good quality, ~3× smaller |
Kiel-Pro-0.5B-v3.q4_k_m.gguf | Q4_K_M | 0.40 GB | recommended default, ~4× smaller |
| Quant | Prompt eval (32 tok) | Generation (16 tok) |
|---|---|---|
q4_k_m | 36.7 tok/s | 20.1 tok/s |
1huggingface-cli download AksaraLLM/Kiel-Pro-0.5B-v3-GGUF Kiel-Pro-0.5B-v3.q4_k_m.gguf --local-dir .
2./llama-cli -m Kiel-Pro-0.5B-v3.q4_k_m.gguf -p "Indonesia adalah" -n 641huggingface-cli download AksaraLLM/Kiel-Pro-0.5B-v3-GGUF Kiel-Pro-0.5B-v3.q4_k_m.gguf Modelfile --local-dir .
2ollama create aksara-kiel-pro-0.5b-v3 -f Modelfile
3ollama run aksara-kiel-pro-0.5b-v3 "Apa ibukota Indonesia?"AksaraLLM/Kiel-Pro-0.5B-v3 for architecture, training data, eval results, and limitations.convert_hf_to_gguf.py from llama.cppllama-quantize from the same buildqwen2