notebooks
notebooks copied to clipboard
Fixed library installation command
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'
Check out this pull request on ![]()
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB