math-corpus-prm / README.md
asingh15's picture
Upload dataset
5f5fa54 verified
|
Raw
History Blame Contribute Delete
748 Bytes
---
dataset_info:
features:
- name: messages
list:
- name: role
dtype: string
- name: content
dtype: string
- name: enable_thinking
dtype: bool
- name: id
dtype: string
- name: source
dtype: string
- name: sample_index
dtype: int64
- name: step_idx
dtype: int64
- name: num_steps
dtype: int64
- name: label
dtype: string
- name: correct
dtype: bool
splits:
- name: test
num_bytes: 57021122
num_examples: 10082
- name: train
num_bytes: 4542454816
num_examples: 761189
download_size: 4548948794
dataset_size: 4599475938
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
- split: train
path: data/train-*
---