Add snapshot 20260324T143453Z
Browse files- README.md +84 -0
- comments.parquet +3 -0
- events.parquet +3 -0
- issue_comments.parquet +3 -0
- issues.parquet +3 -0
- links.parquet +3 -0
- manifest.json +61 -0
- new-contributors-report.json +1494 -0
- new-contributors-report.md +515 -0
- new_contributors.parquet +3 -0
- pr_comments.parquet +3 -0
- pr_diffs.parquet +3 -0
- pr_files.parquet +3 -0
- pull_requests.parquet +3 -0
- review_comments.parquet +3 -0
- reviews.parquet +3 -0
README.md
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: Transformers PR Slop Dataset
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: issues
|
| 5 |
+
data_files:
|
| 6 |
+
- split: train
|
| 7 |
+
path: issues.parquet
|
| 8 |
+
default: true
|
| 9 |
+
- config_name: prs
|
| 10 |
+
data_files:
|
| 11 |
+
- split: train
|
| 12 |
+
path: pull_requests.parquet
|
| 13 |
+
- config_name: issue_comments
|
| 14 |
+
data_files:
|
| 15 |
+
- split: train
|
| 16 |
+
path: issue_comments.parquet
|
| 17 |
+
- config_name: pr_comments
|
| 18 |
+
data_files:
|
| 19 |
+
- split: train
|
| 20 |
+
path: pr_comments.parquet
|
| 21 |
+
- config_name: pr_reviews
|
| 22 |
+
data_files:
|
| 23 |
+
- split: train
|
| 24 |
+
path: reviews.parquet
|
| 25 |
+
- config_name: pr_files
|
| 26 |
+
data_files:
|
| 27 |
+
- split: train
|
| 28 |
+
path: pr_files.parquet
|
| 29 |
+
- config_name: pr_diffs
|
| 30 |
+
data_files:
|
| 31 |
+
- split: train
|
| 32 |
+
path: pr_diffs.parquet
|
| 33 |
+
- config_name: review_comments
|
| 34 |
+
data_files:
|
| 35 |
+
- split: train
|
| 36 |
+
path: review_comments.parquet
|
| 37 |
+
- config_name: links
|
| 38 |
+
data_files:
|
| 39 |
+
- split: train
|
| 40 |
+
path: links.parquet
|
| 41 |
+
- config_name: events
|
| 42 |
+
data_files:
|
| 43 |
+
- split: train
|
| 44 |
+
path: events.parquet
|
| 45 |
+
- config_name: new_contributors
|
| 46 |
+
data_files:
|
| 47 |
+
- split: train
|
| 48 |
+
path: new_contributors.parquet
|
| 49 |
+
---
|
| 50 |
+
---
|
| 51 |
+
|
| 52 |
+
# Transformers PR Slop Dataset
|
| 53 |
+
|
| 54 |
+
Normalized snapshots of issues, pull requests, comments, reviews, and linkage data from `huggingface/transformers`.
|
| 55 |
+
|
| 56 |
+
Files:
|
| 57 |
+
- `issues.parquet`
|
| 58 |
+
- `pull_requests.parquet`
|
| 59 |
+
- `comments.parquet`
|
| 60 |
+
- `issue_comments.parquet` (derived view of issue discussion comments)
|
| 61 |
+
- `pr_comments.parquet` (derived view of pull request discussion comments)
|
| 62 |
+
- `reviews.parquet`
|
| 63 |
+
- `pr_files.parquet`
|
| 64 |
+
- `pr_diffs.parquet`
|
| 65 |
+
- `review_comments.parquet`
|
| 66 |
+
- `links.parquet`
|
| 67 |
+
- `events.parquet`
|
| 68 |
+
- `new_contributors.parquet`
|
| 69 |
+
- `new-contributors-report.json`
|
| 70 |
+
- `new-contributors-report.md`
|
| 71 |
+
|
| 72 |
+
|
| 73 |
+
Use:
|
| 74 |
+
- duplicate PR and issue analysis
|
| 75 |
+
- triage and ranking experiments
|
| 76 |
+
- eval set creation
|
| 77 |
+
|
| 78 |
+
Notes:
|
| 79 |
+
- updated daily
|
| 80 |
+
- latest snapshot: `20260324T143453Z`
|
| 81 |
+
- raw data only; no labels or moderation decisions
|
| 82 |
+
- PR metadata, file-level patch hunks, and full unified diffs are included
|
| 83 |
+
- new contributor reviewer artifacts are included when generated for the snapshot
|
| 84 |
+
- full file contents for changed files are not included
|
comments.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d5465da76f6e71931448826e2dbe91c94702f7d130413736d9bfcdcca1a71ef
|
| 3 |
+
size 113018
|
events.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc7d9a66699f8f1bbe87964cafd30c63bd03f12f76be1fd25ab191dc4d0667c4
|
| 3 |
+
size 2260
|
issue_comments.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8fb940f78890d0837b841e7a2aabaec88a5e0cfa5500eb1831b4ff5a6ade8aed
|
| 3 |
+
size 47214
|
issues.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:928d81fae5765c30b5c58c05c9f131320b7b6ddc63d258b31eff91b3bd65c9a6
|
| 3 |
+
size 103241
|
links.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fcae23abbe3a13d454963240b5a09c128b9a982efee6b9db72b6b0fa110a4b29
|
| 3 |
+
size 5640
|
manifest.json
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": 416,
|
| 9 |
+
"issues": 65,
|
| 10 |
+
"links": 172,
|
| 11 |
+
"new_contributors": 25,
|
| 12 |
+
"pr_diffs": 151,
|
| 13 |
+
"pr_files": 2082,
|
| 14 |
+
"pull_requests": 151,
|
| 15 |
+
"review_comments": 2028,
|
| 16 |
+
"reviews": 908,
|
| 17 |
+
"timeline_events": 0
|
| 18 |
+
},
|
| 19 |
+
"crawl_started_at": "2026-03-24T14:34:53Z",
|
| 20 |
+
"delta_counts": {
|
| 21 |
+
"comments": 26,
|
| 22 |
+
"issue_stubs": 36,
|
| 23 |
+
"issues": 13,
|
| 24 |
+
"links": 28,
|
| 25 |
+
"pr_diffs": 23,
|
| 26 |
+
"pr_files": 955,
|
| 27 |
+
"pull_requests": 23,
|
| 28 |
+
"review_comments": 422,
|
| 29 |
+
"reviews": 188,
|
| 30 |
+
"timeline_events": 0
|
| 31 |
+
},
|
| 32 |
+
"extracted_at": "2026-03-24T14:34:53Z",
|
| 33 |
+
"options": {
|
| 34 |
+
"effective_since": "2026-03-24T12:02:31Z",
|
| 35 |
+
"fetch_timeline": false,
|
| 36 |
+
"hf_repo_id": "evalstate/transformers-pr",
|
| 37 |
+
"http_max_retries": 5,
|
| 38 |
+
"http_timeout": 180,
|
| 39 |
+
"max_issue_comments": null,
|
| 40 |
+
"max_issues": 200,
|
| 41 |
+
"max_prs": 50,
|
| 42 |
+
"max_review_comments_per_pr": null,
|
| 43 |
+
"max_reviews_per_pr": null,
|
| 44 |
+
"new_contributor_max_authors": 25,
|
| 45 |
+
"new_contributor_max_primary_artifacts": 3,
|
| 46 |
+
"new_contributor_report": true,
|
| 47 |
+
"new_contributor_window_days": 42,
|
| 48 |
+
"private_hf_repo": false,
|
| 49 |
+
"publish": true,
|
| 50 |
+
"since": null
|
| 51 |
+
},
|
| 52 |
+
"repo": "huggingface/transformers",
|
| 53 |
+
"snapshot_id": "20260324T143453Z",
|
| 54 |
+
"watermark": {
|
| 55 |
+
"effective_since": "2026-03-24T12:02:31Z",
|
| 56 |
+
"merge_with_previous": true,
|
| 57 |
+
"next_since": "2026-03-24T14:34:53Z",
|
| 58 |
+
"previous_snapshot_dir": "data/snapshots/20260324T120231Z",
|
| 59 |
+
"resume_enabled": true
|
| 60 |
+
}
|
| 61 |
+
}
|
new-contributors-report.json
ADDED
|
@@ -0,0 +1,1494 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": "1.0",
|
| 3 |
+
"repo": "huggingface/transformers",
|
| 4 |
+
"snapshot_id": "20260324T143453Z",
|
| 5 |
+
"generated_at": "2026-03-24T14:39:13Z",
|
| 6 |
+
"window_days": 42,
|
| 7 |
+
"max_authors": 25,
|
| 8 |
+
"max_primary_artifacts": 3,
|
| 9 |
+
"contributors": [
|
| 10 |
+
{
|
| 11 |
+
"author_login": "IlyasMoutawwakil",
|
| 12 |
+
"name": "Ilyas Moutawwakil",
|
| 13 |
+
"profile_url": "https://github.com/IlyasMoutawwakil",
|
| 14 |
+
"repo_pull_requests_url": "https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3AIlyasMoutawwakil",
|
| 15 |
+
"repo_issues_url": "https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3AIlyasMoutawwakil",
|
| 16 |
+
"repo_first_seen_at": "2025-11-03T14:20:21Z",
|
| 17 |
+
"repo_last_seen_at": "2026-03-24T13:49:21Z",
|
| 18 |
+
"repo_primary_artifact_count": 3,
|
| 19 |
+
"repo_artifact_count": 50,
|
| 20 |
+
"snapshot_issue_count": 0,
|
| 21 |
+
"snapshot_pr_count": 3,
|
| 22 |
+
"snapshot_comment_count": 0,
|
| 23 |
+
"snapshot_review_count": 23,
|
| 24 |
+
"snapshot_review_comment_count": 24,
|
| 25 |
+
"new_to_repo": true,
|
| 26 |
+
"account_age_days": 2330,
|
| 27 |
+
"young_account": false,
|
| 28 |
+
"follow_through_score": "mixed",
|
| 29 |
+
"breadth_score": "low",
|
| 30 |
+
"automation_risk_signal": "low",
|
| 31 |
+
"heuristic_note": "targets high-star repos",
|
| 32 |
+
"public_orgs": [
|
| 33 |
+
"huggingface",
|
| 34 |
+
"Chouafa"
|
| 35 |
+
],
|
| 36 |
+
"activity": {
|
| 37 |
+
"visible_authored_pr_count": 18,
|
| 38 |
+
"merged_pr_count": 13,
|
| 39 |
+
"closed_unmerged_pr_count": 2,
|
| 40 |
+
"open_pr_count": 3,
|
| 41 |
+
"distinct_repos_with_authored_prs": 2,
|
| 42 |
+
"distinct_repos_with_open_prs": 2
|
| 43 |
+
},
|
| 44 |
+
"examples": {
|
| 45 |
+
"pull_requests": [
|
| 46 |
+
{
|
| 47 |
+
"kind": "pull_request",
|
| 48 |
+
"number": 44970,
|
| 49 |
+
"title": "Fix CPU 16 bytes alignment issue using equivalent fallback",
|
| 50 |
+
"url": "https://github.com/huggingface/transformers/pull/44970",
|
| 51 |
+
"state": "open",
|
| 52 |
+
"merged": false,
|
| 53 |
+
"draft": false,
|
| 54 |
+
"created_at": "2026-03-24T13:49:21Z"
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"kind": "pull_request",
|
| 58 |
+
"number": 44832,
|
| 59 |
+
"title": "DeepGEMM",
|
| 60 |
+
"url": "https://github.com/huggingface/transformers/pull/44832",
|
| 61 |
+
"state": "open",
|
| 62 |
+
"merged": false,
|
| 63 |
+
"draft": false,
|
| 64 |
+
"created_at": "2026-03-18T15:33:15Z"
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"kind": "pull_request",
|
| 68 |
+
"number": 41992,
|
| 69 |
+
"title": "[PoC] HF exporters",
|
| 70 |
+
"url": "https://github.com/huggingface/transformers/pull/41992",
|
| 71 |
+
"state": "open",
|
| 72 |
+
"merged": false,
|
| 73 |
+
"draft": false,
|
| 74 |
+
"created_at": "2025-11-03T14:20:21Z"
|
| 75 |
+
}
|
| 76 |
+
],
|
| 77 |
+
"issues": []
|
| 78 |
+
},
|
| 79 |
+
"fetch_error": null
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"author_login": "SunMarc",
|
| 83 |
+
"name": "Marc Sun",
|
| 84 |
+
"profile_url": "https://github.com/SunMarc",
|
| 85 |
+
"repo_pull_requests_url": "https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3ASunMarc",
|
| 86 |
+
"repo_issues_url": "https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3ASunMarc",
|
| 87 |
+
"repo_first_seen_at": "2026-02-20T17:11:25Z",
|
| 88 |
+
"repo_last_seen_at": "2026-03-24T14:27:31Z",
|
| 89 |
+
"repo_primary_artifact_count": 3,
|
| 90 |
+
"repo_artifact_count": 36,
|
| 91 |
+
"snapshot_issue_count": 0,
|
| 92 |
+
"snapshot_pr_count": 3,
|
| 93 |
+
"snapshot_comment_count": 3,
|
| 94 |
+
"snapshot_review_count": 11,
|
| 95 |
+
"snapshot_review_comment_count": 19,
|
| 96 |
+
"new_to_repo": true,
|
| 97 |
+
"account_age_days": 2336,
|
| 98 |
+
"young_account": false,
|
| 99 |
+
"follow_through_score": "strong",
|
| 100 |
+
"breadth_score": "low",
|
| 101 |
+
"automation_risk_signal": "low",
|
| 102 |
+
"heuristic_note": "high recent PR volume; targets high-star repos",
|
| 103 |
+
"public_orgs": [
|
| 104 |
+
"huggingface"
|
| 105 |
+
],
|
| 106 |
+
"activity": {
|
| 107 |
+
"visible_authored_pr_count": 30,
|
| 108 |
+
"merged_pr_count": 24,
|
| 109 |
+
"closed_unmerged_pr_count": 3,
|
| 110 |
+
"open_pr_count": 3,
|
| 111 |
+
"distinct_repos_with_authored_prs": 3,
|
| 112 |
+
"distinct_repos_with_open_prs": 1
|
| 113 |
+
},
|
| 114 |
+
"examples": {
|
| 115 |
+
"pull_requests": [
|
| 116 |
+
{
|
| 117 |
+
"kind": "pull_request",
|
| 118 |
+
"number": 44895,
|
| 119 |
+
"title": "Add static FP8 expert support ",
|
| 120 |
+
"url": "https://github.com/huggingface/transformers/pull/44895",
|
| 121 |
+
"state": "closed",
|
| 122 |
+
"merged": true,
|
| 123 |
+
"draft": false,
|
| 124 |
+
"created_at": "2026-03-20T19:01:35Z"
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"kind": "pull_request",
|
| 128 |
+
"number": 44864,
|
| 129 |
+
"title": "Switch FP8 per tensor quant to use `torch._scaled_mm`",
|
| 130 |
+
"url": "https://github.com/huggingface/transformers/pull/44864",
|
| 131 |
+
"state": "closed",
|
| 132 |
+
"merged": false,
|
| 133 |
+
"draft": false,
|
| 134 |
+
"created_at": "2026-03-19T16:19:53Z"
|
| 135 |
+
},
|
| 136 |
+
{
|
| 137 |
+
"kind": "pull_request",
|
| 138 |
+
"number": 44796,
|
| 139 |
+
"title": "[refactor] Serving into proper modules",
|
| 140 |
+
"url": "https://github.com/huggingface/transformers/pull/44796",
|
| 141 |
+
"state": "open",
|
| 142 |
+
"merged": false,
|
| 143 |
+
"draft": false,
|
| 144 |
+
"created_at": "2026-03-17T13:04:06Z"
|
| 145 |
+
}
|
| 146 |
+
],
|
| 147 |
+
"issues": []
|
| 148 |
+
},
|
| 149 |
+
"fetch_error": null
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"author_login": "stas00",
|
| 153 |
+
"name": "Stas Bekman",
|
| 154 |
+
"profile_url": "https://github.com/stas00",
|
| 155 |
+
"repo_pull_requests_url": "https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Astas00",
|
| 156 |
+
"repo_issues_url": "https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Astas00",
|
| 157 |
+
"repo_first_seen_at": "2021-11-17T01:57:38Z",
|
| 158 |
+
"repo_last_seen_at": "2022-01-21T01:36:49Z",
|
| 159 |
+
"repo_primary_artifact_count": 2,
|
| 160 |
+
"repo_artifact_count": 8,
|
| 161 |
+
"snapshot_issue_count": 0,
|
| 162 |
+
"snapshot_pr_count": 2,
|
| 163 |
+
"snapshot_comment_count": 0,
|
| 164 |
+
"snapshot_review_count": 3,
|
| 165 |
+
"snapshot_review_comment_count": 3,
|
| 166 |
+
"new_to_repo": true,
|
| 167 |
+
"account_age_days": 4077,
|
| 168 |
+
"young_account": false,
|
| 169 |
+
"follow_through_score": "mixed",
|
| 170 |
+
"breadth_score": "low",
|
| 171 |
+
"automation_risk_signal": "low",
|
| 172 |
+
"heuristic_note": "large open PR backlog; targets high-star repos",
|
| 173 |
+
"public_orgs": [],
|
| 174 |
+
"activity": {
|
| 175 |
+
"visible_authored_pr_count": 2,
|
| 176 |
+
"merged_pr_count": 1,
|
| 177 |
+
"closed_unmerged_pr_count": 0,
|
| 178 |
+
"open_pr_count": 1,
|
| 179 |
+
"distinct_repos_with_authored_prs": 2,
|
| 180 |
+
"distinct_repos_with_open_prs": 1
|
| 181 |
+
},
|
| 182 |
+
"examples": {
|
| 183 |
+
"pull_requests": [
|
| 184 |
+
{
|
| 185 |
+
"kind": "pull_request",
|
| 186 |
+
"number": 14708,
|
| 187 |
+
"title": "[WIP] [performance doc] faster/leaner optimizers",
|
| 188 |
+
"url": "https://github.com/huggingface/transformers/pull/14708",
|
| 189 |
+
"state": "open",
|
| 190 |
+
"merged": false,
|
| 191 |
+
"draft": true,
|
| 192 |
+
"created_at": "2021-12-09T18:49:27Z"
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"kind": "pull_request",
|
| 196 |
+
"number": 14426,
|
| 197 |
+
"title": "[Deepspeed Inference] HF Integration",
|
| 198 |
+
"url": "https://github.com/huggingface/transformers/pull/14426",
|
| 199 |
+
"state": "closed",
|
| 200 |
+
"merged": false,
|
| 201 |
+
"draft": true,
|
| 202 |
+
"created_at": "2021-11-17T01:57:38Z"
|
| 203 |
+
}
|
| 204 |
+
],
|
| 205 |
+
"issues": []
|
| 206 |
+
},
|
| 207 |
+
"fetch_error": null
|
| 208 |
+
},
|
| 209 |
+
{
|
| 210 |
+
"author_login": "sergiopaniego",
|
| 211 |
+
"name": "Sergio Paniego Blanco",
|
| 212 |
+
"profile_url": "https://github.com/sergiopaniego",
|
| 213 |
+
"repo_pull_requests_url": "https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Asergiopaniego",
|
| 214 |
+
"repo_issues_url": "https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Asergiopaniego",
|
| 215 |
+
"repo_first_seen_at": "2026-03-19T10:22:40Z",
|
| 216 |
+
"repo_last_seen_at": "2026-03-20T08:38:03Z",
|
| 217 |
+
"repo_primary_artifact_count": 2,
|
| 218 |
+
"repo_artifact_count": 2,
|
| 219 |
+
"snapshot_issue_count": 0,
|
| 220 |
+
"snapshot_pr_count": 2,
|
| 221 |
+
"snapshot_comment_count": 0,
|
| 222 |
+
"snapshot_review_count": 0,
|
| 223 |
+
"snapshot_review_comment_count": 0,
|
| 224 |
+
"new_to_repo": true,
|
| 225 |
+
"account_age_days": 3693,
|
| 226 |
+
"young_account": false,
|
| 227 |
+
"follow_through_score": "mixed",
|
| 228 |
+
"breadth_score": "moderate",
|
| 229 |
+
"automation_risk_signal": "low",
|
| 230 |
+
"heuristic_note": "targets high-star repos",
|
| 231 |
+
"public_orgs": [
|
| 232 |
+
"JdeRobot",
|
| 233 |
+
"TheRoboticsClub",
|
| 234 |
+
"huggingface"
|
| 235 |
+
],
|
| 236 |
+
"activity": {
|
| 237 |
+
"visible_authored_pr_count": 12,
|
| 238 |
+
"merged_pr_count": 8,
|
| 239 |
+
"closed_unmerged_pr_count": 0,
|
| 240 |
+
"open_pr_count": 4,
|
| 241 |
+
"distinct_repos_with_authored_prs": 5,
|
| 242 |
+
"distinct_repos_with_open_prs": 3
|
| 243 |
+
},
|
| 244 |
+
"examples": {
|
| 245 |
+
"pull_requests": [
|
| 246 |
+
{
|
| 247 |
+
"kind": "pull_request",
|
| 248 |
+
"number": 44873,
|
| 249 |
+
"title": "Fix VL model rope_deltas batch size mismatch in online RL training",
|
| 250 |
+
"url": "https://github.com/huggingface/transformers/pull/44873",
|
| 251 |
+
"state": "closed",
|
| 252 |
+
"merged": true,
|
| 253 |
+
"draft": false,
|
| 254 |
+
"created_at": "2026-03-20T08:38:03Z"
|
| 255 |
+
},
|
| 256 |
+
{
|
| 257 |
+
"kind": "pull_request",
|
| 258 |
+
"number": 44853,
|
| 259 |
+
"title": "Fix Zamba2MambaMixer ignoring use_mamba_kernels=False",
|
| 260 |
+
"url": "https://github.com/huggingface/transformers/pull/44853",
|
| 261 |
+
"state": "open",
|
| 262 |
+
"merged": false,
|
| 263 |
+
"draft": false,
|
| 264 |
+
"created_at": "2026-03-19T10:22:40Z"
|
| 265 |
+
}
|
| 266 |
+
],
|
| 267 |
+
"issues": []
|
| 268 |
+
},
|
| 269 |
+
"fetch_error": null
|
| 270 |
+
},
|
| 271 |
+
{
|
| 272 |
+
"author_login": "guoyangzhen",
|
| 273 |
+
"name": "guoyangzhen",
|
| 274 |
+
"profile_url": "https://github.com/guoyangzhen",
|
| 275 |
+
"repo_pull_requests_url": "https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Aguoyangzhen",
|
| 276 |
+
"repo_issues_url": "https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Aguoyangzhen",
|
| 277 |
+
"repo_first_seen_at": "2026-03-20T13:03:54Z",
|
| 278 |
+
"repo_last_seen_at": "2026-03-20T22:08:49Z",
|
| 279 |
+
"repo_primary_artifact_count": 2,
|
| 280 |
+
"repo_artifact_count": 2,
|
| 281 |
+
"snapshot_issue_count": 0,
|
| 282 |
+
"snapshot_pr_count": 2,
|
| 283 |
+
"snapshot_comment_count": 0,
|
| 284 |
+
"snapshot_review_count": 0,
|
| 285 |
+
"snapshot_review_comment_count": 0,
|
| 286 |
+
"new_to_repo": true,
|
| 287 |
+
"account_age_days": 2566,
|
| 288 |
+
"young_account": false,
|
| 289 |
+
"follow_through_score": "weak",
|
| 290 |
+
"breadth_score": "very high",
|
| 291 |
+
"automation_risk_signal": "medium",
|
| 292 |
+
"heuristic_note": "extremely high recent PR volume; very broad repo spread; large open PR backlog; targets high-star repos",
|
| 293 |
+
"public_orgs": [],
|
| 294 |
+
"activity": {
|
| 295 |
+
"visible_authored_pr_count": 103,
|
| 296 |
+
"merged_pr_count": 6,
|
| 297 |
+
"closed_unmerged_pr_count": 24,
|
| 298 |
+
"open_pr_count": 73,
|
| 299 |
+
"distinct_repos_with_authored_prs": 53,
|
| 300 |
+
"distinct_repos_with_open_prs": 38
|
| 301 |
+
},
|
| 302 |
+
"examples": {
|
| 303 |
+
"pull_requests": [
|
| 304 |
+
{
|
| 305 |
+
"kind": "pull_request",
|
| 306 |
+
"number": 44902,
|
| 307 |
+
"title": "fix: Whisper word timestamp OOB access on trailing replacement char",
|
| 308 |
+
"url": "https://github.com/huggingface/transformers/pull/44902",
|
| 309 |
+
"state": "closed",
|
| 310 |
+
"merged": false,
|
| 311 |
+
"draft": false,
|
| 312 |
+
"created_at": "2026-03-20T22:08:49Z"
|
| 313 |
+
},
|
| 314 |
+
{
|
| 315 |
+
"kind": "pull_request",
|
| 316 |
+
"number": 44885,
|
| 317 |
+
"title": "fix: prevent IndexError in Whisper word timestamp decode",
|
| 318 |
+
"url": "https://github.com/huggingface/transformers/pull/44885",
|
| 319 |
+
"state": "closed",
|
| 320 |
+
"merged": false,
|
| 321 |
+
"draft": false,
|
| 322 |
+
"created_at": "2026-03-20T13:03:54Z"
|
| 323 |
+
}
|
| 324 |
+
],
|
| 325 |
+
"issues": []
|
| 326 |
+
},
|
| 327 |
+
"fetch_error": null
|
| 328 |
+
},
|
| 329 |
+
{
|
| 330 |
+
"author_login": "kashif",
|
| 331 |
+
"name": "Kashif Rasul",
|
| 332 |
+
"profile_url": "https://github.com/kashif",
|
| 333 |
+
"repo_pull_requests_url": "https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Akashif",
|
| 334 |
+
"repo_issues_url": "https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Akashif",
|
| 335 |
+
"repo_first_seen_at": "2026-03-20T13:46:43Z",
|
| 336 |
+
"repo_last_seen_at": "2026-03-22T14:04:40Z",
|
| 337 |
+
"repo_primary_artifact_count": 2,
|
| 338 |
+
"repo_artifact_count": 3,
|
| 339 |
+
"snapshot_issue_count": 0,
|
| 340 |
+
"snapshot_pr_count": 2,
|
| 341 |
+
"snapshot_comment_count": 1,
|
| 342 |
+
"snapshot_review_count": 0,
|
| 343 |
+
"snapshot_review_comment_count": 0,
|
| 344 |
+
"new_to_repo": true,
|
| 345 |
+
"account_age_days": 6545,
|
| 346 |
+
"young_account": false,
|
| 347 |
+
"follow_through_score": "mixed",
|
| 348 |
+
"breadth_score": "high",
|
| 349 |
+
"automation_risk_signal": "low",
|
| 350 |
+
"heuristic_note": "broad repo spread; large open PR backlog; targets high-star repos",
|
| 351 |
+
"public_orgs": [],
|
| 352 |
+
"activity": {
|
| 353 |
+
"visible_authored_pr_count": 21,
|
| 354 |
+
"merged_pr_count": 12,
|
| 355 |
+
"closed_unmerged_pr_count": 0,
|
| 356 |
+
"open_pr_count": 9,
|
| 357 |
+
"distinct_repos_with_authored_prs": 13,
|
| 358 |
+
"distinct_repos_with_open_prs": 8
|
| 359 |
+
},
|
| 360 |
+
"examples": {
|
| 361 |
+
"pull_requests": [
|
| 362 |
+
{
|
| 363 |
+
"kind": "pull_request",
|
| 364 |
+
"number": 44925,
|
| 365 |
+
"title": "[MOE] MoE routing capture and replay support",
|
| 366 |
+
"url": "https://github.com/huggingface/transformers/pull/44925",
|
| 367 |
+
"state": "open",
|
| 368 |
+
"merged": false,
|
| 369 |
+
"draft": false,
|
| 370 |
+
"created_at": "2026-03-22T14:04:40Z"
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"kind": "pull_request",
|
| 374 |
+
"number": 44891,
|
| 375 |
+
"title": "[Trainer] add MoERouterHealthCallback Callback",
|
| 376 |
+
"url": "https://github.com/huggingface/transformers/pull/44891",
|
| 377 |
+
"state": "open",
|
| 378 |
+
"merged": false,
|
| 379 |
+
"draft": false,
|
| 380 |
+
"created_at": "2026-03-20T16:17:05Z"
|
| 381 |
+
}
|
| 382 |
+
],
|
| 383 |
+
"issues": []
|
| 384 |
+
},
|
| 385 |
+
"fetch_error": null
|
| 386 |
+
},
|
| 387 |
+
{
|
| 388 |
+
"author_login": "r266-tech",
|
| 389 |
+
"name": null,
|
| 390 |
+
"profile_url": "https://github.com/r266-tech",
|
| 391 |
+
"repo_pull_requests_url": "https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Ar266-tech",
|
| 392 |
+
"repo_issues_url": "https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Ar266-tech",
|
| 393 |
+
"repo_first_seen_at": "2026-03-22T17:28:57Z",
|
| 394 |
+
"repo_last_seen_at": "2026-03-22T17:31:03Z",
|
| 395 |
+
"repo_primary_artifact_count": 2,
|
| 396 |
+
"repo_artifact_count": 4,
|
| 397 |
+
"snapshot_issue_count": 0,
|
| 398 |
+
"snapshot_pr_count": 2,
|
| 399 |
+
"snapshot_comment_count": 2,
|
| 400 |
+
"snapshot_review_count": 0,
|
| 401 |
+
"snapshot_review_comment_count": 0,
|
| 402 |
+
"new_to_repo": true,
|
| 403 |
+
"account_age_days": 182,
|
| 404 |
+
"young_account": true,
|
| 405 |
+
"follow_through_score": "weak",
|
| 406 |
+
"breadth_score": "very high",
|
| 407 |
+
"automation_risk_signal": "medium",
|
| 408 |
+
"heuristic_note": "young account; extremely high recent PR volume; very broad repo spread; large open PR backlog; targets high-star repos",
|
| 409 |
+
"public_orgs": [],
|
| 410 |
+
"activity": {
|
| 411 |
+
"visible_authored_pr_count": 136,
|
| 412 |
+
"merged_pr_count": 19,
|
| 413 |
+
"closed_unmerged_pr_count": 44,
|
| 414 |
+
"open_pr_count": 73,
|
| 415 |
+
"distinct_repos_with_authored_prs": 74,
|
| 416 |
+
"distinct_repos_with_open_prs": 47
|
| 417 |
+
},
|
| 418 |
+
"examples": {
|
| 419 |
+
"pull_requests": [
|
| 420 |
+
{
|
| 421 |
+
"kind": "pull_request",
|
| 422 |
+
"number": 44932,
|
| 423 |
+
"title": "Fix: Pass scheduler_specific_kwargs to inverse_sqrt scheduler",
|
| 424 |
+
"url": "https://github.com/huggingface/transformers/pull/44932",
|
| 425 |
+
"state": "closed",
|
| 426 |
+
"merged": false,
|
| 427 |
+
"draft": false,
|
| 428 |
+
"created_at": "2026-03-22T17:30:56Z"
|
| 429 |
+
},
|
| 430 |
+
{
|
| 431 |
+
"kind": "pull_request",
|
| 432 |
+
"number": 44931,
|
| 433 |
+
"title": "fix(camembert): add tie_word_embeddings=True to CamembertConfig",
|
| 434 |
+
"url": "https://github.com/huggingface/transformers/pull/44931",
|
| 435 |
+
"state": "closed",
|
| 436 |
+
"merged": true,
|
| 437 |
+
"draft": false,
|
| 438 |
+
"created_at": "2026-03-22T17:28:57Z"
|
| 439 |
+
}
|
| 440 |
+
],
|
| 441 |
+
"issues": []
|
| 442 |
+
},
|
| 443 |
+
"fetch_error": null
|
| 444 |
+
},
|
| 445 |
+
{
|
| 446 |
+
"author_login": "Sai-Suraj-27",
|
| 447 |
+
"name": "Sai-Suraj-27",
|
| 448 |
+
"profile_url": "https://github.com/Sai-Suraj-27",
|
| 449 |
+
"repo_pull_requests_url": "https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3ASai-Suraj-27",
|
| 450 |
+
"repo_issues_url": "https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3ASai-Suraj-27",
|
| 451 |
+
"repo_first_seen_at": "2026-03-19T07:30:39Z",
|
| 452 |
+
"repo_last_seen_at": "2026-03-22T18:03:34Z",
|
| 453 |
+
"repo_primary_artifact_count": 2,
|
| 454 |
+
"repo_artifact_count": 3,
|
| 455 |
+
"snapshot_issue_count": 0,
|
| 456 |
+
"snapshot_pr_count": 2,
|
| 457 |
+
"snapshot_comment_count": 1,
|
| 458 |
+
"snapshot_review_count": 0,
|
| 459 |
+
"snapshot_review_comment_count": 0,
|
| 460 |
+
"new_to_repo": true,
|
| 461 |
+
"account_age_days": 1720,
|
| 462 |
+
"young_account": false,
|
| 463 |
+
"follow_through_score": "strong",
|
| 464 |
+
"breadth_score": "low",
|
| 465 |
+
"automation_risk_signal": "low",
|
| 466 |
+
"heuristic_note": "targets high-star repos",
|
| 467 |
+
"public_orgs": [],
|
| 468 |
+
"activity": {
|
| 469 |
+
"visible_authored_pr_count": 8,
|
| 470 |
+
"merged_pr_count": 6,
|
| 471 |
+
"closed_unmerged_pr_count": 0,
|
| 472 |
+
"open_pr_count": 2,
|
| 473 |
+
"distinct_repos_with_authored_prs": 1,
|
| 474 |
+
"distinct_repos_with_open_prs": 1
|
| 475 |
+
},
|
| 476 |
+
"examples": {
|
| 477 |
+
"pull_requests": [
|
| 478 |
+
{
|
| 479 |
+
"kind": "pull_request",
|
| 480 |
+
"number": 44934,
|
| 481 |
+
"title": "Fix failing `T5ModelIntegrationTest`",
|
| 482 |
+
"url": "https://github.com/huggingface/transformers/pull/44934",
|
| 483 |
+
"state": "open",
|
| 484 |
+
"merged": false,
|
| 485 |
+
"draft": false,
|
| 486 |
+
"created_at": "2026-03-22T18:03:34Z"
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"kind": "pull_request",
|
| 490 |
+
"number": 44848,
|
| 491 |
+
"title": "Fix failing `Qwen3OmniModelIntegrationTests`",
|
| 492 |
+
"url": "https://github.com/huggingface/transformers/pull/44848",
|
| 493 |
+
"state": "open",
|
| 494 |
+
"merged": false,
|
| 495 |
+
"draft": false,
|
| 496 |
+
"created_at": "2026-03-19T07:30:39Z"
|
| 497 |
+
}
|
| 498 |
+
],
|
| 499 |
+
"issues": []
|
| 500 |
+
},
|
| 501 |
+
"fetch_error": null
|
| 502 |
+
},
|
| 503 |
+
{
|
| 504 |
+
"author_login": "lashahub",
|
| 505 |
+
"name": "Lasha Koroshinadze",
|
| 506 |
+
"profile_url": "https://github.com/lashahub",
|
| 507 |
+
"repo_pull_requests_url": "https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Alashahub",
|
| 508 |
+
"repo_issues_url": "https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Alashahub",
|
| 509 |
+
"repo_first_seen_at": "2026-01-27T17:37:34Z",
|
| 510 |
+
"repo_last_seen_at": "2026-03-23T04:25:41Z",
|
| 511 |
+
"repo_primary_artifact_count": 2,
|
| 512 |
+
"repo_artifact_count": 15,
|
| 513 |
+
"snapshot_issue_count": 0,
|
| 514 |
+
"snapshot_pr_count": 2,
|
| 515 |
+
"snapshot_comment_count": 1,
|
| 516 |
+
"snapshot_review_count": 6,
|
| 517 |
+
"snapshot_review_comment_count": 6,
|
| 518 |
+
"new_to_repo": true,
|
| 519 |
+
"account_age_days": 3314,
|
| 520 |
+
"young_account": false,
|
| 521 |
+
"follow_through_score": "mixed",
|
| 522 |
+
"breadth_score": "low",
|
| 523 |
+
"automation_risk_signal": "low",
|
| 524 |
+
"heuristic_note": "large open PR backlog; no visible non-self stars; targets high-star repos",
|
| 525 |
+
"public_orgs": [],
|
| 526 |
+
"activity": {
|
| 527 |
+
"visible_authored_pr_count": 2,
|
| 528 |
+
"merged_pr_count": 1,
|
| 529 |
+
"closed_unmerged_pr_count": 0,
|
| 530 |
+
"open_pr_count": 1,
|
| 531 |
+
"distinct_repos_with_authored_prs": 2,
|
| 532 |
+
"distinct_repos_with_open_prs": 1
|
| 533 |
+
},
|
| 534 |
+
"examples": {
|
| 535 |
+
"pull_requests": [
|
| 536 |
+
{
|
| 537 |
+
"kind": "pull_request",
|
| 538 |
+
"number": 44830,
|
| 539 |
+
"title": "Add AudioFlamingoNext model",
|
| 540 |
+
"url": "https://github.com/huggingface/transformers/pull/44830",
|
| 541 |
+
"state": "open",
|
| 542 |
+
"merged": false,
|
| 543 |
+
"draft": false,
|
| 544 |
+
"created_at": "2026-03-18T14:31:45Z"
|
| 545 |
+
},
|
| 546 |
+
{
|
| 547 |
+
"kind": "pull_request",
|
| 548 |
+
"number": 43538,
|
| 549 |
+
"title": "Add Music Flamingo",
|
| 550 |
+
"url": "https://github.com/huggingface/transformers/pull/43538",
|
| 551 |
+
"state": "open",
|
| 552 |
+
"merged": false,
|
| 553 |
+
"draft": false,
|
| 554 |
+
"created_at": "2026-01-27T17:37:34Z"
|
| 555 |
+
}
|
| 556 |
+
],
|
| 557 |
+
"issues": []
|
| 558 |
+
},
|
| 559 |
+
"fetch_error": null
|
| 560 |
+
},
|
| 561 |
+
{
|
| 562 |
+
"author_login": "3outeille",
|
| 563 |
+
"name": "Ferdinand Mom",
|
| 564 |
+
"profile_url": "https://github.com/3outeille",
|
| 565 |
+
"repo_pull_requests_url": "https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3A3outeille",
|
| 566 |
+
"repo_issues_url": "https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3A3outeille",
|
| 567 |
+
"repo_first_seen_at": "2026-02-17T10:57:06Z",
|
| 568 |
+
"repo_last_seen_at": "2026-03-23T15:39:09Z",
|
| 569 |
+
"repo_primary_artifact_count": 2,
|
| 570 |
+
"repo_artifact_count": 14,
|
| 571 |
+
"snapshot_issue_count": 0,
|
| 572 |
+
"snapshot_pr_count": 2,
|
| 573 |
+
"snapshot_comment_count": 0,
|
| 574 |
+
"snapshot_review_count": 6,
|
| 575 |
+
"snapshot_review_comment_count": 6,
|
| 576 |
+
"new_to_repo": true,
|
| 577 |
+
"account_age_days": 2601,
|
| 578 |
+
"young_account": false,
|
| 579 |
+
"follow_through_score": "weak",
|
| 580 |
+
"breadth_score": "low",
|
| 581 |
+
"automation_risk_signal": "low",
|
| 582 |
+
"heuristic_note": "large open PR backlog; targets high-star repos",
|
| 583 |
+
"public_orgs": [
|
| 584 |
+
"huggingface"
|
| 585 |
+
],
|
| 586 |
+
"activity": {
|
| 587 |
+
"visible_authored_pr_count": 3,
|
| 588 |
+
"merged_pr_count": 1,
|
| 589 |
+
"closed_unmerged_pr_count": 0,
|
| 590 |
+
"open_pr_count": 2,
|
| 591 |
+
"distinct_repos_with_authored_prs": 1,
|
| 592 |
+
"distinct_repos_with_open_prs": 1
|
| 593 |
+
},
|
| 594 |
+
"examples": {
|
| 595 |
+
"pull_requests": [
|
| 596 |
+
{
|
| 597 |
+
"kind": "pull_request",
|
| 598 |
+
"number": 44827,
|
| 599 |
+
"title": "Fix Mistral4 tests",
|
| 600 |
+
"url": "https://github.com/huggingface/transformers/pull/44827",
|
| 601 |
+
"state": "open",
|
| 602 |
+
"merged": false,
|
| 603 |
+
"draft": false,
|
| 604 |
+
"created_at": "2026-03-18T13:36:53Z"
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"kind": "pull_request",
|
| 608 |
+
"number": 44083,
|
| 609 |
+
"title": "FSDP2 native support in transformers ",
|
| 610 |
+
"url": "https://github.com/huggingface/transformers/pull/44083",
|
| 611 |
+
"state": "open",
|
| 612 |
+
"merged": false,
|
| 613 |
+
"draft": false,
|
| 614 |
+
"created_at": "2026-02-17T10:57:06Z"
|
| 615 |
+
}
|
| 616 |
+
],
|
| 617 |
+
"issues": []
|
| 618 |
+
},
|
| 619 |
+
"fetch_error": null
|
| 620 |
+
},
|
| 621 |
+
{
|
| 622 |
+
"author_login": "remi-or",
|
| 623 |
+
"name": "R\u00e9mi Ouazan",
|
| 624 |
+
"profile_url": "https://github.com/remi-or",
|
| 625 |
+
"repo_pull_requests_url": "https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Aremi-or",
|
| 626 |
+
"repo_issues_url": "https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Aremi-or",
|
| 627 |
+
"repo_first_seen_at": "2026-03-18T17:48:15Z",
|
| 628 |
+
"repo_last_seen_at": "2026-03-23T15:44:45Z",
|
| 629 |
+
"repo_primary_artifact_count": 2,
|
| 630 |
+
"repo_artifact_count": 7,
|
| 631 |
+
"snapshot_issue_count": 0,
|
| 632 |
+
"snapshot_pr_count": 2,
|
| 633 |
+
"snapshot_comment_count": 5,
|
| 634 |
+
"snapshot_review_count": 0,
|
| 635 |
+
"snapshot_review_comment_count": 0,
|
| 636 |
+
"new_to_repo": true,
|
| 637 |
+
"account_age_days": 1789,
|
| 638 |
+
"young_account": false,
|
| 639 |
+
"follow_through_score": "strong",
|
| 640 |
+
"breadth_score": "low",
|
| 641 |
+
"automation_risk_signal": "low",
|
| 642 |
+
"heuristic_note": "targets high-star repos",
|
| 643 |
+
"public_orgs": [],
|
| 644 |
+
"activity": {
|
| 645 |
+
"visible_authored_pr_count": 9,
|
| 646 |
+
"merged_pr_count": 8,
|
| 647 |
+
"closed_unmerged_pr_count": 0,
|
| 648 |
+
"open_pr_count": 1,
|
| 649 |
+
"distinct_repos_with_authored_prs": 1,
|
| 650 |
+
"distinct_repos_with_open_prs": 1
|
| 651 |
+
},
|
| 652 |
+
"examples": {
|
| 653 |
+
"pull_requests": [
|
| 654 |
+
{
|
| 655 |
+
"kind": "pull_request",
|
| 656 |
+
"number": 44858,
|
| 657 |
+
"title": "[CB] [Minor] Simplify test suite",
|
| 658 |
+
"url": "https://github.com/huggingface/transformers/pull/44858",
|
| 659 |
+
"state": "closed",
|
| 660 |
+
"merged": true,
|
| 661 |
+
"draft": false,
|
| 662 |
+
"created_at": "2026-03-19T13:22:04Z"
|
| 663 |
+
},
|
| 664 |
+
{
|
| 665 |
+
"kind": "pull_request",
|
| 666 |
+
"number": 44835,
|
| 667 |
+
"title": "[CB] Add an option to return logprobs",
|
| 668 |
+
"url": "https://github.com/huggingface/transformers/pull/44835",
|
| 669 |
+
"state": "closed",
|
| 670 |
+
"merged": true,
|
| 671 |
+
"draft": false,
|
| 672 |
+
"created_at": "2026-03-18T17:48:15Z"
|
| 673 |
+
}
|
| 674 |
+
],
|
| 675 |
+
"issues": []
|
| 676 |
+
},
|
| 677 |
+
"fetch_error": null
|
| 678 |
+
},
|
| 679 |
+
{
|
| 680 |
+
"author_login": "maxsloef-goodfire",
|
| 681 |
+
"name": null,
|
| 682 |
+
"profile_url": "https://github.com/maxsloef-goodfire",
|
| 683 |
+
"repo_pull_requests_url": "https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Amaxsloef-goodfire",
|
| 684 |
+
"repo_issues_url": "https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Amaxsloef-goodfire",
|
| 685 |
+
"repo_first_seen_at": "2026-03-21T20:25:51Z",
|
| 686 |
+
"repo_last_seen_at": "2026-03-23T18:45:51Z",
|
| 687 |
+
"repo_primary_artifact_count": 2,
|
| 688 |
+
"repo_artifact_count": 3,
|
| 689 |
+
"snapshot_issue_count": 0,
|
| 690 |
+
"snapshot_pr_count": 2,
|
| 691 |
+
"snapshot_comment_count": 1,
|
| 692 |
+
"snapshot_review_count": 0,
|
| 693 |
+
"snapshot_review_comment_count": 0,
|
| 694 |
+
"new_to_repo": true,
|
| 695 |
+
"account_age_days": 290,
|
| 696 |
+
"young_account": true,
|
| 697 |
+
"follow_through_score": "mixed",
|
| 698 |
+
"breadth_score": "low",
|
| 699 |
+
"automation_risk_signal": "low",
|
| 700 |
+
"heuristic_note": "young account; large open PR backlog; no visible non-self stars; targets high-star repos",
|
| 701 |
+
"public_orgs": [],
|
| 702 |
+
"activity": {
|
| 703 |
+
"visible_authored_pr_count": 2,
|
| 704 |
+
"merged_pr_count": 1,
|
| 705 |
+
"closed_unmerged_pr_count": 0,
|
| 706 |
+
"open_pr_count": 1,
|
| 707 |
+
"distinct_repos_with_authored_prs": 1,
|
| 708 |
+
"distinct_repos_with_open_prs": 1
|
| 709 |
+
},
|
| 710 |
+
"examples": {
|
| 711 |
+
"pull_requests": [
|
| 712 |
+
{
|
| 713 |
+
"kind": "pull_request",
|
| 714 |
+
"number": 44915,
|
| 715 |
+
"title": "fix: skip `clean_up_tokenization` for BPE tokenizers in `PreTrainedTokenizerFast`",
|
| 716 |
+
"url": "https://github.com/huggingface/transformers/pull/44915",
|
| 717 |
+
"state": "open",
|
| 718 |
+
"merged": false,
|
| 719 |
+
"draft": false,
|
| 720 |
+
"created_at": "2026-03-21T20:45:03Z"
|
| 721 |
+
},
|
| 722 |
+
{
|
| 723 |
+
"kind": "pull_request",
|
| 724 |
+
"number": 44914,
|
| 725 |
+
"title": "fix: set `clean_up_tokenization_spaces=False` in Llama 3 tokenizer conversion",
|
| 726 |
+
"url": "https://github.com/huggingface/transformers/pull/44914",
|
| 727 |
+
"state": "closed",
|
| 728 |
+
"merged": true,
|
| 729 |
+
"draft": false,
|
| 730 |
+
"created_at": "2026-03-21T20:25:51Z"
|
| 731 |
+
}
|
| 732 |
+
],
|
| 733 |
+
"issues": []
|
| 734 |
+
},
|
| 735 |
+
"fetch_error": null
|
| 736 |
+
},
|
| 737 |
+
{
|
| 738 |
+
"author_login": "jiqing-feng",
|
| 739 |
+
"name": null,
|
| 740 |
+
"profile_url": "https://github.com/jiqing-feng",
|
| 741 |
+
"repo_pull_requests_url": "https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Ajiqing-feng",
|
| 742 |
+
"repo_issues_url": "https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Ajiqing-feng",
|
| 743 |
+
"repo_first_seen_at": "2026-03-11T01:42:33Z",
|
| 744 |
+
"repo_last_seen_at": "2026-03-24T05:25:35Z",
|
| 745 |
+
"repo_primary_artifact_count": 2,
|
| 746 |
+
"repo_artifact_count": 8,
|
| 747 |
+
"snapshot_issue_count": 0,
|
| 748 |
+
"snapshot_pr_count": 2,
|
| 749 |
+
"snapshot_comment_count": 4,
|
| 750 |
+
"snapshot_review_count": 1,
|
| 751 |
+
"snapshot_review_comment_count": 1,
|
| 752 |
+
"new_to_repo": true,
|
| 753 |
+
"account_age_days": 1372,
|
| 754 |
+
"young_account": false,
|
| 755 |
+
"follow_through_score": "mixed",
|
| 756 |
+
"breadth_score": "moderate",
|
| 757 |
+
"automation_risk_signal": "low",
|
| 758 |
+
"heuristic_note": "\u2014",
|
| 759 |
+
"public_orgs": [],
|
| 760 |
+
"activity": {
|
| 761 |
+
"visible_authored_pr_count": 14,
|
| 762 |
+
"merged_pr_count": 9,
|
| 763 |
+
"closed_unmerged_pr_count": 1,
|
| 764 |
+
"open_pr_count": 4,
|
| 765 |
+
"distinct_repos_with_authored_prs": 5,
|
| 766 |
+
"distinct_repos_with_open_prs": 2
|
| 767 |
+
},
|
| 768 |
+
"examples": {
|
| 769 |
+
"pull_requests": [
|
| 770 |
+
{
|
| 771 |
+
"kind": "pull_request",
|
| 772 |
+
"number": 44845,
|
| 773 |
+
"title": "Fix Mllama torch.compile failure caused by new attention mask logic",
|
| 774 |
+
"url": "https://github.com/huggingface/transformers/pull/44845",
|
| 775 |
+
"state": "open",
|
| 776 |
+
"merged": false,
|
| 777 |
+
"draft": false,
|
| 778 |
+
"created_at": "2026-03-19T06:14:54Z"
|
| 779 |
+
},
|
| 780 |
+
{
|
| 781 |
+
"kind": "pull_request",
|
| 782 |
+
"number": 44588,
|
| 783 |
+
"title": "Fix llama4 bnb mode",
|
| 784 |
+
"url": "https://github.com/huggingface/transformers/pull/44588",
|
| 785 |
+
"state": "open",
|
| 786 |
+
"merged": false,
|
| 787 |
+
"draft": false,
|
| 788 |
+
"created_at": "2026-03-11T01:42:33Z"
|
| 789 |
+
}
|
| 790 |
+
],
|
| 791 |
+
"issues": []
|
| 792 |
+
},
|
| 793 |
+
"fetch_error": null
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"author_login": "he-yufeng",
|
| 797 |
+
"name": "Yufeng He",
|
| 798 |
+
"profile_url": "https://github.com/he-yufeng",
|
| 799 |
+
"repo_pull_requests_url": "https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Ahe-yufeng",
|
| 800 |
+
"repo_issues_url": "https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Ahe-yufeng",
|
| 801 |
+
"repo_first_seen_at": "2026-03-14T18:33:53Z",
|
| 802 |
+
"repo_last_seen_at": "2026-03-24T13:30:38Z",
|
| 803 |
+
"repo_primary_artifact_count": 2,
|
| 804 |
+
"repo_artifact_count": 10,
|
| 805 |
+
"snapshot_issue_count": 0,
|
| 806 |
+
"snapshot_pr_count": 2,
|
| 807 |
+
"snapshot_comment_count": 4,
|
| 808 |
+
"snapshot_review_count": 2,
|
| 809 |
+
"snapshot_review_comment_count": 2,
|
| 810 |
+
"new_to_repo": true,
|
| 811 |
+
"account_age_days": 2845,
|
| 812 |
+
"young_account": false,
|
| 813 |
+
"follow_through_score": "weak",
|
| 814 |
+
"breadth_score": "very high",
|
| 815 |
+
"automation_risk_signal": "medium",
|
| 816 |
+
"heuristic_note": "high recent PR volume; very broad repo spread; large open PR backlog; targets high-star repos",
|
| 817 |
+
"public_orgs": [],
|
| 818 |
+
"activity": {
|
| 819 |
+
"visible_authored_pr_count": 84,
|
| 820 |
+
"merged_pr_count": 23,
|
| 821 |
+
"closed_unmerged_pr_count": 13,
|
| 822 |
+
"open_pr_count": 48,
|
| 823 |
+
"distinct_repos_with_authored_prs": 27,
|
| 824 |
+
"distinct_repos_with_open_prs": 22
|
| 825 |
+
},
|
| 826 |
+
"examples": {
|
| 827 |
+
"pull_requests": [
|
| 828 |
+
{
|
| 829 |
+
"kind": "pull_request",
|
| 830 |
+
"number": 44892,
|
| 831 |
+
"title": "Fix AutoImageProcessor.from_pretrained failing on URL input",
|
| 832 |
+
"url": "https://github.com/huggingface/transformers/pull/44892",
|
| 833 |
+
"state": "closed",
|
| 834 |
+
"merged": false,
|
| 835 |
+
"draft": false,
|
| 836 |
+
"created_at": "2026-03-20T16:21:25Z"
|
| 837 |
+
},
|
| 838 |
+
{
|
| 839 |
+
"kind": "pull_request",
|
| 840 |
+
"number": 44710,
|
| 841 |
+
"title": "Fix AutoProcessor.from_pretrained silently dropping hub kwargs",
|
| 842 |
+
"url": "https://github.com/huggingface/transformers/pull/44710",
|
| 843 |
+
"state": "open",
|
| 844 |
+
"merged": false,
|
| 845 |
+
"draft": false,
|
| 846 |
+
"created_at": "2026-03-14T18:33:53Z"
|
| 847 |
+
}
|
| 848 |
+
],
|
| 849 |
+
"issues": []
|
| 850 |
+
},
|
| 851 |
+
"fetch_error": null
|
| 852 |
+
},
|
| 853 |
+
{
|
| 854 |
+
"author_login": "Rocketknight1",
|
| 855 |
+
"name": "Matt",
|
| 856 |
+
"profile_url": "https://github.com/Rocketknight1",
|
| 857 |
+
"repo_pull_requests_url": "https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3ARocketknight1",
|
| 858 |
+
"repo_issues_url": "https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3ARocketknight1",
|
| 859 |
+
"repo_first_seen_at": "2025-10-06T12:23:44Z",
|
| 860 |
+
"repo_last_seen_at": "2026-03-24T14:27:47Z",
|
| 861 |
+
"repo_primary_artifact_count": 2,
|
| 862 |
+
"repo_artifact_count": 60,
|
| 863 |
+
"snapshot_issue_count": 0,
|
| 864 |
+
"snapshot_pr_count": 2,
|
| 865 |
+
"snapshot_comment_count": 24,
|
| 866 |
+
"snapshot_review_count": 18,
|
| 867 |
+
"snapshot_review_comment_count": 16,
|
| 868 |
+
"new_to_repo": true,
|
| 869 |
+
"account_age_days": 3937,
|
| 870 |
+
"young_account": false,
|
| 871 |
+
"follow_through_score": "strong",
|
| 872 |
+
"breadth_score": "low",
|
| 873 |
+
"automation_risk_signal": "low",
|
| 874 |
+
"heuristic_note": "targets high-star repos",
|
| 875 |
+
"public_orgs": [
|
| 876 |
+
"huggingface"
|
| 877 |
+
],
|
| 878 |
+
"activity": {
|
| 879 |
+
"visible_authored_pr_count": 16,
|
| 880 |
+
"merged_pr_count": 15,
|
| 881 |
+
"closed_unmerged_pr_count": 0,
|
| 882 |
+
"open_pr_count": 1,
|
| 883 |
+
"distinct_repos_with_authored_prs": 1,
|
| 884 |
+
"distinct_repos_with_open_prs": 1
|
| 885 |
+
},
|
| 886 |
+
"examples": {
|
| 887 |
+
"pull_requests": [
|
| 888 |
+
{
|
| 889 |
+
"kind": "pull_request",
|
| 890 |
+
"number": 44890,
|
| 891 |
+
"title": "Add big angry code agent warnings!",
|
| 892 |
+
"url": "https://github.com/huggingface/transformers/pull/44890",
|
| 893 |
+
"state": "closed",
|
| 894 |
+
"merged": true,
|
| 895 |
+
"draft": false,
|
| 896 |
+
"created_at": "2026-03-20T16:12:45Z"
|
| 897 |
+
},
|
| 898 |
+
{
|
| 899 |
+
"kind": "pull_request",
|
| 900 |
+
"number": 44674,
|
| 901 |
+
"title": "Officially launch parse_response",
|
| 902 |
+
"url": "https://github.com/huggingface/transformers/pull/44674",
|
| 903 |
+
"state": "open",
|
| 904 |
+
"merged": false,
|
| 905 |
+
"draft": false,
|
| 906 |
+
"created_at": "2026-03-13T15:41:42Z"
|
| 907 |
+
}
|
| 908 |
+
],
|
| 909 |
+
"issues": []
|
| 910 |
+
},
|
| 911 |
+
"fetch_error": null
|
| 912 |
+
},
|
| 913 |
+
{
|
| 914 |
+
"author_login": "ouroborosscr",
|
| 915 |
+
"name": null,
|
| 916 |
+
"profile_url": "https://github.com/ouroborosscr",
|
| 917 |
+
"repo_pull_requests_url": "https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Aouroborosscr",
|
| 918 |
+
"repo_issues_url": "https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Aouroborosscr",
|
| 919 |
+
"repo_first_seen_at": "2026-03-21T15:38:54Z",
|
| 920 |
+
"repo_last_seen_at": "2026-03-24T07:57:07Z",
|
| 921 |
+
"repo_primary_artifact_count": 3,
|
| 922 |
+
"repo_artifact_count": 9,
|
| 923 |
+
"snapshot_issue_count": 2,
|
| 924 |
+
"snapshot_pr_count": 1,
|
| 925 |
+
"snapshot_comment_count": 6,
|
| 926 |
+
"snapshot_review_count": 0,
|
| 927 |
+
"snapshot_review_comment_count": 0,
|
| 928 |
+
"new_to_repo": true,
|
| 929 |
+
"account_age_days": 1944,
|
| 930 |
+
"young_account": false,
|
| 931 |
+
"follow_through_score": "weak",
|
| 932 |
+
"breadth_score": "low",
|
| 933 |
+
"automation_risk_signal": "low",
|
| 934 |
+
"heuristic_note": "many recent closed-unmerged PRs; targets high-star repos",
|
| 935 |
+
"public_orgs": [],
|
| 936 |
+
"activity": {
|
| 937 |
+
"visible_authored_pr_count": 1,
|
| 938 |
+
"merged_pr_count": 0,
|
| 939 |
+
"closed_unmerged_pr_count": 1,
|
| 940 |
+
"open_pr_count": 0,
|
| 941 |
+
"distinct_repos_with_authored_prs": 1,
|
| 942 |
+
"distinct_repos_with_open_prs": 0
|
| 943 |
+
},
|
| 944 |
+
"examples": {
|
| 945 |
+
"pull_requests": [
|
| 946 |
+
{
|
| 947 |
+
"kind": "pull_request",
|
| 948 |
+
"number": 44911,
|
| 949 |
+
"title": "Fix flash attention crash with 3D position_ids (Qwen3.5)",
|
| 950 |
+
"url": "https://github.com/huggingface/transformers/pull/44911",
|
| 951 |
+
"state": "open",
|
| 952 |
+
"merged": false,
|
| 953 |
+
"draft": false,
|
| 954 |
+
"created_at": "2026-03-21T15:42:57Z"
|
| 955 |
+
}
|
| 956 |
+
],
|
| 957 |
+
"issues": [
|
| 958 |
+
{
|
| 959 |
+
"kind": "issue",
|
| 960 |
+
"number": 44928,
|
| 961 |
+
"title": "[Bug] Catastrophic gradient explosion (NaN) in RLHF with Qwen3.5 due to 3D position_ids forcing SDPA Math fallback and BF16 collapse",
|
| 962 |
+
"url": "https://github.com/huggingface/transformers/issues/44928",
|
| 963 |
+
"state": "open",
|
| 964 |
+
"merged": null,
|
| 965 |
+
"draft": null,
|
| 966 |
+
"created_at": "2026-03-22T16:46:05Z"
|
| 967 |
+
},
|
| 968 |
+
{
|
| 969 |
+
"kind": "issue",
|
| 970 |
+
"number": 44910,
|
| 971 |
+
"title": "[Bug] Flash Attention crashes with illegal memory access on Qwen3.5 due to 3D position_ids being misinterpreted as packed sequence",
|
| 972 |
+
"url": "https://github.com/huggingface/transformers/issues/44910",
|
| 973 |
+
"state": "open",
|
| 974 |
+
"merged": null,
|
| 975 |
+
"draft": null,
|
| 976 |
+
"created_at": "2026-03-21T15:38:54Z"
|
| 977 |
+
}
|
| 978 |
+
]
|
| 979 |
+
},
|
| 980 |
+
"fetch_error": null
|
| 981 |
+
},
|
| 982 |
+
{
|
| 983 |
+
"author_login": "gh-wf",
|
| 984 |
+
"name": null,
|
| 985 |
+
"profile_url": "https://github.com/gh-wf",
|
| 986 |
+
"repo_pull_requests_url": "https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Agh-wf",
|
| 987 |
+
"repo_issues_url": "https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Agh-wf",
|
| 988 |
+
"repo_first_seen_at": "2026-03-19T15:13:12Z",
|
| 989 |
+
"repo_last_seen_at": "2026-03-19T15:14:12Z",
|
| 990 |
+
"repo_primary_artifact_count": 2,
|
| 991 |
+
"repo_artifact_count": 2,
|
| 992 |
+
"snapshot_issue_count": 1,
|
| 993 |
+
"snapshot_pr_count": 1,
|
| 994 |
+
"snapshot_comment_count": 0,
|
| 995 |
+
"snapshot_review_count": 0,
|
| 996 |
+
"snapshot_review_comment_count": 0,
|
| 997 |
+
"new_to_repo": true,
|
| 998 |
+
"account_age_days": 1312,
|
| 999 |
+
"young_account": false,
|
| 1000 |
+
"follow_through_score": "weak",
|
| 1001 |
+
"breadth_score": "low",
|
| 1002 |
+
"automation_risk_signal": "low",
|
| 1003 |
+
"heuristic_note": "many recent closed-unmerged PRs; targets high-star repos",
|
| 1004 |
+
"public_orgs": [],
|
| 1005 |
+
"activity": {
|
| 1006 |
+
"visible_authored_pr_count": 1,
|
| 1007 |
+
"merged_pr_count": 0,
|
| 1008 |
+
"closed_unmerged_pr_count": 1,
|
| 1009 |
+
"open_pr_count": 0,
|
| 1010 |
+
"distinct_repos_with_authored_prs": 1,
|
| 1011 |
+
"distinct_repos_with_open_prs": 0
|
| 1012 |
+
},
|
| 1013 |
+
"examples": {
|
| 1014 |
+
"pull_requests": [
|
| 1015 |
+
{
|
| 1016 |
+
"kind": "pull_request",
|
| 1017 |
+
"number": 44862,
|
| 1018 |
+
"title": "fix: handle list-type _tied_weights_keys in _get_tied_weight_keys",
|
| 1019 |
+
"url": "https://github.com/huggingface/transformers/pull/44862",
|
| 1020 |
+
"state": "closed",
|
| 1021 |
+
"merged": false,
|
| 1022 |
+
"draft": false,
|
| 1023 |
+
"created_at": "2026-03-19T15:14:12Z"
|
| 1024 |
+
}
|
| 1025 |
+
],
|
| 1026 |
+
"issues": [
|
| 1027 |
+
{
|
| 1028 |
+
"kind": "issue",
|
| 1029 |
+
"number": 44861,
|
| 1030 |
+
"title": "_get_tied_weight_keys crashes with AttributeError when _tied_weights_keys is a list",
|
| 1031 |
+
"url": "https://github.com/huggingface/transformers/issues/44861",
|
| 1032 |
+
"state": "closed",
|
| 1033 |
+
"merged": null,
|
| 1034 |
+
"draft": null,
|
| 1035 |
+
"created_at": "2026-03-19T15:13:12Z"
|
| 1036 |
+
}
|
| 1037 |
+
]
|
| 1038 |
+
},
|
| 1039 |
+
"fetch_error": null
|
| 1040 |
+
},
|
| 1041 |
+
{
|
| 1042 |
+
"author_login": "IvanFan-Van",
|
| 1043 |
+
"name": null,
|
| 1044 |
+
"profile_url": "https://github.com/IvanFan-Van",
|
| 1045 |
+
"repo_pull_requests_url": "https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3AIvanFan-Van",
|
| 1046 |
+
"repo_issues_url": "https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3AIvanFan-Van",
|
| 1047 |
+
"repo_first_seen_at": "2026-03-20T04:29:57Z",
|
| 1048 |
+
"repo_last_seen_at": "2026-03-20T05:45:46Z",
|
| 1049 |
+
"repo_primary_artifact_count": 2,
|
| 1050 |
+
"repo_artifact_count": 2,
|
| 1051 |
+
"snapshot_issue_count": 1,
|
| 1052 |
+
"snapshot_pr_count": 1,
|
| 1053 |
+
"snapshot_comment_count": 0,
|
| 1054 |
+
"snapshot_review_count": 0,
|
| 1055 |
+
"snapshot_review_comment_count": 0,
|
| 1056 |
+
"new_to_repo": true,
|
| 1057 |
+
"account_age_days": 1523,
|
| 1058 |
+
"young_account": false,
|
| 1059 |
+
"follow_through_score": "strong",
|
| 1060 |
+
"breadth_score": "low",
|
| 1061 |
+
"automation_risk_signal": "low",
|
| 1062 |
+
"heuristic_note": "\u2014",
|
| 1063 |
+
"public_orgs": [],
|
| 1064 |
+
"activity": {
|
| 1065 |
+
"visible_authored_pr_count": 6,
|
| 1066 |
+
"merged_pr_count": 5,
|
| 1067 |
+
"closed_unmerged_pr_count": 0,
|
| 1068 |
+
"open_pr_count": 1,
|
| 1069 |
+
"distinct_repos_with_authored_prs": 2,
|
| 1070 |
+
"distinct_repos_with_open_prs": 1
|
| 1071 |
+
},
|
| 1072 |
+
"examples": {
|
| 1073 |
+
"pull_requests": [
|
| 1074 |
+
{
|
| 1075 |
+
"kind": "pull_request",
|
| 1076 |
+
"number": 44872,
|
| 1077 |
+
"title": "Fix: Update outdated sampler comment in generation/utils.py",
|
| 1078 |
+
"url": "https://github.com/huggingface/transformers/pull/44872",
|
| 1079 |
+
"state": "open",
|
| 1080 |
+
"merged": false,
|
| 1081 |
+
"draft": false,
|
| 1082 |
+
"created_at": "2026-03-20T05:45:46Z"
|
| 1083 |
+
}
|
| 1084 |
+
],
|
| 1085 |
+
"issues": [
|
| 1086 |
+
{
|
| 1087 |
+
"kind": "issue",
|
| 1088 |
+
"number": 44871,
|
| 1089 |
+
"title": "[Gemma-3] Inconsistent eos_token_id configuration: tokenizer has single value (1) but model.config has list [1, 106]",
|
| 1090 |
+
"url": "https://github.com/huggingface/transformers/issues/44871",
|
| 1091 |
+
"state": "closed",
|
| 1092 |
+
"merged": null,
|
| 1093 |
+
"draft": null,
|
| 1094 |
+
"created_at": "2026-03-20T04:29:57Z"
|
| 1095 |
+
}
|
| 1096 |
+
]
|
| 1097 |
+
},
|
| 1098 |
+
"fetch_error": null
|
| 1099 |
+
},
|
| 1100 |
+
{
|
| 1101 |
+
"author_login": "syncdoth",
|
| 1102 |
+
"name": "Sehyun Choi",
|
| 1103 |
+
"profile_url": "https://github.com/syncdoth",
|
| 1104 |
+
"repo_pull_requests_url": "https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Asyncdoth",
|
| 1105 |
+
"repo_issues_url": "https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Asyncdoth",
|
| 1106 |
+
"repo_first_seen_at": "2026-03-21T06:05:36Z",
|
| 1107 |
+
"repo_last_seen_at": "2026-03-21T06:07:35Z",
|
| 1108 |
+
"repo_primary_artifact_count": 2,
|
| 1109 |
+
"repo_artifact_count": 2,
|
| 1110 |
+
"snapshot_issue_count": 1,
|
| 1111 |
+
"snapshot_pr_count": 1,
|
| 1112 |
+
"snapshot_comment_count": 0,
|
| 1113 |
+
"snapshot_review_count": 0,
|
| 1114 |
+
"snapshot_review_comment_count": 0,
|
| 1115 |
+
"new_to_repo": true,
|
| 1116 |
+
"account_age_days": 2666,
|
| 1117 |
+
"young_account": false,
|
| 1118 |
+
"follow_through_score": "weak",
|
| 1119 |
+
"breadth_score": "low",
|
| 1120 |
+
"automation_risk_signal": "low",
|
| 1121 |
+
"heuristic_note": "large open PR backlog; targets high-star repos",
|
| 1122 |
+
"public_orgs": [],
|
| 1123 |
+
"activity": {
|
| 1124 |
+
"visible_authored_pr_count": 1,
|
| 1125 |
+
"merged_pr_count": 0,
|
| 1126 |
+
"closed_unmerged_pr_count": 0,
|
| 1127 |
+
"open_pr_count": 1,
|
| 1128 |
+
"distinct_repos_with_authored_prs": 1,
|
| 1129 |
+
"distinct_repos_with_open_prs": 1
|
| 1130 |
+
},
|
| 1131 |
+
"examples": {
|
| 1132 |
+
"pull_requests": [
|
| 1133 |
+
{
|
| 1134 |
+
"kind": "pull_request",
|
| 1135 |
+
"number": 44907,
|
| 1136 |
+
"title": "Remove unnecessary expand_as in get_placeholder_mask across VLMs",
|
| 1137 |
+
"url": "https://github.com/huggingface/transformers/pull/44907",
|
| 1138 |
+
"state": "open",
|
| 1139 |
+
"merged": false,
|
| 1140 |
+
"draft": false,
|
| 1141 |
+
"created_at": "2026-03-21T06:07:35Z"
|
| 1142 |
+
}
|
| 1143 |
+
],
|
| 1144 |
+
"issues": [
|
| 1145 |
+
{
|
| 1146 |
+
"kind": "issue",
|
| 1147 |
+
"number": 44906,
|
| 1148 |
+
"title": "Remove unnecessary `expand_as` in `get_placeholder_mask` across VLMs",
|
| 1149 |
+
"url": "https://github.com/huggingface/transformers/issues/44906",
|
| 1150 |
+
"state": "open",
|
| 1151 |
+
"merged": null,
|
| 1152 |
+
"draft": null,
|
| 1153 |
+
"created_at": "2026-03-21T06:05:36Z"
|
| 1154 |
+
}
|
| 1155 |
+
]
|
| 1156 |
+
},
|
| 1157 |
+
"fetch_error": null
|
| 1158 |
+
},
|
| 1159 |
+
{
|
| 1160 |
+
"author_login": "BSchilperoort",
|
| 1161 |
+
"name": "Bart Schilperoort",
|
| 1162 |
+
"profile_url": "https://github.com/BSchilperoort",
|
| 1163 |
+
"repo_pull_requests_url": "https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3ABSchilperoort",
|
| 1164 |
+
"repo_issues_url": "https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3ABSchilperoort",
|
| 1165 |
+
"repo_first_seen_at": "2026-03-18T11:08:09Z",
|
| 1166 |
+
"repo_last_seen_at": "2026-03-23T12:27:25Z",
|
| 1167 |
+
"repo_primary_artifact_count": 2,
|
| 1168 |
+
"repo_artifact_count": 6,
|
| 1169 |
+
"snapshot_issue_count": 1,
|
| 1170 |
+
"snapshot_pr_count": 1,
|
| 1171 |
+
"snapshot_comment_count": 4,
|
| 1172 |
+
"snapshot_review_count": 0,
|
| 1173 |
+
"snapshot_review_comment_count": 0,
|
| 1174 |
+
"new_to_repo": true,
|
| 1175 |
+
"account_age_days": 3985,
|
| 1176 |
+
"young_account": false,
|
| 1177 |
+
"follow_through_score": "strong",
|
| 1178 |
+
"breadth_score": "low",
|
| 1179 |
+
"automation_risk_signal": "low",
|
| 1180 |
+
"heuristic_note": "\u2014",
|
| 1181 |
+
"public_orgs": [
|
| 1182 |
+
"eWaterCycle"
|
| 1183 |
+
],
|
| 1184 |
+
"activity": {
|
| 1185 |
+
"visible_authored_pr_count": 11,
|
| 1186 |
+
"merged_pr_count": 8,
|
| 1187 |
+
"closed_unmerged_pr_count": 1,
|
| 1188 |
+
"open_pr_count": 2,
|
| 1189 |
+
"distinct_repos_with_authored_prs": 2,
|
| 1190 |
+
"distinct_repos_with_open_prs": 1
|
| 1191 |
+
},
|
| 1192 |
+
"examples": {
|
| 1193 |
+
"pull_requests": [
|
| 1194 |
+
{
|
| 1195 |
+
"kind": "pull_request",
|
| 1196 |
+
"number": 44946,
|
| 1197 |
+
"title": "Correct docstrings for `from_pretrained` (url input deprecated)",
|
| 1198 |
+
"url": "https://github.com/huggingface/transformers/pull/44946",
|
| 1199 |
+
"state": "closed",
|
| 1200 |
+
"merged": true,
|
| 1201 |
+
"draft": false,
|
| 1202 |
+
"created_at": "2026-03-23T12:18:34Z"
|
| 1203 |
+
}
|
| 1204 |
+
],
|
| 1205 |
+
"issues": [
|
| 1206 |
+
{
|
| 1207 |
+
"kind": "issue",
|
| 1208 |
+
"number": 44821,
|
| 1209 |
+
"title": "Unable to load `AutoImageProcessor` from URL",
|
| 1210 |
+
"url": "https://github.com/huggingface/transformers/issues/44821",
|
| 1211 |
+
"state": "closed",
|
| 1212 |
+
"merged": null,
|
| 1213 |
+
"draft": null,
|
| 1214 |
+
"created_at": "2026-03-18T11:08:09Z"
|
| 1215 |
+
}
|
| 1216 |
+
]
|
| 1217 |
+
},
|
| 1218 |
+
"fetch_error": null
|
| 1219 |
+
},
|
| 1220 |
+
{
|
| 1221 |
+
"author_login": "josh-kean",
|
| 1222 |
+
"name": "Josh",
|
| 1223 |
+
"profile_url": "https://github.com/josh-kean",
|
| 1224 |
+
"repo_pull_requests_url": "https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Ajosh-kean",
|
| 1225 |
+
"repo_issues_url": "https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Ajosh-kean",
|
| 1226 |
+
"repo_first_seen_at": "2026-03-22T17:57:33Z",
|
| 1227 |
+
"repo_last_seen_at": "2026-03-23T20:07:09Z",
|
| 1228 |
+
"repo_primary_artifact_count": 2,
|
| 1229 |
+
"repo_artifact_count": 5,
|
| 1230 |
+
"snapshot_issue_count": 1,
|
| 1231 |
+
"snapshot_pr_count": 1,
|
| 1232 |
+
"snapshot_comment_count": 3,
|
| 1233 |
+
"snapshot_review_count": 0,
|
| 1234 |
+
"snapshot_review_comment_count": 0,
|
| 1235 |
+
"new_to_repo": true,
|
| 1236 |
+
"account_age_days": 2823,
|
| 1237 |
+
"young_account": false,
|
| 1238 |
+
"follow_through_score": "weak",
|
| 1239 |
+
"breadth_score": "low",
|
| 1240 |
+
"automation_risk_signal": "low",
|
| 1241 |
+
"heuristic_note": "large open PR backlog; targets high-star repos",
|
| 1242 |
+
"public_orgs": [],
|
| 1243 |
+
"activity": {
|
| 1244 |
+
"visible_authored_pr_count": 1,
|
| 1245 |
+
"merged_pr_count": 0,
|
| 1246 |
+
"closed_unmerged_pr_count": 0,
|
| 1247 |
+
"open_pr_count": 1,
|
| 1248 |
+
"distinct_repos_with_authored_prs": 1,
|
| 1249 |
+
"distinct_repos_with_open_prs": 1
|
| 1250 |
+
},
|
| 1251 |
+
"examples": {
|
| 1252 |
+
"pull_requests": [
|
| 1253 |
+
{
|
| 1254 |
+
"kind": "pull_request",
|
| 1255 |
+
"number": 44958,
|
| 1256 |
+
"title": "fixed import error with PILImageResampling",
|
| 1257 |
+
"url": "https://github.com/huggingface/transformers/pull/44958",
|
| 1258 |
+
"state": "open",
|
| 1259 |
+
"merged": false,
|
| 1260 |
+
"draft": false,
|
| 1261 |
+
"created_at": "2026-03-23T20:07:09Z"
|
| 1262 |
+
}
|
| 1263 |
+
],
|
| 1264 |
+
"issues": [
|
| 1265 |
+
{
|
| 1266 |
+
"kind": "issue",
|
| 1267 |
+
"number": 44933,
|
| 1268 |
+
"title": "Nonexistant import from image_utils",
|
| 1269 |
+
"url": "https://github.com/huggingface/transformers/issues/44933",
|
| 1270 |
+
"state": "open",
|
| 1271 |
+
"merged": null,
|
| 1272 |
+
"draft": null,
|
| 1273 |
+
"created_at": "2026-03-22T17:57:33Z"
|
| 1274 |
+
}
|
| 1275 |
+
]
|
| 1276 |
+
},
|
| 1277 |
+
"fetch_error": null
|
| 1278 |
+
},
|
| 1279 |
+
{
|
| 1280 |
+
"author_login": "bigshanedogg",
|
| 1281 |
+
"name": null,
|
| 1282 |
+
"profile_url": "https://github.com/bigshanedogg",
|
| 1283 |
+
"repo_pull_requests_url": "https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Abigshanedogg",
|
| 1284 |
+
"repo_issues_url": "https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Abigshanedogg",
|
| 1285 |
+
"repo_first_seen_at": "2026-03-23T19:34:30Z",
|
| 1286 |
+
"repo_last_seen_at": "2026-03-23T20:14:51Z",
|
| 1287 |
+
"repo_primary_artifact_count": 2,
|
| 1288 |
+
"repo_artifact_count": 3,
|
| 1289 |
+
"snapshot_issue_count": 1,
|
| 1290 |
+
"snapshot_pr_count": 1,
|
| 1291 |
+
"snapshot_comment_count": 1,
|
| 1292 |
+
"snapshot_review_count": 0,
|
| 1293 |
+
"snapshot_review_comment_count": 0,
|
| 1294 |
+
"new_to_repo": true,
|
| 1295 |
+
"account_age_days": 3650,
|
| 1296 |
+
"young_account": false,
|
| 1297 |
+
"follow_through_score": "weak",
|
| 1298 |
+
"breadth_score": "low",
|
| 1299 |
+
"automation_risk_signal": "low",
|
| 1300 |
+
"heuristic_note": "large open PR backlog; targets high-star repos",
|
| 1301 |
+
"public_orgs": [],
|
| 1302 |
+
"activity": {
|
| 1303 |
+
"visible_authored_pr_count": 3,
|
| 1304 |
+
"merged_pr_count": 1,
|
| 1305 |
+
"closed_unmerged_pr_count": 0,
|
| 1306 |
+
"open_pr_count": 2,
|
| 1307 |
+
"distinct_repos_with_authored_prs": 2,
|
| 1308 |
+
"distinct_repos_with_open_prs": 2
|
| 1309 |
+
},
|
| 1310 |
+
"examples": {
|
| 1311 |
+
"pull_requests": [
|
| 1312 |
+
{
|
| 1313 |
+
"kind": "pull_request",
|
| 1314 |
+
"number": 44956,
|
| 1315 |
+
"title": "[WIP] Add HyperCLOVAX model",
|
| 1316 |
+
"url": "https://github.com/huggingface/transformers/pull/44956",
|
| 1317 |
+
"state": "open",
|
| 1318 |
+
"merged": false,
|
| 1319 |
+
"draft": true,
|
| 1320 |
+
"created_at": "2026-03-23T19:34:30Z"
|
| 1321 |
+
}
|
| 1322 |
+
],
|
| 1323 |
+
"issues": [
|
| 1324 |
+
{
|
| 1325 |
+
"kind": "issue",
|
| 1326 |
+
"number": 44957,
|
| 1327 |
+
"title": "Add HyperCLOVA X SEED Think 14B",
|
| 1328 |
+
"url": "https://github.com/huggingface/transformers/issues/44957",
|
| 1329 |
+
"state": "open",
|
| 1330 |
+
"merged": null,
|
| 1331 |
+
"draft": null,
|
| 1332 |
+
"created_at": "2026-03-23T19:37:47Z"
|
| 1333 |
+
}
|
| 1334 |
+
]
|
| 1335 |
+
},
|
| 1336 |
+
"fetch_error": null
|
| 1337 |
+
},
|
| 1338 |
+
{
|
| 1339 |
+
"author_login": "kaixuanliu",
|
| 1340 |
+
"name": "kaixuanliu",
|
| 1341 |
+
"profile_url": "https://github.com/kaixuanliu",
|
| 1342 |
+
"repo_pull_requests_url": "https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Akaixuanliu",
|
| 1343 |
+
"repo_issues_url": "https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Akaixuanliu",
|
| 1344 |
+
"repo_first_seen_at": "2026-03-13T07:14:25Z",
|
| 1345 |
+
"repo_last_seen_at": "2026-03-24T12:03:51Z",
|
| 1346 |
+
"repo_primary_artifact_count": 2,
|
| 1347 |
+
"repo_artifact_count": 11,
|
| 1348 |
+
"snapshot_issue_count": 1,
|
| 1349 |
+
"snapshot_pr_count": 1,
|
| 1350 |
+
"snapshot_comment_count": 3,
|
| 1351 |
+
"snapshot_review_count": 3,
|
| 1352 |
+
"snapshot_review_comment_count": 3,
|
| 1353 |
+
"new_to_repo": true,
|
| 1354 |
+
"account_age_days": 3910,
|
| 1355 |
+
"young_account": false,
|
| 1356 |
+
"follow_through_score": "strong",
|
| 1357 |
+
"breadth_score": "moderate",
|
| 1358 |
+
"automation_risk_signal": "low",
|
| 1359 |
+
"heuristic_note": "targets high-star repos",
|
| 1360 |
+
"public_orgs": [],
|
| 1361 |
+
"activity": {
|
| 1362 |
+
"visible_authored_pr_count": 21,
|
| 1363 |
+
"merged_pr_count": 16,
|
| 1364 |
+
"closed_unmerged_pr_count": 2,
|
| 1365 |
+
"open_pr_count": 3,
|
| 1366 |
+
"distinct_repos_with_authored_prs": 4,
|
| 1367 |
+
"distinct_repos_with_open_prs": 3
|
| 1368 |
+
},
|
| 1369 |
+
"examples": {
|
| 1370 |
+
"pull_requests": [
|
| 1371 |
+
{
|
| 1372 |
+
"kind": "pull_request",
|
| 1373 |
+
"number": 44653,
|
| 1374 |
+
"title": "Fix `AutoImageProcessor` to correctly detect local implementation whe\u2026",
|
| 1375 |
+
"url": "https://github.com/huggingface/transformers/pull/44653",
|
| 1376 |
+
"state": "closed",
|
| 1377 |
+
"merged": false,
|
| 1378 |
+
"draft": false,
|
| 1379 |
+
"created_at": "2026-03-13T07:14:25Z"
|
| 1380 |
+
}
|
| 1381 |
+
],
|
| 1382 |
+
"issues": [
|
| 1383 |
+
{
|
| 1384 |
+
"kind": "issue",
|
| 1385 |
+
"number": 44964,
|
| 1386 |
+
"title": "Cannot load `microsoft/Phi-4-multimodal-instruct` model with latest transformers.",
|
| 1387 |
+
"url": "https://github.com/huggingface/transformers/issues/44964",
|
| 1388 |
+
"state": "closed",
|
| 1389 |
+
"merged": null,
|
| 1390 |
+
"draft": null,
|
| 1391 |
+
"created_at": "2026-03-24T06:54:38Z"
|
| 1392 |
+
}
|
| 1393 |
+
]
|
| 1394 |
+
},
|
| 1395 |
+
"fetch_error": null
|
| 1396 |
+
},
|
| 1397 |
+
{
|
| 1398 |
+
"author_login": "Ahmed-G-ElTaher",
|
| 1399 |
+
"name": "Ahmed El-Taher",
|
| 1400 |
+
"profile_url": "https://github.com/Ahmed-G-ElTaher",
|
| 1401 |
+
"repo_pull_requests_url": "https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3AAhmed-G-ElTaher",
|
| 1402 |
+
"repo_issues_url": "https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3AAhmed-G-ElTaher",
|
| 1403 |
+
"repo_first_seen_at": "2025-08-26T02:50:39Z",
|
| 1404 |
+
"repo_last_seen_at": "2025-08-26T02:50:39Z",
|
| 1405 |
+
"repo_primary_artifact_count": 1,
|
| 1406 |
+
"repo_artifact_count": 1,
|
| 1407 |
+
"snapshot_issue_count": 0,
|
| 1408 |
+
"snapshot_pr_count": 1,
|
| 1409 |
+
"snapshot_comment_count": 0,
|
| 1410 |
+
"snapshot_review_count": 0,
|
| 1411 |
+
"snapshot_review_comment_count": 0,
|
| 1412 |
+
"new_to_repo": true,
|
| 1413 |
+
"account_age_days": 1145,
|
| 1414 |
+
"young_account": false,
|
| 1415 |
+
"follow_through_score": "n/a",
|
| 1416 |
+
"breadth_score": "low",
|
| 1417 |
+
"automation_risk_signal": "low",
|
| 1418 |
+
"heuristic_note": "\u2014",
|
| 1419 |
+
"public_orgs": [],
|
| 1420 |
+
"activity": {
|
| 1421 |
+
"visible_authored_pr_count": 0,
|
| 1422 |
+
"merged_pr_count": 0,
|
| 1423 |
+
"closed_unmerged_pr_count": 0,
|
| 1424 |
+
"open_pr_count": 0,
|
| 1425 |
+
"distinct_repos_with_authored_prs": 0,
|
| 1426 |
+
"distinct_repos_with_open_prs": 0
|
| 1427 |
+
},
|
| 1428 |
+
"examples": {
|
| 1429 |
+
"pull_requests": [
|
| 1430 |
+
{
|
| 1431 |
+
"kind": "pull_request",
|
| 1432 |
+
"number": 40446,
|
| 1433 |
+
"title": "Add convert_segmentation_map_to_binary_masks_sorted function for hand\u2026",
|
| 1434 |
+
"url": "https://github.com/huggingface/transformers/pull/40446",
|
| 1435 |
+
"state": "open",
|
| 1436 |
+
"merged": false,
|
| 1437 |
+
"draft": false,
|
| 1438 |
+
"created_at": "2025-08-26T02:50:39Z"
|
| 1439 |
+
}
|
| 1440 |
+
],
|
| 1441 |
+
"issues": []
|
| 1442 |
+
},
|
| 1443 |
+
"fetch_error": null
|
| 1444 |
+
},
|
| 1445 |
+
{
|
| 1446 |
+
"author_login": "AkshatSh",
|
| 1447 |
+
"name": "Akshat Shrivastava",
|
| 1448 |
+
"profile_url": "https://github.com/AkshatSh",
|
| 1449 |
+
"repo_pull_requests_url": "https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3AAkshatSh",
|
| 1450 |
+
"repo_issues_url": "https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3AAkshatSh",
|
| 1451 |
+
"repo_first_seen_at": "2025-09-18T07:05:39Z",
|
| 1452 |
+
"repo_last_seen_at": "2025-09-18T07:05:39Z",
|
| 1453 |
+
"repo_primary_artifact_count": 1,
|
| 1454 |
+
"repo_artifact_count": 1,
|
| 1455 |
+
"snapshot_issue_count": 0,
|
| 1456 |
+
"snapshot_pr_count": 1,
|
| 1457 |
+
"snapshot_comment_count": 0,
|
| 1458 |
+
"snapshot_review_count": 0,
|
| 1459 |
+
"snapshot_review_comment_count": 0,
|
| 1460 |
+
"new_to_repo": true,
|
| 1461 |
+
"account_age_days": 4184,
|
| 1462 |
+
"young_account": false,
|
| 1463 |
+
"follow_through_score": "n/a",
|
| 1464 |
+
"breadth_score": "low",
|
| 1465 |
+
"automation_risk_signal": "low",
|
| 1466 |
+
"heuristic_note": "\u2014",
|
| 1467 |
+
"public_orgs": [],
|
| 1468 |
+
"activity": {
|
| 1469 |
+
"visible_authored_pr_count": 0,
|
| 1470 |
+
"merged_pr_count": 0,
|
| 1471 |
+
"closed_unmerged_pr_count": 0,
|
| 1472 |
+
"open_pr_count": 0,
|
| 1473 |
+
"distinct_repos_with_authored_prs": 0,
|
| 1474 |
+
"distinct_repos_with_open_prs": 0
|
| 1475 |
+
},
|
| 1476 |
+
"examples": {
|
| 1477 |
+
"pull_requests": [
|
| 1478 |
+
{
|
| 1479 |
+
"kind": "pull_request",
|
| 1480 |
+
"number": 40962,
|
| 1481 |
+
"title": "perceptron: Isaac-0.1 implementation",
|
| 1482 |
+
"url": "https://github.com/huggingface/transformers/pull/40962",
|
| 1483 |
+
"state": "open",
|
| 1484 |
+
"merged": false,
|
| 1485 |
+
"draft": true,
|
| 1486 |
+
"created_at": "2025-09-18T07:05:39Z"
|
| 1487 |
+
}
|
| 1488 |
+
],
|
| 1489 |
+
"issues": []
|
| 1490 |
+
},
|
| 1491 |
+
"fetch_error": null
|
| 1492 |
+
}
|
| 1493 |
+
]
|
| 1494 |
+
}
|
new-contributors-report.md
ADDED
|
@@ -0,0 +1,515 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# New Contributor Report: huggingface/transformers
|
| 2 |
+
|
| 3 |
+
- Snapshot: `20260324T143453Z`
|
| 4 |
+
- Generated: `2026-03-24T14:39:13Z`
|
| 5 |
+
- Activity window: `42d`
|
| 6 |
+
- Max primary artifacts for inclusion: `3`
|
| 7 |
+
- Contributors: `25`
|
| 8 |
+
|
| 9 |
+
## Summary
|
| 10 |
+
|
| 11 |
+
| Author | Profile | Account age | Repo first seen | Snapshot PRs | Snapshot issues | Follow-through | Breadth | Automation risk | Notes |
|
| 12 |
+
| --- | --- | ---: | --- | ---: | ---: | --- | --- | --- | --- |
|
| 13 |
+
| `IlyasMoutawwakil` | [profile](https://github.com/IlyasMoutawwakil) | 2330d | `2025-11-03T14:20:21Z` | 3 | 0 | mixed | low | low | targets high-star repos |
|
| 14 |
+
| `SunMarc` | [profile](https://github.com/SunMarc) | 2336d | `2026-02-20T17:11:25Z` | 3 | 0 | strong | low | low | high recent PR volume; targets high-star repos |
|
| 15 |
+
| `stas00` | [profile](https://github.com/stas00) | 4077d | `2021-11-17T01:57:38Z` | 2 | 0 | mixed | low | low | large open PR backlog; targets high-star repos |
|
| 16 |
+
| `sergiopaniego` | [profile](https://github.com/sergiopaniego) | 3693d | `2026-03-19T10:22:40Z` | 2 | 0 | mixed | moderate | low | targets high-star repos |
|
| 17 |
+
| `guoyangzhen` | [profile](https://github.com/guoyangzhen) | 2566d | `2026-03-20T13:03:54Z` | 2 | 0 | weak | very high | medium | extremely high recent PR volume; very broad repo spread; large open PR backlog; targets high-star repos |
|
| 18 |
+
| `kashif` | [profile](https://github.com/kashif) | 6545d | `2026-03-20T13:46:43Z` | 2 | 0 | mixed | high | low | broad repo spread; large open PR backlog; targets high-star repos |
|
| 19 |
+
| `r266-tech` | [profile](https://github.com/r266-tech) | 182d | `2026-03-22T17:28:57Z` | 2 | 0 | weak | very high | medium | young account; extremely high recent PR volume; very broad repo spread; large open PR backlog; targets high-star repos |
|
| 20 |
+
| `Sai-Suraj-27` | [profile](https://github.com/Sai-Suraj-27) | 1720d | `2026-03-19T07:30:39Z` | 2 | 0 | strong | low | low | targets high-star repos |
|
| 21 |
+
| `lashahub` | [profile](https://github.com/lashahub) | 3314d | `2026-01-27T17:37:34Z` | 2 | 0 | mixed | low | low | large open PR backlog; no visible non-self stars; targets high-star repos |
|
| 22 |
+
| `3outeille` | [profile](https://github.com/3outeille) | 2601d | `2026-02-17T10:57:06Z` | 2 | 0 | weak | low | low | large open PR backlog; targets high-star repos |
|
| 23 |
+
| `remi-or` | [profile](https://github.com/remi-or) | 1789d | `2026-03-18T17:48:15Z` | 2 | 0 | strong | low | low | targets high-star repos |
|
| 24 |
+
| `maxsloef-goodfire` | [profile](https://github.com/maxsloef-goodfire) | 290d | `2026-03-21T20:25:51Z` | 2 | 0 | mixed | low | low | young account; large open PR backlog; no visible non-self stars; targets high-star repos |
|
| 25 |
+
| `jiqing-feng` | [profile](https://github.com/jiqing-feng) | 1372d | `2026-03-11T01:42:33Z` | 2 | 0 | mixed | moderate | low | — |
|
| 26 |
+
| `he-yufeng` | [profile](https://github.com/he-yufeng) | 2845d | `2026-03-14T18:33:53Z` | 2 | 0 | weak | very high | medium | high recent PR volume; very broad repo spread; large open PR backlog; targets high-star repos |
|
| 27 |
+
| `Rocketknight1` | [profile](https://github.com/Rocketknight1) | 3937d | `2025-10-06T12:23:44Z` | 2 | 0 | strong | low | low | targets high-star repos |
|
| 28 |
+
| `ouroborosscr` | [profile](https://github.com/ouroborosscr) | 1944d | `2026-03-21T15:38:54Z` | 1 | 2 | weak | low | low | many recent closed-unmerged PRs; targets high-star repos |
|
| 29 |
+
| `gh-wf` | [profile](https://github.com/gh-wf) | 1312d | `2026-03-19T15:13:12Z` | 1 | 1 | weak | low | low | many recent closed-unmerged PRs; targets high-star repos |
|
| 30 |
+
| `IvanFan-Van` | [profile](https://github.com/IvanFan-Van) | 1523d | `2026-03-20T04:29:57Z` | 1 | 1 | strong | low | low | — |
|
| 31 |
+
| `syncdoth` | [profile](https://github.com/syncdoth) | 2666d | `2026-03-21T06:05:36Z` | 1 | 1 | weak | low | low | large open PR backlog; targets high-star repos |
|
| 32 |
+
| `BSchilperoort` | [profile](https://github.com/BSchilperoort) | 3985d | `2026-03-18T11:08:09Z` | 1 | 1 | strong | low | low | — |
|
| 33 |
+
| `josh-kean` | [profile](https://github.com/josh-kean) | 2823d | `2026-03-22T17:57:33Z` | 1 | 1 | weak | low | low | large open PR backlog; targets high-star repos |
|
| 34 |
+
| `bigshanedogg` | [profile](https://github.com/bigshanedogg) | 3650d | `2026-03-23T19:34:30Z` | 1 | 1 | weak | low | low | large open PR backlog; targets high-star repos |
|
| 35 |
+
| `kaixuanliu` | [profile](https://github.com/kaixuanliu) | 3910d | `2026-03-13T07:14:25Z` | 1 | 1 | strong | moderate | low | targets high-star repos |
|
| 36 |
+
| `Ahmed-G-ElTaher` | [profile](https://github.com/Ahmed-G-ElTaher) | 1145d | `2025-08-26T02:50:39Z` | 1 | 0 | n/a | low | low | — |
|
| 37 |
+
| `AkshatSh` | [profile](https://github.com/AkshatSh) | 4184d | `2025-09-18T07:05:39Z` | 1 | 0 | n/a | low | low | — |
|
| 38 |
+
|
| 39 |
+
## Contributors
|
| 40 |
+
|
| 41 |
+
### `IlyasMoutawwakil`
|
| 42 |
+
|
| 43 |
+
- profile: [github.com/IlyasMoutawwakil](https://github.com/IlyasMoutawwakil)
|
| 44 |
+
- repo PR search: [open search](https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3AIlyasMoutawwakil)
|
| 45 |
+
- repo issue search: [open search](https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3AIlyasMoutawwakil)
|
| 46 |
+
- repo first seen: `2025-11-03T14:20:21Z`
|
| 47 |
+
- repo last seen: `2026-03-24T13:49:21Z`
|
| 48 |
+
- repo primary artifacts: **3**
|
| 49 |
+
- snapshot authored PRs/issues: **3 PRs / 0 issues**
|
| 50 |
+
- snapshot discussion activity: **0 comments / 23 reviews / 24 review comments**
|
| 51 |
+
- account age: **2330 days**
|
| 52 |
+
- public orgs: `huggingface`, `Chouafa`
|
| 53 |
+
- compact scores: follow-through **mixed**, breadth **low**, automation risk **low**
|
| 54 |
+
- heuristic read: **targets high-star repos**
|
| 55 |
+
|
| 56 |
+
Example artifacts:
|
| 57 |
+
- [PR #44970: Fix CPU 16 bytes alignment issue using equivalent fallback](https://github.com/huggingface/transformers/pull/44970) — open
|
| 58 |
+
- [PR #44832: DeepGEMM](https://github.com/huggingface/transformers/pull/44832) — open
|
| 59 |
+
- [PR #41992: [PoC] HF exporters](https://github.com/huggingface/transformers/pull/41992) — open
|
| 60 |
+
|
| 61 |
+
### `SunMarc`
|
| 62 |
+
|
| 63 |
+
- profile: [github.com/SunMarc](https://github.com/SunMarc)
|
| 64 |
+
- repo PR search: [open search](https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3ASunMarc)
|
| 65 |
+
- repo issue search: [open search](https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3ASunMarc)
|
| 66 |
+
- repo first seen: `2026-02-20T17:11:25Z`
|
| 67 |
+
- repo last seen: `2026-03-24T14:27:31Z`
|
| 68 |
+
- repo primary artifacts: **3**
|
| 69 |
+
- snapshot authored PRs/issues: **3 PRs / 0 issues**
|
| 70 |
+
- snapshot discussion activity: **3 comments / 11 reviews / 19 review comments**
|
| 71 |
+
- account age: **2336 days**
|
| 72 |
+
- public orgs: `huggingface`
|
| 73 |
+
- compact scores: follow-through **strong**, breadth **low**, automation risk **low**
|
| 74 |
+
- heuristic read: **high recent PR volume; targets high-star repos**
|
| 75 |
+
|
| 76 |
+
Example artifacts:
|
| 77 |
+
- [PR #44895: Add static FP8 expert support ](https://github.com/huggingface/transformers/pull/44895) — closed, merged
|
| 78 |
+
- [PR #44864: Switch FP8 per tensor quant to use `torch._scaled_mm`](https://github.com/huggingface/transformers/pull/44864) — closed
|
| 79 |
+
- [PR #44796: [refactor] Serving into proper modules](https://github.com/huggingface/transformers/pull/44796) — open
|
| 80 |
+
|
| 81 |
+
### `stas00`
|
| 82 |
+
|
| 83 |
+
- profile: [github.com/stas00](https://github.com/stas00)
|
| 84 |
+
- repo PR search: [open search](https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Astas00)
|
| 85 |
+
- repo issue search: [open search](https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Astas00)
|
| 86 |
+
- repo first seen: `2021-11-17T01:57:38Z`
|
| 87 |
+
- repo last seen: `2022-01-21T01:36:49Z`
|
| 88 |
+
- repo primary artifacts: **2**
|
| 89 |
+
- snapshot authored PRs/issues: **2 PRs / 0 issues**
|
| 90 |
+
- snapshot discussion activity: **0 comments / 3 reviews / 3 review comments**
|
| 91 |
+
- account age: **4077 days**
|
| 92 |
+
- public orgs: none visible
|
| 93 |
+
- compact scores: follow-through **mixed**, breadth **low**, automation risk **low**
|
| 94 |
+
- heuristic read: **large open PR backlog; targets high-star repos**
|
| 95 |
+
|
| 96 |
+
Example artifacts:
|
| 97 |
+
- [PR #14708: [WIP] [performance doc] faster/leaner optimizers](https://github.com/huggingface/transformers/pull/14708) — open, draft
|
| 98 |
+
- [PR #14426: [Deepspeed Inference] HF Integration](https://github.com/huggingface/transformers/pull/14426) — closed, draft
|
| 99 |
+
|
| 100 |
+
### `sergiopaniego`
|
| 101 |
+
|
| 102 |
+
- profile: [github.com/sergiopaniego](https://github.com/sergiopaniego)
|
| 103 |
+
- repo PR search: [open search](https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Asergiopaniego)
|
| 104 |
+
- repo issue search: [open search](https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Asergiopaniego)
|
| 105 |
+
- repo first seen: `2026-03-19T10:22:40Z`
|
| 106 |
+
- repo last seen: `2026-03-20T08:38:03Z`
|
| 107 |
+
- repo primary artifacts: **2**
|
| 108 |
+
- snapshot authored PRs/issues: **2 PRs / 0 issues**
|
| 109 |
+
- snapshot discussion activity: **0 comments / 0 reviews / 0 review comments**
|
| 110 |
+
- account age: **3693 days**
|
| 111 |
+
- public orgs: `JdeRobot`, `TheRoboticsClub`, `huggingface`
|
| 112 |
+
- compact scores: follow-through **mixed**, breadth **moderate**, automation risk **low**
|
| 113 |
+
- heuristic read: **targets high-star repos**
|
| 114 |
+
|
| 115 |
+
Example artifacts:
|
| 116 |
+
- [PR #44873: Fix VL model rope_deltas batch size mismatch in online RL training](https://github.com/huggingface/transformers/pull/44873) — closed, merged
|
| 117 |
+
- [PR #44853: Fix Zamba2MambaMixer ignoring use_mamba_kernels=False](https://github.com/huggingface/transformers/pull/44853) — open
|
| 118 |
+
|
| 119 |
+
### `guoyangzhen`
|
| 120 |
+
|
| 121 |
+
- profile: [github.com/guoyangzhen](https://github.com/guoyangzhen)
|
| 122 |
+
- repo PR search: [open search](https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Aguoyangzhen)
|
| 123 |
+
- repo issue search: [open search](https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Aguoyangzhen)
|
| 124 |
+
- repo first seen: `2026-03-20T13:03:54Z`
|
| 125 |
+
- repo last seen: `2026-03-20T22:08:49Z`
|
| 126 |
+
- repo primary artifacts: **2**
|
| 127 |
+
- snapshot authored PRs/issues: **2 PRs / 0 issues**
|
| 128 |
+
- snapshot discussion activity: **0 comments / 0 reviews / 0 review comments**
|
| 129 |
+
- account age: **2566 days**
|
| 130 |
+
- public orgs: none visible
|
| 131 |
+
- compact scores: follow-through **weak**, breadth **very high**, automation risk **medium**
|
| 132 |
+
- heuristic read: **extremely high recent PR volume; very broad repo spread; large open PR backlog; targets high-star repos**
|
| 133 |
+
|
| 134 |
+
Example artifacts:
|
| 135 |
+
- [PR #44902: fix: Whisper word timestamp OOB access on trailing replacement char](https://github.com/huggingface/transformers/pull/44902) — closed
|
| 136 |
+
- [PR #44885: fix: prevent IndexError in Whisper word timestamp decode](https://github.com/huggingface/transformers/pull/44885) — closed
|
| 137 |
+
|
| 138 |
+
### `kashif`
|
| 139 |
+
|
| 140 |
+
- profile: [github.com/kashif](https://github.com/kashif)
|
| 141 |
+
- repo PR search: [open search](https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Akashif)
|
| 142 |
+
- repo issue search: [open search](https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Akashif)
|
| 143 |
+
- repo first seen: `2026-03-20T13:46:43Z`
|
| 144 |
+
- repo last seen: `2026-03-22T14:04:40Z`
|
| 145 |
+
- repo primary artifacts: **2**
|
| 146 |
+
- snapshot authored PRs/issues: **2 PRs / 0 issues**
|
| 147 |
+
- snapshot discussion activity: **1 comments / 0 reviews / 0 review comments**
|
| 148 |
+
- account age: **6545 days**
|
| 149 |
+
- public orgs: none visible
|
| 150 |
+
- compact scores: follow-through **mixed**, breadth **high**, automation risk **low**
|
| 151 |
+
- heuristic read: **broad repo spread; large open PR backlog; targets high-star repos**
|
| 152 |
+
|
| 153 |
+
Example artifacts:
|
| 154 |
+
- [PR #44925: [MOE] MoE routing capture and replay support](https://github.com/huggingface/transformers/pull/44925) — open
|
| 155 |
+
- [PR #44891: [Trainer] add MoERouterHealthCallback Callback](https://github.com/huggingface/transformers/pull/44891) — open
|
| 156 |
+
|
| 157 |
+
### `r266-tech`
|
| 158 |
+
|
| 159 |
+
- profile: [github.com/r266-tech](https://github.com/r266-tech)
|
| 160 |
+
- repo PR search: [open search](https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Ar266-tech)
|
| 161 |
+
- repo issue search: [open search](https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Ar266-tech)
|
| 162 |
+
- repo first seen: `2026-03-22T17:28:57Z`
|
| 163 |
+
- repo last seen: `2026-03-22T17:31:03Z`
|
| 164 |
+
- repo primary artifacts: **2**
|
| 165 |
+
- snapshot authored PRs/issues: **2 PRs / 0 issues**
|
| 166 |
+
- snapshot discussion activity: **2 comments / 0 reviews / 0 review comments**
|
| 167 |
+
- account age: **182 days**
|
| 168 |
+
- public orgs: none visible
|
| 169 |
+
- compact scores: follow-through **weak**, breadth **very high**, automation risk **medium**
|
| 170 |
+
- heuristic read: **young account; extremely high recent PR volume; very broad repo spread; large open PR backlog; targets high-star repos**
|
| 171 |
+
|
| 172 |
+
Example artifacts:
|
| 173 |
+
- [PR #44932: Fix: Pass scheduler_specific_kwargs to inverse_sqrt scheduler](https://github.com/huggingface/transformers/pull/44932) — closed
|
| 174 |
+
- [PR #44931: fix(camembert): add tie_word_embeddings=True to CamembertConfig](https://github.com/huggingface/transformers/pull/44931) — closed, merged
|
| 175 |
+
|
| 176 |
+
### `Sai-Suraj-27`
|
| 177 |
+
|
| 178 |
+
- profile: [github.com/Sai-Suraj-27](https://github.com/Sai-Suraj-27)
|
| 179 |
+
- repo PR search: [open search](https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3ASai-Suraj-27)
|
| 180 |
+
- repo issue search: [open search](https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3ASai-Suraj-27)
|
| 181 |
+
- repo first seen: `2026-03-19T07:30:39Z`
|
| 182 |
+
- repo last seen: `2026-03-22T18:03:34Z`
|
| 183 |
+
- repo primary artifacts: **2**
|
| 184 |
+
- snapshot authored PRs/issues: **2 PRs / 0 issues**
|
| 185 |
+
- snapshot discussion activity: **1 comments / 0 reviews / 0 review comments**
|
| 186 |
+
- account age: **1720 days**
|
| 187 |
+
- public orgs: none visible
|
| 188 |
+
- compact scores: follow-through **strong**, breadth **low**, automation risk **low**
|
| 189 |
+
- heuristic read: **targets high-star repos**
|
| 190 |
+
|
| 191 |
+
Example artifacts:
|
| 192 |
+
- [PR #44934: Fix failing `T5ModelIntegrationTest`](https://github.com/huggingface/transformers/pull/44934) — open
|
| 193 |
+
- [PR #44848: Fix failing `Qwen3OmniModelIntegrationTests`](https://github.com/huggingface/transformers/pull/44848) — open
|
| 194 |
+
|
| 195 |
+
### `lashahub`
|
| 196 |
+
|
| 197 |
+
- profile: [github.com/lashahub](https://github.com/lashahub)
|
| 198 |
+
- repo PR search: [open search](https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Alashahub)
|
| 199 |
+
- repo issue search: [open search](https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Alashahub)
|
| 200 |
+
- repo first seen: `2026-01-27T17:37:34Z`
|
| 201 |
+
- repo last seen: `2026-03-23T04:25:41Z`
|
| 202 |
+
- repo primary artifacts: **2**
|
| 203 |
+
- snapshot authored PRs/issues: **2 PRs / 0 issues**
|
| 204 |
+
- snapshot discussion activity: **1 comments / 6 reviews / 6 review comments**
|
| 205 |
+
- account age: **3314 days**
|
| 206 |
+
- public orgs: none visible
|
| 207 |
+
- compact scores: follow-through **mixed**, breadth **low**, automation risk **low**
|
| 208 |
+
- heuristic read: **large open PR backlog; no visible non-self stars; targets high-star repos**
|
| 209 |
+
|
| 210 |
+
Example artifacts:
|
| 211 |
+
- [PR #44830: Add AudioFlamingoNext model](https://github.com/huggingface/transformers/pull/44830) — open
|
| 212 |
+
- [PR #43538: Add Music Flamingo](https://github.com/huggingface/transformers/pull/43538) — open
|
| 213 |
+
|
| 214 |
+
### `3outeille`
|
| 215 |
+
|
| 216 |
+
- profile: [github.com/3outeille](https://github.com/3outeille)
|
| 217 |
+
- repo PR search: [open search](https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3A3outeille)
|
| 218 |
+
- repo issue search: [open search](https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3A3outeille)
|
| 219 |
+
- repo first seen: `2026-02-17T10:57:06Z`
|
| 220 |
+
- repo last seen: `2026-03-23T15:39:09Z`
|
| 221 |
+
- repo primary artifacts: **2**
|
| 222 |
+
- snapshot authored PRs/issues: **2 PRs / 0 issues**
|
| 223 |
+
- snapshot discussion activity: **0 comments / 6 reviews / 6 review comments**
|
| 224 |
+
- account age: **2601 days**
|
| 225 |
+
- public orgs: `huggingface`
|
| 226 |
+
- compact scores: follow-through **weak**, breadth **low**, automation risk **low**
|
| 227 |
+
- heuristic read: **large open PR backlog; targets high-star repos**
|
| 228 |
+
|
| 229 |
+
Example artifacts:
|
| 230 |
+
- [PR #44827: Fix Mistral4 tests](https://github.com/huggingface/transformers/pull/44827) — open
|
| 231 |
+
- [PR #44083: FSDP2 native support in transformers ](https://github.com/huggingface/transformers/pull/44083) — open
|
| 232 |
+
|
| 233 |
+
### `remi-or`
|
| 234 |
+
|
| 235 |
+
- profile: [github.com/remi-or](https://github.com/remi-or)
|
| 236 |
+
- repo PR search: [open search](https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Aremi-or)
|
| 237 |
+
- repo issue search: [open search](https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Aremi-or)
|
| 238 |
+
- repo first seen: `2026-03-18T17:48:15Z`
|
| 239 |
+
- repo last seen: `2026-03-23T15:44:45Z`
|
| 240 |
+
- repo primary artifacts: **2**
|
| 241 |
+
- snapshot authored PRs/issues: **2 PRs / 0 issues**
|
| 242 |
+
- snapshot discussion activity: **5 comments / 0 reviews / 0 review comments**
|
| 243 |
+
- account age: **1789 days**
|
| 244 |
+
- public orgs: none visible
|
| 245 |
+
- compact scores: follow-through **strong**, breadth **low**, automation risk **low**
|
| 246 |
+
- heuristic read: **targets high-star repos**
|
| 247 |
+
|
| 248 |
+
Example artifacts:
|
| 249 |
+
- [PR #44858: [CB] [Minor] Simplify test suite](https://github.com/huggingface/transformers/pull/44858) — closed, merged
|
| 250 |
+
- [PR #44835: [CB] Add an option to return logprobs](https://github.com/huggingface/transformers/pull/44835) — closed, merged
|
| 251 |
+
|
| 252 |
+
### `maxsloef-goodfire`
|
| 253 |
+
|
| 254 |
+
- profile: [github.com/maxsloef-goodfire](https://github.com/maxsloef-goodfire)
|
| 255 |
+
- repo PR search: [open search](https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Amaxsloef-goodfire)
|
| 256 |
+
- repo issue search: [open search](https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Amaxsloef-goodfire)
|
| 257 |
+
- repo first seen: `2026-03-21T20:25:51Z`
|
| 258 |
+
- repo last seen: `2026-03-23T18:45:51Z`
|
| 259 |
+
- repo primary artifacts: **2**
|
| 260 |
+
- snapshot authored PRs/issues: **2 PRs / 0 issues**
|
| 261 |
+
- snapshot discussion activity: **1 comments / 0 reviews / 0 review comments**
|
| 262 |
+
- account age: **290 days**
|
| 263 |
+
- public orgs: none visible
|
| 264 |
+
- compact scores: follow-through **mixed**, breadth **low**, automation risk **low**
|
| 265 |
+
- heuristic read: **young account; large open PR backlog; no visible non-self stars; targets high-star repos**
|
| 266 |
+
|
| 267 |
+
Example artifacts:
|
| 268 |
+
- [PR #44915: fix: skip `clean_up_tokenization` for BPE tokenizers in `PreTrainedTokenizerFast`](https://github.com/huggingface/transformers/pull/44915) — open
|
| 269 |
+
- [PR #44914: fix: set `clean_up_tokenization_spaces=False` in Llama 3 tokenizer conversion](https://github.com/huggingface/transformers/pull/44914) — closed, merged
|
| 270 |
+
|
| 271 |
+
### `jiqing-feng`
|
| 272 |
+
|
| 273 |
+
- profile: [github.com/jiqing-feng](https://github.com/jiqing-feng)
|
| 274 |
+
- repo PR search: [open search](https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Ajiqing-feng)
|
| 275 |
+
- repo issue search: [open search](https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Ajiqing-feng)
|
| 276 |
+
- repo first seen: `2026-03-11T01:42:33Z`
|
| 277 |
+
- repo last seen: `2026-03-24T05:25:35Z`
|
| 278 |
+
- repo primary artifacts: **2**
|
| 279 |
+
- snapshot authored PRs/issues: **2 PRs / 0 issues**
|
| 280 |
+
- snapshot discussion activity: **4 comments / 1 reviews / 1 review comments**
|
| 281 |
+
- account age: **1372 days**
|
| 282 |
+
- public orgs: none visible
|
| 283 |
+
- compact scores: follow-through **mixed**, breadth **moderate**, automation risk **low**
|
| 284 |
+
- heuristic read: **—**
|
| 285 |
+
|
| 286 |
+
Example artifacts:
|
| 287 |
+
- [PR #44845: Fix Mllama torch.compile failure caused by new attention mask logic](https://github.com/huggingface/transformers/pull/44845) — open
|
| 288 |
+
- [PR #44588: Fix llama4 bnb mode](https://github.com/huggingface/transformers/pull/44588) — open
|
| 289 |
+
|
| 290 |
+
### `he-yufeng`
|
| 291 |
+
|
| 292 |
+
- profile: [github.com/he-yufeng](https://github.com/he-yufeng)
|
| 293 |
+
- repo PR search: [open search](https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Ahe-yufeng)
|
| 294 |
+
- repo issue search: [open search](https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Ahe-yufeng)
|
| 295 |
+
- repo first seen: `2026-03-14T18:33:53Z`
|
| 296 |
+
- repo last seen: `2026-03-24T13:30:38Z`
|
| 297 |
+
- repo primary artifacts: **2**
|
| 298 |
+
- snapshot authored PRs/issues: **2 PRs / 0 issues**
|
| 299 |
+
- snapshot discussion activity: **4 comments / 2 reviews / 2 review comments**
|
| 300 |
+
- account age: **2845 days**
|
| 301 |
+
- public orgs: none visible
|
| 302 |
+
- compact scores: follow-through **weak**, breadth **very high**, automation risk **medium**
|
| 303 |
+
- heuristic read: **high recent PR volume; very broad repo spread; large open PR backlog; targets high-star repos**
|
| 304 |
+
|
| 305 |
+
Example artifacts:
|
| 306 |
+
- [PR #44892: Fix AutoImageProcessor.from_pretrained failing on URL input](https://github.com/huggingface/transformers/pull/44892) — closed
|
| 307 |
+
- [PR #44710: Fix AutoProcessor.from_pretrained silently dropping hub kwargs](https://github.com/huggingface/transformers/pull/44710) — open
|
| 308 |
+
|
| 309 |
+
### `Rocketknight1`
|
| 310 |
+
|
| 311 |
+
- profile: [github.com/Rocketknight1](https://github.com/Rocketknight1)
|
| 312 |
+
- repo PR search: [open search](https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3ARocketknight1)
|
| 313 |
+
- repo issue search: [open search](https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3ARocketknight1)
|
| 314 |
+
- repo first seen: `2025-10-06T12:23:44Z`
|
| 315 |
+
- repo last seen: `2026-03-24T14:27:47Z`
|
| 316 |
+
- repo primary artifacts: **2**
|
| 317 |
+
- snapshot authored PRs/issues: **2 PRs / 0 issues**
|
| 318 |
+
- snapshot discussion activity: **24 comments / 18 reviews / 16 review comments**
|
| 319 |
+
- account age: **3937 days**
|
| 320 |
+
- public orgs: `huggingface`
|
| 321 |
+
- compact scores: follow-through **strong**, breadth **low**, automation risk **low**
|
| 322 |
+
- heuristic read: **targets high-star repos**
|
| 323 |
+
|
| 324 |
+
Example artifacts:
|
| 325 |
+
- [PR #44890: Add big angry code agent warnings!](https://github.com/huggingface/transformers/pull/44890) — closed, merged
|
| 326 |
+
- [PR #44674: Officially launch parse_response](https://github.com/huggingface/transformers/pull/44674) — open
|
| 327 |
+
|
| 328 |
+
### `ouroborosscr`
|
| 329 |
+
|
| 330 |
+
- profile: [github.com/ouroborosscr](https://github.com/ouroborosscr)
|
| 331 |
+
- repo PR search: [open search](https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Aouroborosscr)
|
| 332 |
+
- repo issue search: [open search](https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Aouroborosscr)
|
| 333 |
+
- repo first seen: `2026-03-21T15:38:54Z`
|
| 334 |
+
- repo last seen: `2026-03-24T07:57:07Z`
|
| 335 |
+
- repo primary artifacts: **3**
|
| 336 |
+
- snapshot authored PRs/issues: **1 PRs / 2 issues**
|
| 337 |
+
- snapshot discussion activity: **6 comments / 0 reviews / 0 review comments**
|
| 338 |
+
- account age: **1944 days**
|
| 339 |
+
- public orgs: none visible
|
| 340 |
+
- compact scores: follow-through **weak**, breadth **low**, automation risk **low**
|
| 341 |
+
- heuristic read: **many recent closed-unmerged PRs; targets high-star repos**
|
| 342 |
+
|
| 343 |
+
Example artifacts:
|
| 344 |
+
- [PR #44911: Fix flash attention crash with 3D position_ids (Qwen3.5)](https://github.com/huggingface/transformers/pull/44911) — open
|
| 345 |
+
- [Issue #44928: [Bug] Catastrophic gradient explosion (NaN) in RLHF with Qwen3.5 due to 3D position_ids forcing SDPA Math fallback and BF16 collapse](https://github.com/huggingface/transformers/issues/44928) — open
|
| 346 |
+
- [Issue #44910: [Bug] Flash Attention crashes with illegal memory access on Qwen3.5 due to 3D position_ids being misinterpreted as packed sequence](https://github.com/huggingface/transformers/issues/44910) — open
|
| 347 |
+
|
| 348 |
+
### `gh-wf`
|
| 349 |
+
|
| 350 |
+
- profile: [github.com/gh-wf](https://github.com/gh-wf)
|
| 351 |
+
- repo PR search: [open search](https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Agh-wf)
|
| 352 |
+
- repo issue search: [open search](https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Agh-wf)
|
| 353 |
+
- repo first seen: `2026-03-19T15:13:12Z`
|
| 354 |
+
- repo last seen: `2026-03-19T15:14:12Z`
|
| 355 |
+
- repo primary artifacts: **2**
|
| 356 |
+
- snapshot authored PRs/issues: **1 PRs / 1 issues**
|
| 357 |
+
- snapshot discussion activity: **0 comments / 0 reviews / 0 review comments**
|
| 358 |
+
- account age: **1312 days**
|
| 359 |
+
- public orgs: none visible
|
| 360 |
+
- compact scores: follow-through **weak**, breadth **low**, automation risk **low**
|
| 361 |
+
- heuristic read: **many recent closed-unmerged PRs; targets high-star repos**
|
| 362 |
+
|
| 363 |
+
Example artifacts:
|
| 364 |
+
- [PR #44862: fix: handle list-type _tied_weights_keys in _get_tied_weight_keys](https://github.com/huggingface/transformers/pull/44862) — closed
|
| 365 |
+
- [Issue #44861: _get_tied_weight_keys crashes with AttributeError when _tied_weights_keys is a list](https://github.com/huggingface/transformers/issues/44861) — closed
|
| 366 |
+
|
| 367 |
+
### `IvanFan-Van`
|
| 368 |
+
|
| 369 |
+
- profile: [github.com/IvanFan-Van](https://github.com/IvanFan-Van)
|
| 370 |
+
- repo PR search: [open search](https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3AIvanFan-Van)
|
| 371 |
+
- repo issue search: [open search](https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3AIvanFan-Van)
|
| 372 |
+
- repo first seen: `2026-03-20T04:29:57Z`
|
| 373 |
+
- repo last seen: `2026-03-20T05:45:46Z`
|
| 374 |
+
- repo primary artifacts: **2**
|
| 375 |
+
- snapshot authored PRs/issues: **1 PRs / 1 issues**
|
| 376 |
+
- snapshot discussion activity: **0 comments / 0 reviews / 0 review comments**
|
| 377 |
+
- account age: **1523 days**
|
| 378 |
+
- public orgs: none visible
|
| 379 |
+
- compact scores: follow-through **strong**, breadth **low**, automation risk **low**
|
| 380 |
+
- heuristic read: **—**
|
| 381 |
+
|
| 382 |
+
Example artifacts:
|
| 383 |
+
- [PR #44872: Fix: Update outdated sampler comment in generation/utils.py](https://github.com/huggingface/transformers/pull/44872) — open
|
| 384 |
+
- [Issue #44871: [Gemma-3] Inconsistent eos_token_id configuration: tokenizer has single value (1) but model.config has list [1, 106]](https://github.com/huggingface/transformers/issues/44871) — closed
|
| 385 |
+
|
| 386 |
+
### `syncdoth`
|
| 387 |
+
|
| 388 |
+
- profile: [github.com/syncdoth](https://github.com/syncdoth)
|
| 389 |
+
- repo PR search: [open search](https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Asyncdoth)
|
| 390 |
+
- repo issue search: [open search](https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Asyncdoth)
|
| 391 |
+
- repo first seen: `2026-03-21T06:05:36Z`
|
| 392 |
+
- repo last seen: `2026-03-21T06:07:35Z`
|
| 393 |
+
- repo primary artifacts: **2**
|
| 394 |
+
- snapshot authored PRs/issues: **1 PRs / 1 issues**
|
| 395 |
+
- snapshot discussion activity: **0 comments / 0 reviews / 0 review comments**
|
| 396 |
+
- account age: **2666 days**
|
| 397 |
+
- public orgs: none visible
|
| 398 |
+
- compact scores: follow-through **weak**, breadth **low**, automation risk **low**
|
| 399 |
+
- heuristic read: **large open PR backlog; targets high-star repos**
|
| 400 |
+
|
| 401 |
+
Example artifacts:
|
| 402 |
+
- [PR #44907: Remove unnecessary expand_as in get_placeholder_mask across VLMs](https://github.com/huggingface/transformers/pull/44907) — open
|
| 403 |
+
- [Issue #44906: Remove unnecessary `expand_as` in `get_placeholder_mask` across VLMs](https://github.com/huggingface/transformers/issues/44906) — open
|
| 404 |
+
|
| 405 |
+
### `BSchilperoort`
|
| 406 |
+
|
| 407 |
+
- profile: [github.com/BSchilperoort](https://github.com/BSchilperoort)
|
| 408 |
+
- repo PR search: [open search](https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3ABSchilperoort)
|
| 409 |
+
- repo issue search: [open search](https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3ABSchilperoort)
|
| 410 |
+
- repo first seen: `2026-03-18T11:08:09Z`
|
| 411 |
+
- repo last seen: `2026-03-23T12:27:25Z`
|
| 412 |
+
- repo primary artifacts: **2**
|
| 413 |
+
- snapshot authored PRs/issues: **1 PRs / 1 issues**
|
| 414 |
+
- snapshot discussion activity: **4 comments / 0 reviews / 0 review comments**
|
| 415 |
+
- account age: **3985 days**
|
| 416 |
+
- public orgs: `eWaterCycle`
|
| 417 |
+
- compact scores: follow-through **strong**, breadth **low**, automation risk **low**
|
| 418 |
+
- heuristic read: **—**
|
| 419 |
+
|
| 420 |
+
Example artifacts:
|
| 421 |
+
- [PR #44946: Correct docstrings for `from_pretrained` (url input deprecated)](https://github.com/huggingface/transformers/pull/44946) — closed, merged
|
| 422 |
+
- [Issue #44821: Unable to load `AutoImageProcessor` from URL](https://github.com/huggingface/transformers/issues/44821) — closed
|
| 423 |
+
|
| 424 |
+
### `josh-kean`
|
| 425 |
+
|
| 426 |
+
- profile: [github.com/josh-kean](https://github.com/josh-kean)
|
| 427 |
+
- repo PR search: [open search](https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Ajosh-kean)
|
| 428 |
+
- repo issue search: [open search](https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Ajosh-kean)
|
| 429 |
+
- repo first seen: `2026-03-22T17:57:33Z`
|
| 430 |
+
- repo last seen: `2026-03-23T20:07:09Z`
|
| 431 |
+
- repo primary artifacts: **2**
|
| 432 |
+
- snapshot authored PRs/issues: **1 PRs / 1 issues**
|
| 433 |
+
- snapshot discussion activity: **3 comments / 0 reviews / 0 review comments**
|
| 434 |
+
- account age: **2823 days**
|
| 435 |
+
- public orgs: none visible
|
| 436 |
+
- compact scores: follow-through **weak**, breadth **low**, automation risk **low**
|
| 437 |
+
- heuristic read: **large open PR backlog; targets high-star repos**
|
| 438 |
+
|
| 439 |
+
Example artifacts:
|
| 440 |
+
- [PR #44958: fixed import error with PILImageResampling](https://github.com/huggingface/transformers/pull/44958) — open
|
| 441 |
+
- [Issue #44933: Nonexistant import from image_utils](https://github.com/huggingface/transformers/issues/44933) — open
|
| 442 |
+
|
| 443 |
+
### `bigshanedogg`
|
| 444 |
+
|
| 445 |
+
- profile: [github.com/bigshanedogg](https://github.com/bigshanedogg)
|
| 446 |
+
- repo PR search: [open search](https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Abigshanedogg)
|
| 447 |
+
- repo issue search: [open search](https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Abigshanedogg)
|
| 448 |
+
- repo first seen: `2026-03-23T19:34:30Z`
|
| 449 |
+
- repo last seen: `2026-03-23T20:14:51Z`
|
| 450 |
+
- repo primary artifacts: **2**
|
| 451 |
+
- snapshot authored PRs/issues: **1 PRs / 1 issues**
|
| 452 |
+
- snapshot discussion activity: **1 comments / 0 reviews / 0 review comments**
|
| 453 |
+
- account age: **3650 days**
|
| 454 |
+
- public orgs: none visible
|
| 455 |
+
- compact scores: follow-through **weak**, breadth **low**, automation risk **low**
|
| 456 |
+
- heuristic read: **large open PR backlog; targets high-star repos**
|
| 457 |
+
|
| 458 |
+
Example artifacts:
|
| 459 |
+
- [PR #44956: [WIP] Add HyperCLOVAX model](https://github.com/huggingface/transformers/pull/44956) — open, draft
|
| 460 |
+
- [Issue #44957: Add HyperCLOVA X SEED Think 14B](https://github.com/huggingface/transformers/issues/44957) — open
|
| 461 |
+
|
| 462 |
+
### `kaixuanliu`
|
| 463 |
+
|
| 464 |
+
- profile: [github.com/kaixuanliu](https://github.com/kaixuanliu)
|
| 465 |
+
- repo PR search: [open search](https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3Akaixuanliu)
|
| 466 |
+
- repo issue search: [open search](https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3Akaixuanliu)
|
| 467 |
+
- repo first seen: `2026-03-13T07:14:25Z`
|
| 468 |
+
- repo last seen: `2026-03-24T12:03:51Z`
|
| 469 |
+
- repo primary artifacts: **2**
|
| 470 |
+
- snapshot authored PRs/issues: **1 PRs / 1 issues**
|
| 471 |
+
- snapshot discussion activity: **3 comments / 3 reviews / 3 review comments**
|
| 472 |
+
- account age: **3910 days**
|
| 473 |
+
- public orgs: none visible
|
| 474 |
+
- compact scores: follow-through **strong**, breadth **moderate**, automation risk **low**
|
| 475 |
+
- heuristic read: **targets high-star repos**
|
| 476 |
+
|
| 477 |
+
Example artifacts:
|
| 478 |
+
- [PR #44653: Fix `AutoImageProcessor` to correctly detect local implementation whe…](https://github.com/huggingface/transformers/pull/44653) — closed
|
| 479 |
+
- [Issue #44964: Cannot load `microsoft/Phi-4-multimodal-instruct` model with latest transformers.](https://github.com/huggingface/transformers/issues/44964) — closed
|
| 480 |
+
|
| 481 |
+
### `Ahmed-G-ElTaher`
|
| 482 |
+
|
| 483 |
+
- profile: [github.com/Ahmed-G-ElTaher](https://github.com/Ahmed-G-ElTaher)
|
| 484 |
+
- repo PR search: [open search](https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3AAhmed-G-ElTaher)
|
| 485 |
+
- repo issue search: [open search](https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3AAhmed-G-ElTaher)
|
| 486 |
+
- repo first seen: `2025-08-26T02:50:39Z`
|
| 487 |
+
- repo last seen: `2025-08-26T02:50:39Z`
|
| 488 |
+
- repo primary artifacts: **1**
|
| 489 |
+
- snapshot authored PRs/issues: **1 PRs / 0 issues**
|
| 490 |
+
- snapshot discussion activity: **0 comments / 0 reviews / 0 review comments**
|
| 491 |
+
- account age: **1145 days**
|
| 492 |
+
- public orgs: none visible
|
| 493 |
+
- compact scores: follow-through **n/a**, breadth **low**, automation risk **low**
|
| 494 |
+
- heuristic read: **—**
|
| 495 |
+
|
| 496 |
+
Example artifacts:
|
| 497 |
+
- [PR #40446: Add convert_segmentation_map_to_binary_masks_sorted function for hand…](https://github.com/huggingface/transformers/pull/40446) — open
|
| 498 |
+
|
| 499 |
+
### `AkshatSh`
|
| 500 |
+
|
| 501 |
+
- profile: [github.com/AkshatSh](https://github.com/AkshatSh)
|
| 502 |
+
- repo PR search: [open search](https://github.com/huggingface/transformers/pulls?q=is%3Apr+author%3AAkshatSh)
|
| 503 |
+
- repo issue search: [open search](https://github.com/huggingface/transformers/issues?q=is%3Aissue+author%3AAkshatSh)
|
| 504 |
+
- repo first seen: `2025-09-18T07:05:39Z`
|
| 505 |
+
- repo last seen: `2025-09-18T07:05:39Z`
|
| 506 |
+
- repo primary artifacts: **1**
|
| 507 |
+
- snapshot authored PRs/issues: **1 PRs / 0 issues**
|
| 508 |
+
- snapshot discussion activity: **0 comments / 0 reviews / 0 review comments**
|
| 509 |
+
- account age: **4184 days**
|
| 510 |
+
- public orgs: none visible
|
| 511 |
+
- compact scores: follow-through **n/a**, breadth **low**, automation risk **low**
|
| 512 |
+
- heuristic read: **—**
|
| 513 |
+
|
| 514 |
+
Example artifacts:
|
| 515 |
+
- [PR #40962: perceptron: Isaac-0.1 implementation](https://github.com/huggingface/transformers/pull/40962) — open, draft
|
new_contributors.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bac1033c10507e3adefafbd3d4164cef3bfe38ac20d050fe1035e30d76064651
|
| 3 |
+
size 15280
|
pr_comments.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8b8f1f825d6f1efbd68b7ef49cf7f5be2c43a112c24a6910e46737310fe00a46
|
| 3 |
+
size 74540
|
pr_diffs.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3770f56ef88eaba2b7a231a1fa9ea17d4ec2ca49f9cf5c74e010488add52fd2
|
| 3 |
+
size 2461314
|
pr_files.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0424ed2b494427dde0cc4b83fed1ea2f3df94148710a403741d43d1607fe1b92
|
| 3 |
+
size 2468093
|
pull_requests.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0782c6b222e2b1d063643933705b99ca63d667591eea91c8e6fb9c7b8ca3cf9a
|
| 3 |
+
size 159990
|
review_comments.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c29d3ae3b3c43bef9fe3d14e9ff3c6361c9f390bb8f471a8c9e0522f2ce6a745
|
| 3 |
+
size 338816
|
reviews.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:73fae622c653846b27e4264fab7acebdc654a8b87b2ed432553cd5132f9d2d64
|
| 3 |
+
size 84777
|