sentry_fir / README.md
allout2726's picture
Upload dataset
7a42ad2 verified
|
Raw
History Blame Contribute Delete
804 Bytes
metadata
dataset_info:
  features:
    - name: hash
      dtype: string
    - name: date
      dtype: string
    - name: author
      dtype: string
    - name: commit_message
      dtype: string
    - name: is_merge
      dtype: bool
    - name: masked_commit_message
      dtype: string
    - name: type
      dtype: string
    - name: git_diff
      dtype: string
    - name: summarized_git_diff
      dtype: string
  splits:
    - name: train
      num_bytes: 18196030
      num_examples: 1400
    - name: test
      num_bytes: 4254332
      num_examples: 400
    - name: validation
      num_bytes: 2311269
      num_examples: 200
  download_size: 7709420
  dataset_size: 24761631
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*
      - split: validation
        path: data/validation-*