unittest / README.md
athrv's picture
Upload dataset
a12523e verified
metadata
license: apache-2.0
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
dataset_info:
  features:
    - name: ID
      dtype: int64
    - name: Language
      dtype: string
    - name: Repository Name
      dtype: string
    - name: File Name
      dtype: string
    - name: File Path in Repository
      dtype: string
    - name: File Path for Unit Test
      dtype: string
    - name: Code
      dtype: string
    - name: Unit Test - (Ground Truth)
      dtype: string
  splits:
    - name: train
      num_bytes: 40035853
      num_examples: 1085
  download_size: 8811063
  dataset_size: 40035853