Skip to content
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

Update token_classification notebook to use evaluate.load() instead of load_metric() from Datasets library (removed) #522

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

BibWiss
Copy link

@BibWiss BibWiss commented Oct 29, 2024

What does this PR do?

This PR updates the token_classification notebook in terms of evaluation metric loading. As of now, it uses the load_metric function from the Datasets library - however, this one has been removed in [email protected] (see also: https://discuss.huggingface.co/t/cant-import-load-metric-from-datasets/107524/2). Therefore, it has been changed to evaluate.load() (and explanatory descriptions have been updated accordingly).

Who can review?

Feel free to tag members/contributors who may be interested in your PR.
@sgugger

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant