-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add push-to-huggingface
command
#3685
Conversation
Codecov ReportPatch coverage is 📢 Thoughts on this report? Let us know!. |
Is failing the CI pipeline due to the formatting injected by `rich` and `typer`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Just some comments about the fixtures and adding the 🤗 emoji
Co-authored-by: Gabriel Martín Blázquez <[email protected]>
Co-authored-by: Gabriel Martín Blázquez <[email protected]>
The URL of the deployed environment for this PR is https://argilla-quickstart-pr-3685-ki24f765kq-no.a.run.app |
Don't we use |
True, but for the command |
for more information, see https://pre-commit.ci
Co-authored-by: Gabriel Martin <[email protected]>
Co-authored-by: Tom Aarsen <[email protected]>
push-to-hf
commandpush-to-huggingface
command
Description
This PR adds the
datasets push-to-huggingface
command to the Argilla CLI, to push aFeedbackDataset
from Argilla into the HuggingFace Hub.Closes #3670
Type of change
How Has This Been Tested
datasets push-to-huggingface
commandChecklist