taufeeque's picture
Upload dataset
8bb4ea9 verified
metadata
dataset_info:
  features:
    - name: task_id
      dtype: int64
    - 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
    - name: metadata
      struct:
        - name: category
          dtype: string
        - name: difficulty
          dtype: string
    - name: hardcode
      dtype: string
  splits:
    - name: train
      num_bytes: 203963
      num_examples: 374
    - name: test
      num_bytes: 281793
      num_examples: 500
    - name: validation
      num_bytes: 48828
      num_examples: 90
    - name: prompt
      num_bytes: 5266
      num_examples: 10
    - name: synthetic
      num_bytes: 1813810
      num_examples: 2658
  download_size: 908623
  dataset_size: 2353660
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*
      - split: prompt
        path: data/prompt-*
      - split: synthetic
        path: data/synthetic-*