-
Notifications
You must be signed in to change notification settings - Fork 389
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
docs: update example in hf spaces page #4571
docs: update example in hf spaces page #4571
Conversation
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.
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.
Thanks. I added some comments w.r.t. a small typo and a direct/indirect URL.
``` | ||
|
||
As a next step, you can check the [Argilla Tutorials](https://docs.argilla.io/en/latest/tutorials/tutorials.html) section. All the tutorials can be run using Colab or local Jupyter Notebooks, so you can start building datasets with Argilla and Spaces! | ||
Congrats! You now have a dataset available from the Argilla UI to start browsing and labeling. I |
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.
small typo here
|
||
Finally, this is how you can train a SetFit model using data from your Argilla Space: | ||
> You can also use `pandas` or `load_dataset` to [read an existing dataset and create records from it](https://docs.argilla.io/en/latest/practical_guides/create_update_dataset/records.html#add-records). |
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.
use a local reference not to the latest direct URL
|
||
At this point, you can label your data directly using your Argilla Space and read the training data to train your model of choice. | ||
> To check your workspaces, go to "My settings" on the UI. If you need to create a new one, consult the [docs](https://docs.argilla.io/en/latest/getting_started/installation/configurations/workspace_management.html). |
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.
same here w.r.t. URLs
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.
good job, i've did some final edits as we were still referencing setfit
Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
Closes #4567
Type of change
(Remember to title the PR according to the type of change)
How Has This Been Tested
(Please describe the tests that you ran to verify your changes.)
sphinx-autobuild
(read Developer Documentation for more details)Checklist
CHANGELOG.md
file (See https://keepachangelog.com/)