APPS / README.md
cheongmyeong17's picture
Upload dataset
3a15b36 verified
|
Raw
History Blame Contribute Delete
632 Bytes
metadata
dataset_info:
  features:
    - name: id
      dtype: int64
    - name: question
      dtype: string
    - name: solutions
      dtype: string
    - name: input_output
      dtype: string
    - name: fn_name
      dtype: string
    - name: difficulty
      dtype: string
    - name: url
      dtype: string
    - name: starter_code
      dtype: string
  splits:
    - name: train
      num_bytes: 6602037
      num_examples: 241
    - name: test
      num_bytes: 2108265
      num_examples: 101
  download_size: 2831177
  dataset_size: 8710302
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*