T-math / README.md
MERA-evaluation's picture
Upload dataset
ca5e125 verified
|
Raw
History Blame Contribute Delete
743 Bytes
metadata
dataset_info:
  features:
    - name: instruction
      dtype: string
    - name: inputs
      struct:
        - name: question
          dtype: string
    - name: outputs
      dtype: string
    - name: meta
      struct:
        - name: id
          dtype: int32
        - name: grade
          dtype: string
        - name: task_complexity
          dtype: string
        - name: olympiad
          dtype: string
        - name: solutions
          dtype: string
        - name: year
          dtype: string
  splits:
    - name: shots
      num_bytes: 6169
      num_examples: 3
    - name: test
      num_bytes: 484132
      num_examples: 307
  download_size: 428779
  dataset_size: 490301
configs:
  - config_name: default
    data_files:
      - split: shots
        path: data/shots-*
      - split: test
        path: data/test-*