CoolFace
Datasetpublic

BILGEM-AI/Bilge-Tiny-MathQs

Bilge-Tiny-MathQs This dataset contains 310 Turkish mathematics questions of varying difficulty, synthetically generated using google/gemma-4-31B-it. It primarily targets upper-primary and lower-secondary mathematics. Each JSONL record contains the following fields: problem: The question text solution: A step-by-step solution answer: The numerical answer

sourceHugging Faceapache-2.0updated 1mo agoView on Hugging Face
2likes49downloads
README.md29 linesDownload Raw Back to root
1---2pretty_name: Bilge-Tiny-MathQs3language:4- tr5license: apache-2.06task_categories:7- question-answering8tags:9- mathematics10- synthetic11size_categories:12- n<1K13configs:14- config_name: default15  data_files:16  - split: train17    path: bilge-tiny-mathqs.jsonl18---19 20# Bilge-Tiny-MathQs21 22This dataset contains 310 Turkish mathematics questions of varying difficulty, synthetically generated using `google/gemma-4-31B-it`. It primarily targets upper-primary and lower-secondary mathematics.23 24Each JSONL record contains the following fields:25 26- `problem`: The question text27- `solution`: A step-by-step solution28- `answer`: The numerical answer29