Views
No views yet
main -- this branch carries only this index.Qwen/Qwen3-4B-Instruct-2507E1-T-R2require_think=True, thinking_mode=think, think_tag=tool_call| Revision | Step | Files |
|---|---|---|
step-200 | 200 | 15 |
step-100 | 100 | 15 |
1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3repo = "Penguin-N/schema-t11-potato-think-r2"
4rev = "step-200"
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.