Views
No views yet
1from transformers import AutoModel, AutoTokenizer
2
3model = AutoModel.from_pretrained("lihaoxin2020/Qwen3-4B-Thinking-GSM8K-PRIME-global_step_420")
4tokenizer = AutoTokenizer.from_pretrained("lihaoxin2020/Qwen3-4B-Thinking-GSM8K-PRIME-global_step_420")config.json, weight files like pytorch_model.bin or model.safetensors,
and any tokenizer assets) at the repository root.