math / README.md
d1shs0ap's picture
Upload dataset
6f0c4ab verified
metadata
dataset_info:
  features:
    - name: problem
      dtype: string
    - name: answer
      dtype: string
    - name: solution
      dtype: string
    - name: reward
      dtype: float64
    - name: length
      dtype: float64
    - name: correct_length
      dtype: float64
    - name: incorrect_length
      dtype: float64
  splits:
    - name: train
      num_bytes: 19748457.536896937
      num_examples: 38400
    - name: test
      num_bytes: 984851.4631030634
      num_examples: 1915
    - name: easy
      num_bytes: 6610076.16462855
      num_examples: 12853
    - name: medium
      num_bytes: 6610590.447376907
      num_examples: 12854
    - name: hard
      num_bytes: 6527790.924891479
      num_examples: 12693
  download_size: 29770574
  dataset_size: 40481766.53689694
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: easy
        path: data/easy-*
      - split: medium
        path: data/medium-*
      - split: hard
        path: data/hard-*