superoptimize_c_v1 / README.md
tarsur909's picture
Upload dataset
025cb2e verified
|
Raw
History Blame Contribute Delete
907 Bytes
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
          dtype: string
        - name: code
          dtype: string
        - name: index
          dtype: int64
        - name: inputs
          sequence: string
        - name: outputs
          sequence: string
        - name: split
          dtype: string
  splits:
    - name: train
      num_bytes: 68593262
      num_examples: 1492
    - name: val
      num_bytes: 12733616
      num_examples: 250
  download_size: 17962851
  dataset_size: 81326878
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: val
        path: data/val-*