kseniasych's picture
Upload dataset
8fc3f10 verified
metadata
dataset_info:
  features:
    - name: id
      dtype: string
    - name: instruction
      dtype: string
    - name: trajectory
      list: string
    - name: length
      dtype: int64
    - name: public_tests
      list:
        - name: input
          dtype: string
        - name: output
          dtype: string
    - name: generated_tests
      list:
        - name: input
          dtype: string
        - name: output
          dtype: string
  splits:
    - name: train
      num_bytes: 235004095
      num_examples: 18000
    - name: test
      num_bytes: 95352122
      num_examples: 1500
    - name: val
      num_bytes: 14536688
      num_examples: 500
  download_size: 24248603
  dataset_size: 344892905
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: val
        path: data/val-*