Qwen3-30B-A3B GRPO BF16 Control — Step 800

This is a research checkpoint derived from Qwen/Qwen3-30B-A3B-Base with group-relative policy optimization on mathematical reasoning data. It was exported at training step 800 from the BF16 control run.

The checkpoint is provided as standard BF16 Hugging Face safetensors and requires no custom inference code.

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "shawnzzzzz/Qwen3-30B-A3B-GRPO-BF16-Control-Step800"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(
    model_id,
    torch_dtype="auto",
    device_map="auto",
)

Use transformers>=4.51.0 for Qwen3-MoE support.

Notes

This is an intermediate research checkpoint, not a production release. Users should independently evaluate correctness, safety, and suitability for their deployment setting. The base-model license applies.

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

Model tree for shawnzzzzz/Qwen3-30B-A3B-GRPO-BF16-Control-Step800

Finetuned
(67)
this model