How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="randomaibullshitgo/qwen3-14b-finetuned-coding",
	filename="qwen3-14b-finetuned-Q5_K_M.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

Qwen3-14B Fine-Tuned for Coding

QLoRA-fine-tuned Qwen3-14B on CodeAlpaca + Evol-CodeAlpaca + filtered OpenHermes (25 K samples, 3 epochs, r=16). Quantized to Q5_K_M GGUF for inference.

Used as the target model for the 1-bit Medusa speculative decoding work that achieves 2.26x lossless speedup on a single RTX 5080: https://github.com/randomaibullshitgo/1bit-spec-decode

Inference

llama-cli -m qwen3-14b-finetuned-Q5_K_M.gguf -p "Write a binary search in Rust" -n 200

For speculative decoding (2.26x faster), see the companion repo with Medusa heads.

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

5-bit

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

Model tree for randomaibullshitgo/qwen3-14b-finetuned-coding

Finetuned
Qwen/Qwen3-14B
Quantized
(195)
this model
Finetunes
1 model