-
Notifications
You must be signed in to change notification settings - Fork 399
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: token classification tutorial #5183
docs: token classification tutorial #5183
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@davidberenstein1957 After querying a dataset, the best way to iterate over the retrieved records is using .to_list. I think it's useful to change it in the how-to guides instead of the current list(). WDYT? |
Docs for this PR have been deployed hidden from versioning: https://argilla-io.github.io/argilla/docs_update-admonitions-token-tutorial |
@sdiazlor I see there is something wrong with the doc workflow. I will check what is going wrong here. I think it might be the GH actions extension we are using because the message seems to have been printed correctly within the actions workflow. |
@sdiazlor, thanks for handling this. I think it will offer a good basis for people to get started. Some high level comments, will potentially leave some more in the notebook :)
|
@davidberenstein1957 Thanks for your comments! I meant that when doing this, it is difficult to iterate over the records and retrieve the needed data(fields, suggestions, responses, etc.). Instead, as in the tutorials, it's more helpful to use. But your answer solved the doubt, so I'll update it. Thank you for the formatting reminder, ipynb files were not included. |
@davidberenstein1957 I applied the changes. However, it doesn't let me update the length too much, especially for the scripts due to pre-commit. We should update the length in pyproject.toml from 120 to the default 88. |
Pull Request Template
Closes #5173
Type of change
How Has This Been Tested
Checklist