Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,23 +1,18 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
features:
|
| 4 |
-
- name: problem
|
| 5 |
-
dtype: string
|
| 6 |
-
- name: answer
|
| 7 |
-
dtype: string
|
| 8 |
-
- name: subject
|
| 9 |
-
dtype: string
|
| 10 |
-
- name: level
|
| 11 |
-
dtype: string
|
| 12 |
-
splits:
|
| 13 |
-
- name: train
|
| 14 |
-
num_bytes: 323281
|
| 15 |
-
num_examples: 1000
|
| 16 |
-
download_size: 178170
|
| 17 |
-
dataset_size: 323281
|
| 18 |
-
configs:
|
| 19 |
-
- config_name: default
|
| 20 |
-
data_files:
|
| 21 |
-
- split: train
|
| 22 |
-
path: data/train-*
|
| 23 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
# math_bench
|
| 6 |
+
|
| 7 |
+
Evaluation dataset for Qwen3 math reasoning.
|
| 8 |
+
|
| 9 |
+
## Source
|
| 10 |
+
Randomly sampled 1000 problems from `open-r1/OpenR1-Math-220k` (seed=42).
|
| 11 |
+
|
| 12 |
+
## Columns
|
| 13 |
+
| Column | Description |
|
| 14 |
+
|---|---|
|
| 15 |
+
| `problem` | Math question |
|
| 16 |
+
| `answer` | Reference answer |
|
| 17 |
+
| `subject` | Problem type (renamed from `problem_type`) |
|
| 18 |
+
| `level` | Source dataset (renamed from `source`) |
|