YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
Indo Math Teacher with Gasing Method (Complete Model)
This repository contains the complete fine-tuned model files for Indo Math Teacher, which teaches mathematics using the Gasing method in Bahasa Indonesia.
Installation
Quick Installation
For easy installation, run:
curl -s https://raw.githubusercontent.com/Lckoo1230/indo-math-teacher-complete/main/install.sh | bash
Manual Installation
If you prefer to install manually:
- Install Ollama
- Download all model files from this repository
- Create a
Modelfile
with the following content:
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."
About the Gasing Method
Gasing (Gampang, Asyik, dan Menyenangkan - Easy, Fun, and Enjoyable) is a teaching approach that simplifies complex mathematical concepts through concrete, easy-to-understand steps.
- Downloads last month
- 9
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.