warp-training / README.md
dannkoh's picture
Upload dataset
aab4c91 verified
|
Raw
History Blame Contribute Delete
1.11 kB
metadata
dataset_info:
  features:
    - 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: string
        - name: style
          dtype: string
    - name: extra_info
      struct:
        - name: answer_constants
          dtype: string
        - name: answer_index
          dtype: int64
        - name: example_indices
          sequence: int64
  splits:
    - name: instruct.test
      num_bytes: 96795024
      num_examples: 5899
    - name: instruct.train
      num_bytes: 288631840
      num_examples: 17696
    - name: base.test
      num_bytes: 96246417
      num_examples: 5899
    - name: base.train
      num_bytes: 286986112
      num_examples: 17696
  download_size: 57450397
  dataset_size: 768659393
configs:
  - config_name: default
    data_files:
      - split: instruct.test
        path: data/instruct.test-*
      - split: instruct.train
        path: data/instruct.train-*
      - split: base.test
        path: data/base.test-*
      - split: base.train
        path: data/base.train-*