You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Qwen3-0.6B Safety-Math Balanced v60

This repository contains a fully merged Qwen3ForCausalLM model derived from Qwen/Qwen3-0.6B. It keeps the original architecture, tokenizer, parameter count, and loading method. No PEFT adapter or custom inference code is needed.

Loading

from transformers import AutoModelForCausalLM, AutoTokenizer

model_name = "<repository-name>"
tokenizer = AutoTokenizer.from_pretrained(model_name)
model = AutoModelForCausalLM.from_pretrained(
    model_name,
    torch_dtype="auto",
    device_map="auto",
)

Use the standard Qwen3 chat template with enable_thinking=True. The model's original generation_config.json retains sampling with temperature 0.6, top-p 0.95, and top-k 20.

Training summary

The model combines English-first safety, mathematics, and general-capability post-training. A safety-reasoning LoRA task vector was scaled to 0.75 and merged into a balanced Qwen3-0.6B checkpoint to reduce harmful compliance while limiting benign over-refusal. The resulting repository contains a single 596,049,920-parameter model.

Evaluation notes

Local validation uses one sampled completion per problem (mathematics pass@1), scores only content after </think>, and uses the original Qwen3 loading and generation interface. Local results are small-sample development evidence and do not represent official hidden-test results.

Limitations

Safety decisions are context-dependent. The model can still refuse benign requests, comply with harmful requests, make reasoning errors, or fail to close its thinking block under a short output-token limit. Human review remains necessary for consequential use.

Downloads last month
2
Safetensors
Model size
0.6B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for nineteenine19/Qwen3-0.6B

Finetuned
Qwen/Qwen3-0.6B
Adapter
(562)
this model