modrill's picture
Upload folder using huggingface_hub
f26c3bc verified
|
Raw
History Blame Contribute Delete
489 Bytes
metadata
library_name: transformers
license: other
base_model: Qwen/Qwen3-4B-Base
tags:
  - llama-factory
  - math
  - think
  - qwen3
  - merged

math-think-s1-qwen3-4b-merged

Merged math think (stage1) model based on Qwen3-4B.

from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("modrill/math-think-s1-qwen3-4b-merged")
tokenizer = AutoTokenizer.from_pretrained("modrill/math-think-s1-qwen3-4b-merged")