devpost-hacks-qwen3-4b-judge

GitHub HF Collection Base model License

A 4B hackathon-judge model, distilled from a Qwen3.5-27B teacher onto Qwen3-4B-Instruct-2507. Given two projects it reasons (thinking enabled) and ends with VERDICT: A | B | tie | invalid.

Full project, training code, and evaluation live in the devpost-hacks repository.

Run

from transformers import AutoModelForCausalLM, AutoTokenizer

m = "twangodev/devpost-hacks-qwen3-4b-judge"
tok = AutoTokenizer.from_pretrained(m)
model = AutoModelForCausalLM.from_pretrained(m, torch_dtype="bfloat16", device_map="auto")
# apply_chat_template([system, user], enable_thinking=True) → generate → parse VERDICT line
Downloads last month
5
Safetensors
Model size
4B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for twangodev/devpost-hacks-qwen3-4b-judge

Finetuned
(1840)
this model

Datasets used to train twangodev/devpost-hacks-qwen3-4b-judge

Collection including twangodev/devpost-hacks-qwen3-4b-judge