Thai-Math-Reasoning
Collection
Experiments on LLM mathematical reasoning in Thai • 9 items • Updated
How to use RJTPP/th_reasoning-01-deepseek1.5b-instuct with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("RJTPP/th_reasoning-01-deepseek1.5b-instuct", device_map="auto")This qwen2 model was trained 2x faster with Unsloth and Huggingface's TRL library.
Base model
deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("RJTPP/th_reasoning-01-deepseek1.5b-instuct", device_map="auto")