MVD / README.md
claudios's picture
Upload dataset
d1268d2
|
raw
history blame
602 Bytes
metadata
dataset_info:
  features:
    - name: func
      dtype: string
    - name: path
      dtype: string
    - name: source
      dtype: string
    - name: label
      dtype: int64
  splits:
    - name: train
      num_bytes: 156793256
      num_examples: 123515
    - name: validation
      num_bytes: 27720814
      num_examples: 21797
    - name: test
      num_bytes: 45934658
      num_examples: 36329
  download_size: 69412844
  dataset_size: 230448728
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*