git-commits / README.md
tkukurin's picture
Update README.md
601d0bd verified
|
Raw
History Blame Contribute Delete
1.41 kB
metadata
dataset_info:
  config_name: nethack
  features:
    - name: hash
      dtype: string
    - name: parents
      list: string
    - name: merge
      dtype: bool
    - name: msg
      dtype: string
    - name: author
      dtype: string
    - name: author_email
      dtype: string
    - name: author_date
      dtype: string
    - name: committer
      dtype: string
    - name: committer_email
      dtype: string
    - name: committer_date
      dtype: string
    - name: tags
      list: string
    - name: modifications
      list:
        - name: old_path
          dtype: string
        - name: new_path
          dtype: string
        - name: change_type
          dtype: string
        - name: diff
          dtype: string
        - name: added_lines
          dtype: int64
        - name: deleted_lines
          dtype: int64
        - name: nloc
          dtype: int64
        - name: complexity
          dtype: int64
        - name: token_count
          dtype: int64
  splits:
    - name: train
      num_bytes: 212434800
      num_examples: 19191
  download_size: 206876048
  dataset_size: 212434800
configs:
  - config_name: nethack
    data_files:
      - split: train
        path: nethack/train-*

Git Commits

Commit histories with per-file diffs and metadata.

For now only the NetHack repo is included.

The nethack configuration contains NetHack commits as of 2026-08-18, ordered oldest-first. Each row includes commit metadata, parents, tags, and structured file modifications. Merge commits use first-parent diffs.