2078: create the current year repo on Huggingface#2079
Merged
Conversation
…xist, before trying to upload any data sets
rayneng
approved these changes
Feb 19, 2026
Member
rayneng
left a comment
There was a problem hiding this comment.
PR description includes screenshot of 2026 data for dev HF storage. We can also see the operation succeeded here:
Approved.
6 tasks
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.
(partially) Fixes #2078
Explanation
As part of the huggingface update workflow, we need to ensure that the repo matching the current year exists, otherwise the huggingface update script will fail to upload its parquet file. Added a bit of code to create the repo if it exists (and ignore if it already exists).
Testing
Ran it locally and the dataset now exists and is populated with data: https://huggingface.co/datasets/311-Data-Dev/2026
mainbranchAny questions? See the getting started guide