Refresh diffusers dataset snapshot 20260626T203513Z
Browse files- README.md +1 -1
- events.parquet +2 -2
- links.parquet +2 -2
- manifest.json +14 -14
- new-contributors-report.json +7 -7
- new-contributors-report.md +4 -4
- new_contributors.parquet +2 -2
- pr_diffs.parquet +1 -1
- pr_files.parquet +2 -2
- pull_requests.parquet +2 -2
- review_comments.parquet +2 -2
- reviews.parquet +2 -2
- snapshots/20260626T203513Z/manifest.json +39 -0
- snapshots/latest.json +4 -4
- state/watermark.json +4 -4
README.md
CHANGED
|
@@ -75,7 +75,7 @@ Use:
|
|
| 75 |
- eval set creation
|
| 76 |
|
| 77 |
Notes:
|
| 78 |
-
- latest snapshot: `
|
| 79 |
- raw data only; no labels or moderation decisions
|
| 80 |
- PR metadata, file-level patch hunks, and full unified diffs are included
|
| 81 |
- full file contents for changed files are not included
|
|
|
|
| 75 |
- eval set creation
|
| 76 |
|
| 77 |
Notes:
|
| 78 |
+
- latest snapshot: `20260626T203513Z`
|
| 79 |
- raw data only; no labels or moderation decisions
|
| 80 |
- PR metadata, file-level patch hunks, and full unified diffs are included
|
| 81 |
- full file contents for changed files are not included
|
events.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:629ae7b51995a44ed60cb44fb825c617c88bad5ec352e26c51a2a40bca5c9938
|
| 3 |
+
size 2998372
|
links.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0187fc26aaa4f7b1693ca581263ee856332202d7ab7bc4d4a53a421770def169
|
| 3 |
+
size 100273
|
manifest.json
CHANGED
|
@@ -7,33 +7,33 @@
|
|
| 7 |
"counts": {
|
| 8 |
"comments": 60134,
|
| 9 |
"issues": 5435,
|
| 10 |
-
"links":
|
| 11 |
"new_contributors": 120,
|
| 12 |
"pr_diffs": 7608,
|
| 13 |
"pr_files": 53107,
|
| 14 |
"pull_requests": 7608,
|
| 15 |
-
"review_comments":
|
| 16 |
-
"reviews":
|
| 17 |
"timeline_events": 209233
|
| 18 |
},
|
| 19 |
-
"crawl_started_at": "2026-06-
|
| 20 |
"delta_counts": {
|
| 21 |
-
"comments":
|
| 22 |
"issue_stubs": 1,
|
| 23 |
"issues": 0,
|
| 24 |
-
"links":
|
| 25 |
"pr_diffs": 1,
|
| 26 |
-
"pr_files":
|
| 27 |
"pull_requests": 1,
|
| 28 |
-
"review_comments":
|
| 29 |
-
"reviews":
|
| 30 |
-
"timeline_events":
|
| 31 |
},
|
| 32 |
-
"extracted_at": "2026-06-
|
| 33 |
"repo": "huggingface/diffusers",
|
| 34 |
-
"snapshot_id": "
|
| 35 |
"watermark": {
|
| 36 |
-
"effective_since": "2026-06-
|
| 37 |
-
"next_since": "2026-06-
|
| 38 |
}
|
| 39 |
}
|
|
|
|
| 7 |
"counts": {
|
| 8 |
"comments": 60134,
|
| 9 |
"issues": 5435,
|
| 10 |
+
"links": 8211,
|
| 11 |
"new_contributors": 120,
|
| 12 |
"pr_diffs": 7608,
|
| 13 |
"pr_files": 53107,
|
| 14 |
"pull_requests": 7608,
|
| 15 |
+
"review_comments": 32345,
|
| 16 |
+
"reviews": 30086,
|
| 17 |
"timeline_events": 209233
|
| 18 |
},
|
| 19 |
+
"crawl_started_at": "2026-06-26T20:35:13Z",
|
| 20 |
"delta_counts": {
|
| 21 |
+
"comments": 0,
|
| 22 |
"issue_stubs": 1,
|
| 23 |
"issues": 0,
|
| 24 |
+
"links": 2359,
|
| 25 |
"pr_diffs": 1,
|
| 26 |
+
"pr_files": 2,
|
| 27 |
"pull_requests": 1,
|
| 28 |
+
"review_comments": 3,
|
| 29 |
+
"reviews": 3,
|
| 30 |
+
"timeline_events": 23
|
| 31 |
},
|
| 32 |
+
"extracted_at": "2026-06-26T20:35:13Z",
|
| 33 |
"repo": "huggingface/diffusers",
|
| 34 |
+
"snapshot_id": "20260626T203513Z",
|
| 35 |
"watermark": {
|
| 36 |
+
"effective_since": "2026-06-26T19:35:12Z",
|
| 37 |
+
"next_since": "2026-06-26T20:35:13Z"
|
| 38 |
}
|
| 39 |
}
|
new-contributors-report.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"schema_version": "1.0",
|
| 3 |
"repo": "huggingface/diffusers",
|
| 4 |
-
"snapshot_id": "
|
| 5 |
-
"generated_at": "2026-06-
|
| 6 |
"window_days": 60,
|
| 7 |
"max_authors": 0,
|
| 8 |
"instrumentation": {
|
|
@@ -19,7 +19,7 @@
|
|
| 19 |
"live_fetches": 3,
|
| 20 |
"window_anchor": "run_time",
|
| 21 |
"window_anchor_cacheable": false,
|
| 22 |
-
"enrichment_elapsed_seconds": 0.
|
| 23 |
"enrichment_avg_seconds_per_author": 0.004,
|
| 24 |
"enrichment_failures": 3
|
| 25 |
},
|
|
@@ -4239,14 +4239,14 @@
|
|
| 4239 |
"repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AShreyas-jk",
|
| 4240 |
"repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AShreyas-jk",
|
| 4241 |
"repo_first_seen_at": "2026-05-08T23:19:21Z",
|
| 4242 |
-
"repo_last_seen_at": "2026-06-
|
| 4243 |
"repo_primary_artifact_count": 2,
|
| 4244 |
-
"repo_artifact_count":
|
| 4245 |
"snapshot_issue_count": 0,
|
| 4246 |
"snapshot_pr_count": 2,
|
| 4247 |
"snapshot_comment_count": 1,
|
| 4248 |
-
"snapshot_review_count":
|
| 4249 |
-
"snapshot_review_comment_count":
|
| 4250 |
"repo_association": "FIRST_TIME_CONTRIBUTOR",
|
| 4251 |
"new_to_repo": false,
|
| 4252 |
"first_seen_in_snapshot": false,
|
|
|
|
| 1 |
{
|
| 2 |
"schema_version": "1.0",
|
| 3 |
"repo": "huggingface/diffusers",
|
| 4 |
+
"snapshot_id": "20260626T203513Z",
|
| 5 |
+
"generated_at": "2026-06-26T20:35:44Z",
|
| 6 |
"window_days": 60,
|
| 7 |
"max_authors": 0,
|
| 8 |
"instrumentation": {
|
|
|
|
| 19 |
"live_fetches": 3,
|
| 20 |
"window_anchor": "run_time",
|
| 21 |
"window_anchor_cacheable": false,
|
| 22 |
+
"enrichment_elapsed_seconds": 0.464,
|
| 23 |
"enrichment_avg_seconds_per_author": 0.004,
|
| 24 |
"enrichment_failures": 3
|
| 25 |
},
|
|
|
|
| 4239 |
"repo_pull_requests_url": "https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AShreyas-jk",
|
| 4240 |
"repo_issues_url": "https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AShreyas-jk",
|
| 4241 |
"repo_first_seen_at": "2026-05-08T23:19:21Z",
|
| 4242 |
+
"repo_last_seen_at": "2026-06-26T20:15:48Z",
|
| 4243 |
"repo_primary_artifact_count": 2,
|
| 4244 |
+
"repo_artifact_count": 5,
|
| 4245 |
"snapshot_issue_count": 0,
|
| 4246 |
"snapshot_pr_count": 2,
|
| 4247 |
"snapshot_comment_count": 1,
|
| 4248 |
+
"snapshot_review_count": 1,
|
| 4249 |
+
"snapshot_review_comment_count": 1,
|
| 4250 |
"repo_association": "FIRST_TIME_CONTRIBUTOR",
|
| 4251 |
"new_to_repo": false,
|
| 4252 |
"first_seen_in_snapshot": false,
|
new-contributors-report.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# New Contributor Report: huggingface/diffusers
|
| 2 |
|
| 3 |
-
- Snapshot: `
|
| 4 |
-
- Generated: `2026-06-
|
| 5 |
- Activity window: `60d`
|
| 6 |
- Contributors: `120`
|
| 7 |
|
|
@@ -1322,12 +1322,12 @@ Example artifacts:
|
|
| 1322 |
- repo PR search: [open search](https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AShreyas-jk)
|
| 1323 |
- repo issue search: [open search](https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AShreyas-jk)
|
| 1324 |
- repo first seen: `2026-05-08T23:19:21Z`
|
| 1325 |
-
- repo last seen: `2026-06-
|
| 1326 |
- first seen in snapshot: **no**
|
| 1327 |
- repo association: **FIRST_TIME_CONTRIBUTOR**
|
| 1328 |
- repo primary artifacts: **2**
|
| 1329 |
- snapshot authored PRs/issues: **2 PRs / 0 issues**
|
| 1330 |
-
- snapshot discussion activity: **1 comments /
|
| 1331 |
- account age: **547 days**
|
| 1332 |
- recent public PR activity: **3 PRs** (2 merged / 0 closed-unmerged / 1 open; merged rate **67%**, closed-unmerged rate **0%**, open rate **33%**)
|
| 1333 |
- public orgs: none visible
|
|
|
|
| 1 |
# New Contributor Report: huggingface/diffusers
|
| 2 |
|
| 3 |
+
- Snapshot: `20260626T203513Z`
|
| 4 |
+
- Generated: `2026-06-26T20:35:44Z`
|
| 5 |
- Activity window: `60d`
|
| 6 |
- Contributors: `120`
|
| 7 |
|
|
|
|
| 1322 |
- repo PR search: [open search](https://github.com/huggingface/diffusers/pulls?q=is%3Apr+author%3AShreyas-jk)
|
| 1323 |
- repo issue search: [open search](https://github.com/huggingface/diffusers/issues?q=is%3Aissue+author%3AShreyas-jk)
|
| 1324 |
- repo first seen: `2026-05-08T23:19:21Z`
|
| 1325 |
+
- repo last seen: `2026-06-26T20:15:48Z`
|
| 1326 |
- first seen in snapshot: **no**
|
| 1327 |
- repo association: **FIRST_TIME_CONTRIBUTOR**
|
| 1328 |
- repo primary artifacts: **2**
|
| 1329 |
- snapshot authored PRs/issues: **2 PRs / 0 issues**
|
| 1330 |
+
- snapshot discussion activity: **1 comments / 1 reviews / 1 review comments**
|
| 1331 |
- account age: **547 days**
|
| 1332 |
- recent public PR activity: **3 PRs** (2 merged / 0 closed-unmerged / 1 open; merged rate **67%**, closed-unmerged rate **0%**, open rate **33%**)
|
| 1333 |
- public orgs: none visible
|
new_contributors.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a4db6a65aac043a58c0ce322df3aeea6e06a50b7fb77e2a3f775fd42d5e2fbe
|
| 3 |
+
size 32683
|
pr_diffs.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 113242652
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6c16534fe0616c93d04fa623d8844d8bc8a69e574bc5fbbf83081424785e1d6d
|
| 3 |
size 113242652
|
pr_files.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f875fd113cc2eb330e2caa1b2836c69b616f3f7d4fc16d1b46070076cab2c804
|
| 3 |
+
size 69077251
|
pull_requests.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf8d1e1e9c9c722651697eaae04833327f71d77e1d011c142d295da62a6ebacf
|
| 3 |
+
size 5232087
|
review_comments.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4e76e1b421c71d1b895b586b27dcd2238d4233d65f36719adde6db6e95a1a1b
|
| 3 |
+
size 5706270
|
reviews.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8114a89c8e4ddd7ff98072719838871f8345acb92586f2bf7baa84db3efbc81
|
| 3 |
+
size 2332962
|
snapshots/20260626T203513Z/manifest.json
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"artifacts": {
|
| 3 |
+
"new_contributors_json": "new-contributors-report.json",
|
| 4 |
+
"new_contributors_markdown": "new-contributors-report.md",
|
| 5 |
+
"new_contributors_parquet": "new_contributors.parquet"
|
| 6 |
+
},
|
| 7 |
+
"counts": {
|
| 8 |
+
"comments": 60134,
|
| 9 |
+
"issues": 5435,
|
| 10 |
+
"links": 8211,
|
| 11 |
+
"new_contributors": 120,
|
| 12 |
+
"pr_diffs": 7608,
|
| 13 |
+
"pr_files": 53107,
|
| 14 |
+
"pull_requests": 7608,
|
| 15 |
+
"review_comments": 32345,
|
| 16 |
+
"reviews": 30086,
|
| 17 |
+
"timeline_events": 209233
|
| 18 |
+
},
|
| 19 |
+
"crawl_started_at": "2026-06-26T20:35:13Z",
|
| 20 |
+
"delta_counts": {
|
| 21 |
+
"comments": 0,
|
| 22 |
+
"issue_stubs": 1,
|
| 23 |
+
"issues": 0,
|
| 24 |
+
"links": 2359,
|
| 25 |
+
"pr_diffs": 1,
|
| 26 |
+
"pr_files": 2,
|
| 27 |
+
"pull_requests": 1,
|
| 28 |
+
"review_comments": 3,
|
| 29 |
+
"reviews": 3,
|
| 30 |
+
"timeline_events": 23
|
| 31 |
+
},
|
| 32 |
+
"extracted_at": "2026-06-26T20:35:13Z",
|
| 33 |
+
"repo": "huggingface/diffusers",
|
| 34 |
+
"snapshot_id": "20260626T203513Z",
|
| 35 |
+
"watermark": {
|
| 36 |
+
"effective_since": "2026-06-26T19:35:12Z",
|
| 37 |
+
"next_since": "2026-06-26T20:35:13Z"
|
| 38 |
+
}
|
| 39 |
+
}
|
snapshots/latest.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"archived_manifest_path": "snapshots/
|
| 3 |
-
"latest_snapshot_id": "
|
| 4 |
"manifest_path": "manifest.json",
|
| 5 |
-
"next_since": "2026-06-
|
| 6 |
"repo": "huggingface/diffusers",
|
| 7 |
-
"snapshot_dir": "snapshots/
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"archived_manifest_path": "snapshots/20260626T203513Z/manifest.json",
|
| 3 |
+
"latest_snapshot_id": "20260626T203513Z",
|
| 4 |
"manifest_path": "manifest.json",
|
| 5 |
+
"next_since": "2026-06-26T20:35:13Z",
|
| 6 |
"repo": "huggingface/diffusers",
|
| 7 |
+
"snapshot_dir": "snapshots/20260626T203513Z"
|
| 8 |
}
|
state/watermark.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"effective_since": "2026-06-
|
| 3 |
-
"last_successful_snapshot_id": "
|
| 4 |
-
"next_since": "2026-06-
|
| 5 |
"repo": "huggingface/diffusers",
|
| 6 |
-
"updated_at": "2026-06-
|
| 7 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"effective_since": "2026-06-26T19:35:12Z",
|
| 3 |
+
"last_successful_snapshot_id": "20260626T203513Z",
|
| 4 |
+
"next_since": "2026-06-26T20:35:13Z",
|
| 5 |
"repo": "huggingface/diffusers",
|
| 6 |
+
"updated_at": "2026-06-26T20:35:13Z"
|
| 7 |
}
|