CircleCI workflow run records for the Transformers library.
The transformers_circleci_workflow_runs dataset consists of data from CircleCI workflow executions related to the Transformers library.
It supports analysis of continuous integration processes within AI and machine learning development workflows.
Plot success rates and durations of transformers CI runs over time to spot regressions in the library's test suite.
Filter workflow records to find jobs that intermittently fail and correlate them with specific code changes or dependencies.
Compare run times across different CircleCI configurations to evaluate optimizations for large Hugging Face repositories.
from datasets import load_dataset
ds = load_dataset("hf-internal-testing/transformers_circleci_workflow_runs")A collection of CircleCI workflow run records from the Hugging Face transformers repository.
Verified reviews from the community shape this listing's rating.
Loading reviews…