Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    TypeError
Message:      Couldn't cast array of type struct<field: string, pattern: string, value: string> to null
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1827, in _prepare_split_single
                  for key, table in generator:
                                    ^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
                  for item in generator(*args, **kwargs):
                              ~~~~~~~~~^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2312, in cast_table_to_schema
                  cast_array_to_feature(
                  ~~~~~~~~~~~~~~~~~~~~~^
                      table[name] if name in table_column_names else pa.array([None] * len(table), type=schema.field(name).type),
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                      feature,
                      ^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 1861, in wrapper
                  return pa.chunked_array([func(chunk, *args, **kwargs) for chunk in array.chunks])
                                           ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2068, in cast_array_to_feature
                  _c(array.field(name) if name in array_fields else null_array, subfeature)
                  ~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 1863, in wrapper
                  return func(array, *args, **kwargs)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2068, in cast_array_to_feature
                  _c(array.field(name) if name in array_fields else null_array, subfeature)
                  ~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 1863, in wrapper
                  return func(array, *args, **kwargs)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2118, in cast_array_to_feature
                  casted_array_values = _c(array.values, feature.feature)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 1863, in wrapper
                  return func(array, *args, **kwargs)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2152, in cast_array_to_feature
                  return array_cast(
                      array,
                  ...<2 lines>...
                      allow_decimal_to_str=allow_decimal_to_str,
                  )
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 1863, in wrapper
                  return func(array, *args, **kwargs)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2016, in array_cast
                  raise TypeError(f"Couldn't cast array of type {_short_str(array.type)} to {_short_str(pa_type)}")
              TypeError: Couldn't cast array of type struct<field: string, pattern: string, value: string> to null
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1694, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1880, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

annotations
dict
id
string
meta
dict
parents
list
payload
dict
provenance
dict
schema_version
string
{ "commit_quality_band": "01", "commit_quality_score": { "commit_score": 11, "deductions": [], "repo_score": 11, "repo_score_components": { "dependents_reach": 4, "gitstar_rank_present": 2, "gitstar_rank_top_1000": 0, "route_family_breadth": 2, "route_language_top10": 3...
commit-doc:github.com/sebastianbergmann/phpunit-mock-objects@13862f9c620ffbc8895792abe2a9e473326fb905
{ "change_summary": { "before_state_bytes": 1796, "coverage": "all_files_of_the_commit_seen", "files_in_original_commit": 1, "files_kept": 1, "patch_bytes": 639 }, "commit_oid": "13862f9c620ffbc8895792abe2a9e473326fb905", "identity": { "author_email": "nicolas.grekas@gmail.com", "aut...
[ "commit:github.com/sebastianbergmann/phpunit-mock-objects@13862f9c620ffbc8895792abe2a9e473326fb905__download_changed_file_contents_e7ade98a34cf__render_commit_patches_1b9d3002b44c" ]
{ "changed_files": [ { "before_content": "<?php\n/*\n * This file is part of the phpunit-mock-objects package.\n *\n * (c) Sebastian Bergmann <sebastian@phpunit.de>\n *\n * For the full copyright and license information, please view the LICENSE\n * file that was distributed with this source code.\n */\nname...
{ "clone_url": "https://github.com/sebastianbergmann/phpunit-mock-objects", "commit_oid": "13862f9c620ffbc8895792abe2a9e473326fb905", "commits_ago_from_head": 2, "content_sha256": "a49f26ac21def6481a49d2e642eb26a72f6b132bcb247fde6044536a6468f777", "manifest_sha256": null, "parent_oid": "cd1cf05c553ecfec36b1...
locus.item/v1
{ "commit_quality_band": "01", "commit_quality_score": { "commit_score": 10, "deductions": [ { "points": 1, "reason": "no_source_code_purpose" } ], "repo_score": 11, "repo_score_components": { "dependents_reach": 4, "gitstar_rank_present": 2, "gitsta...
commit-doc:github.com/sebastianbergmann/phpunit-mock-objects@cd1cf05c553ecfec36b170070573e540b67d3f1f
{ "change_summary": { "before_state_bytes": 1281, "coverage": "all_files_of_the_commit_seen", "files_in_original_commit": 1, "files_kept": 1, "patch_bytes": 400 }, "commit_oid": "cd1cf05c553ecfec36b170070573e540b67d3f1f", "identity": { "author_email": "sb@sebastian-bergmann.de", "aut...
[ "commit:github.com/sebastianbergmann/phpunit-mock-objects@cd1cf05c553ecfec36b170070573e540b67d3f1f__download_changed_file_contents_2ab436f54070__render_commit_patches_5838c5112d6f" ]
{ "changed_files": [ { "before_content": "{\n \"name\": \"phpunit/phpunit-mock-objects\",\n \"description\": \"Mock Object library for PHPUnit\",\n \"type\": \"library\",\n \"keywords\": [\n \"xunit\",\n \"mock\"\n ],\n \"homepage\": \"https://github.com/sebastianbergmann/php...
{ "clone_url": "https://github.com/sebastianbergmann/phpunit-mock-objects", "commit_oid": "cd1cf05c553ecfec36b170070573e540b67d3f1f", "commits_ago_from_head": 3, "content_sha256": "091b0b6db501557be9ee409aa90e4980d7cb14382cac0a86495042204940164e", "manifest_sha256": null, "parent_oid": "141129c578f58f38f55e...
locus.item/v1
{ "commit_quality_band": "01", "commit_quality_score": { "commit_score": 9, "deductions": [ { "points": 1, "reason": "junk_file_receipts_alongside_kept_files" }, { "points": 1, "reason": "no_source_code_purpose" } ], "repo_score": 11, "repo...
commit-doc:github.com/sebastianbergmann/phpunit-mock-objects@141129c578f58f38f55eccf15a1039bd413ea57c
{ "change_summary": { "before_state_bytes": 0, "coverage": "all_files_of_the_commit_seen", "files_in_original_commit": 2, "files_kept": 1, "patch_bytes": 7926 }, "commit_oid": "141129c578f58f38f55eccf15a1039bd413ea57c", "identity": { "author_email": "tfoerster@webfoersterei.de", "aut...
[ "commit:github.com/sebastianbergmann/phpunit-mock-objects@141129c578f58f38f55eccf15a1039bd413ea57c__download_changed_file_contents_1466c05d3abc__drop_changed_files_over_maximum_character_count_8f4b9c56e6d8__render_commit_patches_18ad1f2c9ca1" ]
{ "changed_files": [ { "before_content": null, "before_content_lossy": false, "new_mode": "100644", "new_oid": "e448501dd1b2906cea92985ffabf3b00887fb049", "numstat": { "added": 198, "deleted": 0 }, "old_mode": "000000", "old_oid": "000000000000000000...
{ "clone_url": "https://github.com/sebastianbergmann/phpunit-mock-objects", "commit_oid": "141129c578f58f38f55eccf15a1039bd413ea57c", "commits_ago_from_head": 4, "content_sha256": "4529ed6dafefba4459f6932d70add5468f9edbcc8a310c4f38695153123f482c", "manifest_sha256": null, "parent_oid": "6f9a3c8bf34188a2b53c...
locus.item/v1
{ "commit_quality_band": "01", "commit_quality_score": { "commit_score": 9, "deductions": [ { "points": 1, "reason": "junk_file_receipts_alongside_kept_files" }, { "points": 1, "reason": "no_source_code_purpose" } ], "repo_score": 11, "repo...
commit-doc:github.com/sebastianbergmann/phpunit-mock-objects@6f9a3c8bf34188a2b53ce2ae7a126089c53e0a9f
{ "change_summary": { "before_state_bytes": 0, "coverage": "all_files_of_the_commit_seen", "files_in_original_commit": 2, "files_kept": 1, "patch_bytes": 3609 }, "commit_oid": "6f9a3c8bf34188a2b53ce2ae7a126089c53e0a9f", "identity": { "author_email": "mail@michael-weimann.eu", "author...
[ "commit:github.com/sebastianbergmann/phpunit-mock-objects@6f9a3c8bf34188a2b53ce2ae7a126089c53e0a9f__download_changed_file_contents_10833566b3e3__drop_changed_files_over_maximum_character_count_a6816c33849b__render_commit_patches_ef275c4fcece" ]
{ "changed_files": [ { "before_content": null, "before_content_lossy": false, "new_mode": "100644", "new_oid": "302ba9da6190de33c304ea451f2ece5f941d79c8", "numstat": { "added": 112, "deleted": 0 }, "old_mode": "000000", "old_oid": "000000000000000000...
{ "clone_url": "https://github.com/sebastianbergmann/phpunit-mock-objects", "commit_oid": "6f9a3c8bf34188a2b53ce2ae7a126089c53e0a9f", "commits_ago_from_head": 5, "content_sha256": "f58b76c03eb255a37603e2e78678f492b18d09fd5d4d8564602fe1a91c629baa", "manifest_sha256": null, "parent_oid": "3eaf040f20154d27d6da...
locus.item/v1
{ "commit_quality_band": "01", "commit_quality_score": { "commit_score": 8, "deductions": [ { "points": 2, "reason": "throwaway_message" }, { "points": 1, "reason": "no_source_code_purpose" } ], "repo_score": 11, "repo_score_components": { ...
commit-doc:github.com/sebastianbergmann/phpunit-mock-objects@f9756fd4f43f014cb2dca98deeaaa8ce5500a36e
{ "change_summary": { "before_state_bytes": 1652, "coverage": "all_files_of_the_commit_seen", "files_in_original_commit": 1, "files_kept": 1, "patch_bytes": 379 }, "commit_oid": "f9756fd4f43f014cb2dca98deeaaa8ce5500a36e", "identity": { "author_email": "sb@sebastian-bergmann.de", "aut...
[ "commit:github.com/sebastianbergmann/phpunit-mock-objects@f9756fd4f43f014cb2dca98deeaaa8ce5500a36e__download_changed_file_contents_f3764edb73de__render_commit_patches_98039f9e2429" ]
{ "changed_files": [ { "before_content": "# ChangeLog\n\nAll notable changes are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.\n\n## [6.1.2] - 2018-MM-DD\n\n### Fixed\n\n* Fixed [#418](https://github.com/sebastianbergmann/phpunit-mock-objects/issues/418): Para...
{ "clone_url": "https://github.com/sebastianbergmann/phpunit-mock-objects", "commit_oid": "f9756fd4f43f014cb2dca98deeaaa8ce5500a36e", "commits_ago_from_head": 6, "content_sha256": "c78fefe7b08220e3526a92f010874a14312ed4518dc90b7f77098046c74d1918", "manifest_sha256": null, "parent_oid": "798463c3dee3bf05bab4...
locus.item/v1
{ "commit_quality_band": "01", "commit_quality_score": { "commit_score": 8, "deductions": [ { "points": 2, "reason": "throwaway_message" }, { "points": 1, "reason": "no_source_code_purpose" } ], "repo_score": 11, "repo_score_components": { ...
commit-doc:github.com/sebastianbergmann/phpunit-mock-objects@798463c3dee3bf05bab4d2a164f034405312546c
{ "change_summary": { "before_state_bytes": 1502, "coverage": "all_files_of_the_commit_seen", "files_in_original_commit": 1, "files_kept": 1, "patch_bytes": 642 }, "commit_oid": "798463c3dee3bf05bab4d2a164f034405312546c", "identity": { "author_email": "sb@sebastian-bergmann.de", "aut...
[ "commit:github.com/sebastianbergmann/phpunit-mock-objects@798463c3dee3bf05bab4d2a164f034405312546c__download_changed_file_contents_1274fe8a058a__render_commit_patches_4685b420ac45" ]
{ "changed_files": [ { "before_content": "# ChangeLog\n\nAll notable changes are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.\n\n## [6.1.2] - 2018-MM-DD\n\n### Fixed\n\n* Fixed [#418](https://github.com/sebastianbergmann/phpunit-mock-objects/issues/418): Para...
{ "clone_url": "https://github.com/sebastianbergmann/phpunit-mock-objects", "commit_oid": "798463c3dee3bf05bab4d2a164f034405312546c", "commits_ago_from_head": 7, "content_sha256": "0aa27d1c6a73ab18a56177c282f32232493a8315c97e133a4f91801fae0f754e", "manifest_sha256": null, "parent_oid": "4b84576c3d16e3155edb...
locus.item/v1
{ "commit_quality_band": "01", "commit_quality_score": { "commit_score": 7, "deductions": [ { "points": 2, "reason": "throwaway_message" }, { "points": 1, "reason": "junk_file_receipts_alongside_kept_files" }, { "points": 1, "reas...
commit-doc:github.com/sebastianbergmann/phpunit-mock-objects@3eaf040f20154d27d6da59ca2c6e28ac8fd56dce
{ "change_summary": { "before_state_bytes": 0, "coverage": "all_files_of_the_commit_seen", "files_in_original_commit": 2, "files_kept": 1, "patch_bytes": 2991 }, "commit_oid": "3eaf040f20154d27d6da59ca2c6e28ac8fd56dce", "identity": { "author_email": "sb@sebastian-bergmann.de", "autho...
[ "commit:github.com/sebastianbergmann/phpunit-mock-objects@3eaf040f20154d27d6da59ca2c6e28ac8fd56dce__download_changed_file_contents_f009faedcf25__drop_changed_files_over_maximum_character_count_81f7a226f665__render_commit_patches_620ee2be9a9c" ]
{ "changed_files": [ { "before_content": null, "before_content_lossy": false, "new_mode": "100644", "new_oid": "02963feb021415fdb8ed8ebed4f208d7745864c8", "numstat": { "added": 99, "deleted": 0 }, "old_mode": "000000", "old_oid": "0000000000000000000...
{ "clone_url": "https://github.com/sebastianbergmann/phpunit-mock-objects", "commit_oid": "3eaf040f20154d27d6da59ca2c6e28ac8fd56dce", "commits_ago_from_head": 9, "content_sha256": "f595516aa3247ea55d23cd7dc2a5fc96b0b0427a2787d40562b33a5dcad1972a", "manifest_sha256": null, "parent_oid": "e244c19aec6a1f0a2ff9...
locus.item/v1
{ "commit_quality_band": "01", "commit_quality_score": { "commit_score": 10, "deductions": [ { "points": 1, "reason": "no_source_code_purpose" } ], "repo_score": 11, "repo_score_components": { "dependents_reach": 4, "gitstar_rank_present": 2, "gitsta...
commit-doc:github.com/sebastianbergmann/phpunit-mock-objects@e244c19aec6a1f0a2ff9e498b9b4bed22537730a
{ "change_summary": { "before_state_bytes": 2516, "coverage": "all_files_of_the_commit_seen", "files_in_original_commit": 1, "files_kept": 1, "patch_bytes": 448 }, "commit_oid": "e244c19aec6a1f0a2ff9e498b9b4bed22537730a", "identity": { "author_email": "sb@sebastian-bergmann.de", "aut...
[ "commit:github.com/sebastianbergmann/phpunit-mock-objects@e244c19aec6a1f0a2ff9e498b9b4bed22537730a__download_changed_file_contents_2b366c824787__render_commit_patches_bc27a32e4dd0" ]
{ "changed_files": [ { "before_content": "--TEST--\nhttps://github.com/sebastianbergmann/phpunit-mock-objects/issues/397\n--FILE--\n<?php\nclass C\n{\n public function m(?self $other): self\n {\n }\n}\n\nrequire __DIR__ . '/../../vendor/autoload.php';\n\n$generator = new \\PHPUnit\\Framework\\MockO...
{ "clone_url": "https://github.com/sebastianbergmann/phpunit-mock-objects", "commit_oid": "e244c19aec6a1f0a2ff9e498b9b4bed22537730a", "commits_ago_from_head": 10, "content_sha256": "adfe43d15fc8de95702ffe2f1acbd2a298e2eb18809cd7f3cb43ae5b13338082", "manifest_sha256": null, "parent_oid": "33fd41a76e746b8fa96...
locus.item/v1
{ "commit_quality_band": "01", "commit_quality_score": { "commit_score": 8, "deductions": [ { "points": 2, "reason": "throwaway_message" }, { "points": 1, "reason": "no_source_code_purpose" } ], "repo_score": 11, "repo_score_components": { ...
commit-doc:github.com/sebastianbergmann/phpunit-mock-objects@a75f06cca35652683c2b993247cb9ab2f8c57fb9
{ "change_summary": { "before_state_bytes": 1491, "coverage": "all_files_of_the_commit_seen", "files_in_original_commit": 1, "files_kept": 1, "patch_bytes": 659 }, "commit_oid": "a75f06cca35652683c2b993247cb9ab2f8c57fb9", "identity": { "author_email": "sb@sebastian-bergmann.de", "aut...
[ "commit:github.com/sebastianbergmann/phpunit-mock-objects@a75f06cca35652683c2b993247cb9ab2f8c57fb9__download_changed_file_contents_e946d723d6d7__render_commit_patches_1e4da7e82450" ]
{ "changed_files": [ { "before_content": "# ChangeLog\n\nAll notable changes are documented in this file using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.\n\n## [6.1.2] - 2018-MM-DD\n\n### Fixed\n\n* Fixed [#418](https://github.com/sebastianbergmann/phpunit-mock-objects/issues/418): Para...
{ "clone_url": "https://github.com/sebastianbergmann/phpunit-mock-objects", "commit_oid": "a75f06cca35652683c2b993247cb9ab2f8c57fb9", "commits_ago_from_head": 11, "content_sha256": "654ec603d36b1f63dbc4d2c79947849045ca14e4c0c93af5c6117cfc1e2450aa", "manifest_sha256": null, "parent_oid": "0ea6c259b83e6dfd375...
locus.item/v1
{"commit_quality_band":"01","commit_quality_score":{"commit_score":9,"deductions":[{"points":1,"reas(...TRUNCATED)
"commit-doc:github.com/sebastianbergmann/phpunit-mock-objects@0ea6c259b83e6dfd375b43a2425f9f33874ff5(...TRUNCATED)
{"change_summary":{"before_state_bytes":82306,"coverage":"all_files_of_the_commit_seen","files_in_or(...TRUNCATED)
["commit:github.com/sebastianbergmann/phpunit-mock-objects@0ea6c259b83e6dfd375b43a2425f9f33874ff508_(...TRUNCATED)
{"changed_files":[{"before_content":"# ChangeLog\n\nAll notable changes are documented in this file (...TRUNCATED)
{"clone_url":"https://github.com/sebastianbergmann/phpunit-mock-objects","commit_oid":"0ea6c259b83e6(...TRUNCATED)
locus.item/v1
End of preview.

Locus Commit Pool v1

Native Git history, preserved as replayable software changes

Snapshot Stored data Format Source

Commit message · complete selected before-state · unified patches · native object IDs · provenance · experimental labels

Locus Commit Pool v1 is a large evidence pool for studying and training on how real software changes. Each document represents one surviving single-parent, multi-file Git commit. It keeps the commit message, the selected files as they existed before the change, the patches that transform them, native Git identities, repository context, verification evidence, and labels intended for later mixture experiments.

This is the curated candidate pool, not a finished training mixture. The stored labels let downstream work choose languages, repository tiers, change types, test-bearing edits, patch sizes, and other strata without rerunning Git acquisition.

Important: source files remain governed by the licences and terms of their original repositories. The dataset wrapper does not grant a blanket licence over the underlying code.

Snapshot at a glance

Frozen v1 snapshot
Stored payload 3,412,022,183,341 bytes (3.10 TiB)
Repository objects 5,169 LFS-backed files, plus manifests and receipts
Storage layout Recipe fingerprint → source split → quality band → JSONL shard
History window Up to the latest 10,000 commits from each pinned repository head
Commit shape Single-parent native Git transitions; merge commits are excluded
Document identity commit-doc:{repository_id}@{commit_oid}
Schema locus.item/v1
Run state Frozen, safely wound down, and resumable from durable private checkpoints

Acquisition stopped before the planned 100,000-repository inventory was exhausted. This snapshot is therefore a substantial partial collection, not a claim that every planned repository was processed.

What is inside one document?

commit document
├── id                         stable repository + commit identity
├── parents                    lineage back to the traveling pipeline item
├── payload
│   ├── message                original commit message
│   └── changed_files[]
│       ├── path + raw path bytes
│       ├── status + old/new modes
│       ├── old_oid + new_oid  native Git blob identities
│       ├── before_content     selected parent-side file state
│       ├── unified_patch      transformation target
│       └── numstat
├── meta
│   ├── source                 manifest position, split, discovery routes
│   ├── repository             pinned head and bounded-history receipt
│   ├── identity               commit, parent, tree, author and time facts
│   ├── change_summary         original/retained file and byte counts
│   ├── proof                  reconstruction and replay evidence
│   └── pipeline_log           reason-coded file screening receipts
├── annotations
│   ├── programming_languages
│   ├── conventional_commit_type
│   ├── tests_touched
│   ├── patch_statistics
│   ├── possible_ai_authorship
│   ├── commit_quality_score
│   └── quality_band           01 (highest-ranked repository tier) … 10
└── provenance                 clone URL, object IDs and payload SHA-256

Every stored payload receives a canonical SHA-256. Raw path bytes are retained alongside a readable path. Any non-UTF-8 decoding is made visible through *_lossy flags rather than being silently hidden.

Read a document

The pool is intentionally sharded. Stream only the objects you need instead of downloading the complete snapshot:

import json

from huggingface_hub import HfFileSystem

fs = HfFileSystem()
path = (
    "datasets/ahnaftaz/locus-commit-pool-v1/"
    "shards/0a582f09ed89/split-07-of-10/band-01/"
    "commit-doc-00000000-c47af23f2af7a413.jsonl"
)

with fs.open(path, "rb") as stream:
    document = json.loads(stream.readline())

print(document["id"])
print(document["payload"]["message"])
print([change["path"] for change in document["payload"]["changed_files"]])

Shard paths follow this contract:

shards/<recipe-fingerprint>/<source-split>/<quality-band>/commit-doc-*.jsonl

Keep documents intact during packing. A common training view exposes the message and parent-side file state as context, then applies loss to the patch, but renderer, masking, deduplication, and mixture weights are deliberately downstream decisions.

How the pool was built

The public recipe is intentionally explicit. Operations inside one repository run sequentially; repositories run concurrently.

Show the exact pipeline spine
Pipeline([
    FetchFrozenReachableTargets(),
    ParallelForEach(
        partition=EachRepositoryTarget(),
        steps=[
            # Pin and enumerate one bounded native Git history.
            DownloadCommitHistorySlice(),
            DownloadGitAttributeFiles(),
            ReadCommitsFromHistorySlice(),
            SkipMergeCommits(),
            SkipCommitsWithParentBeyondCutoff(),

            # Screen changed files while retaining reason-coded receipts.
            DropChangedFilesInJunkFolders(),
            DropGeneratedChangedFiles(),
            DropLockfileChangedFiles(),
            DropBinaryChangedFilesByPath(),

            # Hydrate exact Git objects and inspect their bytes.
            DownloadChangedFileBlobs(),
            AttachBeforeFileContents(),
            DropChangedFilesOverMaximumCharacterCount(),
            DropChangedFilesWithOverlongLines(),
            DropChangedFilesFailingCharacterCompositionCheck(),
            DropBinaryChangedFilesByContent(),

            # Render the selected parent-to-child edit.
            RecordCommitSizeAgainstCandidateCaps(),
            RenderCommitPatches(),
            DropAfterFileContents(),

            # Attach experimental evidence without changing the payload.
            AnnotateConventionalCommitMessage(),
            AnnotatePossibleAiAuthorship(),
            AnnotateCommitPatchStatistics(),
            AnnotateChangedFileLanguages(),
            AnnotateTestsTouched(),
            VerifyCommitReplayFidelity(),
            AnnotateCommitQualityBand(),

            # Emit one holistic document per surviving commit.
            AssembleCommit(),
        ],
    ),
    SaveToHuggingFaceWithFallback(),
])

The collection is anchored to recorded repository heads. Native object IDs bind the before and after sides of each selected change. Production replay auditing deterministically reapplies a sample of patches against their stored before-state; replay_verified and replay_mismatch are explicit outcomes. parent_reconstructed means the parent-side evidence was assembled from the native history but the document was not in the replay sample—it must not be read as a stronger claim.

Understanding the labels

Quality bands are storage and experimentation strata, not universal judgements about whether a commit is good training data. Band 01 begins with the strongest repository-discovery tier under rubric v2; commit-level deductions record facts such as empty messages, excessive screening, cap violations, lossy text, or replay mismatch. The complete score components and deductions are stored so future recipes can re-rank documents without repeating acquisition.

Likewise, possible_ai_authorship only records explicit name or trailer signals known to the heuristic. It is not a classifier and should not be treated as proof that a human or model authored a change.

Limitations and responsible use

  • Original licences govern. Review repository- and file-level licence evidence before redistribution or model training.
  • This is not the final corpus. Global exact/near deduplication, benchmark decontamination, exposure caps, rendering, tokenization, and mixture selection belong to the later corpus stage.
  • The source inventory is intentionally biased. Ranked repositories, organisations, language lists, and package/ecosystem signals shaped discovery; this is not a uniform sample of GitHub.
  • The selected view can omit files. Generated, vendored/junk, lockfile, binary, oversized, overlong-line, or composition-failing files may be screened with receipts. Commits with no surviving file are absent.
  • Merge commits are absent. v1 represents single-parent changes only.
  • Safety review remains necessary. Public Git history can contain personal information, credentials, malware, prompt-injection text, or other unsafe material. Do not execute repository content outside an isolated environment.
  • Text fidelity is explicit, not perfect. Inspect the path, message, patch, and before-content *_lossy flags when exact bytes matter.

Suggested citation

@misc{locus_commit_pool_v1_2026,
  title        = {Locus Commit Pool v1},
  author       = {Placeholder Labs},
  year         = {2026},
  howpublished = {Hugging Face dataset},
  url          = {https://huggingface.co/datasets/ahnaftaz/locus-commit-pool-v1}
}

Built as an inspectable evidence pool: native identities in, durable receipts throughout, mixture decisions later.
Downloads last month
1,605