py-commit / README.md
kyungraekim's picture
Upload dataset
9637494 verified
metadata
dataset_info:
  features:
    - name: commitId
      dtype: string
    - name: datetime
      dtype: string
    - name: subject
      dtype: string
    - name: comment
      dtype: string
    - name: diff
      dtype: string
    - name: gitVersion
      dtype: string
  splits:
    - name: train
      num_bytes: 12070125
      num_examples: 800
    - name: validation
      num_bytes: 1955026
      num_examples: 100
    - name: test
      num_bytes: 3457601
      num_examples: 100
  download_size: 5679110
  dataset_size: 17482752
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: validation
        path: data/validation-*
      - split: test
        path: data/test-*