--- language: - id - en tags: - gasing-method - math-tutor - indonesian - education - ollama license: apache-2.0 base_model: Qwen/Qwen2.5-Math-1.5B --- # 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: 1. Install [Ollama](https://ollama.com) on your device 2. 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:" ``` 3. Create the model in Ollama: ```bash ollama create indo_math_teacher -f Modelfile ``` 4. Run the model: ```bash 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