mw_pathstar_2_7 / README.md
nnheui's picture
Upload dataset
56c7b09 verified
metadata
dataset_info:
  features:
    - name: meta
      dtype: string
    - name: id
      dtype: int64
    - name: problem_solution_idx
      dtype: int64
    - name: world_id
      dtype: string
    - name: data_source
      dtype: string
    - name: prompt
      list:
        - name: content
          dtype: string
        - name: role
          dtype: string
    - name: ability
      dtype: string
    - name: reward_model
      struct:
        - name: ground_truth
          dtype: int64
        - name: style
          dtype: string
    - name: extra_info
      struct:
        - name: answer
          dtype: string
        - name: index
          dtype: int64
        - name: question
          dtype: string
        - name: split
          dtype: string
  splits:
    - name: train
      num_bytes: 40731401
      num_examples: 25600
    - name: test
      num_bytes: 1591054
      num_examples: 1000
  download_size: 12713916
  dataset_size: 42322455
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*