Upload folder using huggingface_hub
Browse files- README.md +28 -0
- bilge-tiny-mathqs.jsonl +0 -0
README.md
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: Bilge-Tiny-MathQs
|
| 3 |
+
language:
|
| 4 |
+
- tr
|
| 5 |
+
license: apache-2.0
|
| 6 |
+
task_categories:
|
| 7 |
+
- question-answering
|
| 8 |
+
tags:
|
| 9 |
+
- mathematics
|
| 10 |
+
- synthetic
|
| 11 |
+
size_categories:
|
| 12 |
+
- n<1K
|
| 13 |
+
configs:
|
| 14 |
+
- config_name: default
|
| 15 |
+
data_files:
|
| 16 |
+
- split: train
|
| 17 |
+
path: bilge-tiny-mathqs.jsonl
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
# Bilge-Tiny-MathQs
|
| 21 |
+
|
| 22 |
+
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.
|
| 23 |
+
|
| 24 |
+
Each JSONL record contains the following fields:
|
| 25 |
+
|
| 26 |
+
- `problem`: The question text
|
| 27 |
+
- `solution`: A step-by-step solution
|
| 28 |
+
- `answer`: The numerical answer
|
bilge-tiny-mathqs.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|