Indo Math Teacher - Gasing Method
This model is a fine-tuned version of Qwen/Qwen2.5-Math-1.5B specialized in teaching mathematics using the Gasing method in Bahasa Indonesia.
Model Description
The Gasing method (Gampang, Asyik, dan Menyenangkan - Easy, Fun, and Enjoyable) is a teaching approach that simplifies complex mathematical concepts through concrete, easy-to-understand steps.
This model can:
- Solve basic arithmetic problems directly and simply
- Explain problem-solving steps in a clear manner
- Use the Gasing method's approach to mathematical education
Usage with Ollama
To use this model with Ollama:
- Install Ollama on your device
- Create a Modelfile:
FROM Qwen/Qwen2.5-Math-1.5B
SYSTEM "You are a math teacher using the Gasing method"
PARAMETER temperature 0.1
PARAMETER top_p 0.9
PARAMETER num_predict 200
# Set stop sequences
TEMPLATE "{ .System }\n\n{ .Prompt }"
STOP "[/INST]"
STOP ">>> "
STOP "\n\nHuman:"
STOP "\nHuman:"
- Create the model in Ollama:
ollama create indo_math_teacher -f Modelfile
- Run the model:
ollama run indo_math_teacher
Example Usage
User: "Jelaskan cara menghitung 8 ditambah 5 menggunakan metode Gasing!"
Model: "Simpan 8 di kepala dan 5 di tangan. Pasangan 8 untuk mencapai 10 adalah 2. Ambil 2 dari 5 di tangan. Sekarang di kepala kita punya 10, dan di tangan tersisa 3. Jadi, 10 ditambah 3 sama dengan 13."
Model Limitations
- This model is specifically trained for mathematical concepts using the Gasing method
- It works best with arithmetic problems and basic math concepts
- Responses are optimized for Indonesian language
- Downloads last month
- 3
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support
HF Inference deployability: The model has no library tag.