notebooks icon indicating copy to clipboard operation
notebooks copied to clipboard

Fixed library installation command

Open dproske opened this issue 2 years ago • 1 comments
trafficstars

Added "evaluate"

What does this PR do?

Updates the command at the top of the notebook so that it matches the command recommended later in the notebook: pip install transformers datasets evaluate

Without "evaluate", users can get an error when trying to import the evaluate library.

ModuleNotFoundError                       Traceback (most recent call last)
[<ipython-input-9-945d22c344e6>](https://localhost:8080/#) in <cell line: 1>()
----> 1 import evaluate
      2 
      3 accuracy = evaluate.load("accuracy")

ModuleNotFoundError: No module named 'evaluate'

dproske avatar Jul 16 '23 18:07 dproske

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB