countdown / README.md
rasdani's picture
Upload dataset
1d99f77 verified
metadata
dataset_info:
  features:
    - name: target
      dtype: int64
    - name: nums
      sequence: int64
    - 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
          struct:
            - name: numbers
              sequence: int64
            - name: target
              dtype: int64
        - name: style
          dtype: string
    - name: extra_info
      struct:
        - name: index
          dtype: int64
        - name: split
          dtype: string
  splits:
    - name: train
      num_bytes: 232228240
      num_examples: 327680
    - name: val
      num_bytes: 90606
      num_examples: 128
    - name: test
      num_bytes: 634322
      num_examples: 896
  download_size: 22150058
  dataset_size: 232953168
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: val
        path: data/val-*
      - split: test
        path: data/test-*