Views
No views yet
main -- this branch carries only this index.Qwen/Qwen3-4B-Instruct-2507E2-Q-T-R3require_think=True, thinking_mode=think, think_tag=tool_call| Revision | Step | Files |
|---|---|---|
step-800 | 800 | 15 |
step-600 | 600 | 15 |
step-400 | 400 | 15 |
step-200 | 200 | 15 |
1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3repo = "Penguin-N/schema-t32-qwen-think-r3"
4rev = "step-800"
5
6model = AutoModelForCausalLM.from_pretrained(repo, revision=rev)
7tokenizer = AutoTokenizer.from_pretrained(repo, revision=rev)revision resolves to main, which holds no weights.run_manifest.json recording the base model, the
seed, the training schedule, the reasoning format the run trained under,
and a SHA-256 for every file.