anjiangwei's picture
Upload dataset
efd4d6e verified
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: c_code
          dtype: string
        - name: c_only_question
          dtype: string
        - name: index
          dtype: int64
        - name: inputs
          sequence: string
        - name: outputs
          sequence: string
        - name: question
          dtype: string
        - name: split
          dtype: string
        - name: unoptimized_assembly
          dtype: string
        - name: unoptimized_compiled
          dtype: binary
  splits:
    - name: train
      num_bytes: 253620139
      num_examples: 7872
    - name: val
      num_bytes: 7420461
      num_examples: 200
    - name: fewshot
      num_bytes: 122222
      num_examples: 4
  download_size: 54811767
  dataset_size: 261162822
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: val
        path: data/val-*
      - split: fewshot
        path: data/fewshot-*