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