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="strykes/SteraQwen3-0.6B",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

SteraQwen3-0.6B

A full fine-tune of Qwen/Qwen3-0.6B on the ~30k-example Tiny-Giant agentic tool-use / debugging dataset.

A tiny (0.6B) agentic coder built to run fast โ€” including CPU-only VPS โ€” via the Q4_K_M GGUF, while speaking the deterministic Hermes/ChatML <tool_call> format used by the Tiny-Giant harness.

Files

File Description
SteraQwen3-0.6B-Q4_K_M.gguf Q4_K_M quantization (~0.4 GB) โ€” llama.cpp / Ollama / LM Studio, CPU-friendly
SteraQwen3-0.6B-f16.gguf f16 GGUF โ€” re-quantize to any level without retraining
raw_weights/ Full bf16 safetensors HF checkpoint
val_meta.jsonl Held-out validation set shipped with the model

Training

  • Base: Qwen/Qwen3-0.6B (Apache-2.0, Qwen3 arch, ChatML-native)
  • Method: full fine-tune (not LoRA), bf16 + gradient checkpointing
  • Data: ~30k Tiny-Giant agentic tool-use / debugging conversations
  • Epochs: 2 ยท LR: 1e-5 (cosine, 3% warmup) ยท Seq len: 4096
  • Loss: full-sequence

Prompt format

Trained with an explicit ChatML / Hermes renderer. Pin the ChatML template when serving (--chat-template chatml); do not rely on auto-detection. Tool calls:

<tool_call>
{"name": "<function-name>", "arguments": {...}}
</tool_call>

Inference (llama.cpp, CPU-friendly)

llama-cli -m SteraQwen3-0.6B-Q4_K_M.gguf --chat-template chatml

License

Apache-2.0, inherited from the Qwen3-0.6B base model.

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

4-bit

16-bit

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

Model tree for strykes/SteraQwen3-0.6B

Finetuned
Qwen/Qwen3-0.6B
Quantized
(360)
this model