code-error-detector / README.md
danny2507's picture
Upload dataset
f94d899 verified
|
Raw
History Blame Contribute Delete
721 Bytes
metadata
dataset_info:
  - config_name: gold
    features:
      - name: id
        dtype: int64
      - name: task
        dtype: string
      - name: code
        dtype: string
      - name: language
        dtype: string
      - name: errors
        dtype: string
    splits:
      - name: gold
        num_bytes: 9010
        num_examples: 50
    download_size: 7212
    dataset_size: 9010
  - config_name: test
    features:
      - name: id
        dtype: int64
      - name: task
        dtype: string
      - name: code
        dtype: string
    splits:
      - name: test
        num_bytes: 5509
        num_examples: 50
    download_size: 5472
    dataset_size: 5509
configs:
  - config_name: gold
    data_files:
      - split: gold
        path: gold/gold-*
  - config_name: test
    data_files:
      - split: test
        path: test/test-*