Qwen3-0.6B-cybertown-SFT

This model is a Cybertown task-planning SFT checkpoint based on Qwen3-0.6B.

The supervised data was collected from gemini-3-flash-preview and filtered to successful validator runs. The dataset contains 3,423 prompt-response examples, all with validator_valid=True.

Training Data Distribution

By Source

source count ratio
first_plan_success 1083 31.6%
replan_success 2340 68.4%

By Goal Type

goal_type count ratio
assembly 1145 33.5%
transport 1010 29.5%
guidance 356 10.4%
emergency_response 355 10.4%
target_following 331 9.7%
traffic_enforcement 226 6.6%

Intended Use

This model is intended for Cybertown semantic task planning and replanning experiments. It outputs structured planning responses for downstream validation and reinforcement learning.

Loading

from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "WindyLab/Qwen3-0.6B-cybertown-SFT"
tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)
model = AutoModelForCausalLM.from_pretrained(model_id, torch_dtype="auto", device_map="auto")
Downloads last month
5
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 WindyLab/Qwen3-0.6B-cybertown-SFT

Finetuned
Qwen/Qwen3-0.6B
Finetuned
(1037)
this model
Finetunes
1 model

Dataset used to train WindyLab/Qwen3-0.6B-cybertown-SFT