claudios's picture
Upload dataset
2db68de verified
metadata
dataset_info:
  - config_name: full
    features:
      - name: task_id
        dtype: int32
      - name: text
        dtype: string
      - name: code
        dtype: string
      - name: test_list
        sequence: string
      - name: test_setup_code
        dtype: string
      - name: challenge_test_list
        sequence: string
    splits:
      - name: train
        num_bytes: 176879
        num_examples: 374
      - name: test
        num_bytes: 244104
        num_examples: 500
      - name: validation
        num_bytes: 42405
        num_examples: 90
      - name: prompt
        num_bytes: 4550
        num_examples: 10
    download_size: 459770
    dataset_size: 467938
  - config_name: sanitized
    features:
      - name: source_file
        dtype: string
      - name: task_id
        dtype: int32
      - name: prompt
        dtype: string
      - name: code
        dtype: string
      - name: test_imports
        sequence: string
      - name: test_list
        sequence: string
    splits:
      - name: train
        num_bytes: 63453
        num_examples: 120
      - name: test
        num_bytes: 132720
        num_examples: 257
      - name: validation
        num_bytes: 20050
        num_examples: 43
      - name: prompt
        num_bytes: 3407
        num_examples: 7
    download_size: 221036
    dataset_size: 219630
configs:
  - config_name: full
    data_files:
      - split: train
        path: full/train-*
      - split: test
        path: full/test-*
      - split: validation
        path: full/validation-*
      - split: prompt
        path: full/prompt-*
  - config_name: sanitized
    data_files:
      - split: train
        path: sanitized/train-*
      - split: test
        path: sanitized/test-*
      - split: validation
        path: sanitized/validation-*
      - split: prompt
        path: sanitized/prompt-*