Thai-Math-Reasoning
Collection
Experiments on LLM mathematical reasoning in Thai • 9 items • Updated
How to use RJTPP/th_reasoning-translator-math-7b-v1 with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("RJTPP/th_reasoning-translator-math-7b-v1", device_map="auto")This qwen2 model was trained 2x faster with Unsloth and Huggingface's TRL library.
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("RJTPP/th_reasoning-translator-math-7b-v1", device_map="auto")