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:

  1. Install Ollama
  2. Download all model files from this repository
  3. 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:"
  1. Create the model in Ollama:
ollama create indo_math_teacher -f Modelfile
  1. 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
Safetensors
Model size
1.54B params
Tensor type
BF16
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support