Update AG News dataset source to fancyzhx/ag_news - #4
Merged
nevil-mathew merged 2 commits intoJul 4, 2026
Conversation
HF's datasets/huggingface_hub stopped resolving the legacy script-based "ag_news" repo id (HfUriError: repo id must be namespace/name), breaking the full benchmark CI job. Point at fancyzhx/ag_news, the parquet-based mirror with the same text/label schema.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
The manual full-benchmark job (4 datasets x 3 seeds x k-grid x 4 models, including BERTopic) was hitting the 45-minute timeout and getting cancelled before finishing, not failing outright.
nevil-mathew
merged commit Jul 4, 2026
2b342c2
into
claude/repo-assessment-completeness-ipnli2
9 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the AG News dataset source from the default
ag_newsto thefancyzhx/ag_newsdataset on Hugging Face Hub across benchmark and notebook files.Changes
run_benchmark.pyto load AG News fromfancyzhx/ag_newsinstead ofag_newsload_ag_news()function to use the new dataset pathcumulative_tritopic_benchmark.ipynbnotebook to usefancyzhx/ag_newsdataset identifierDetails
This change ensures consistent dataset sourcing across the benchmark suite by explicitly specifying the dataset namespace. The
fancyzhx/ag_newsdataset is the maintained version on Hugging Face Hub and provides better reliability and version control compared to the defaultag_newsidentifier.https://claude.ai/code/session_01LCniwV83zZFgkbEYU5Jwcf