Adding evaluate to the list of libraries required in generated notebooks (#20850)

Adding `evaluate` to the list of libraries to be installed for every generated notebook in transformers
This commit is contained in:
Maria Khalusova
2022-12-21 08:04:08 -05:00
committed by GitHub
parent 0ae58204c6
commit 04c560225b

View File

@@ -1,7 +1,7 @@
# docstyle-ignore
INSTALL_CONTENT = """
# Transformers installation
! pip install transformers datasets
! pip install transformers datasets evaluate
# To install from source instead of the last release, comment the command above and uncomment the following one.
# ! pip install git+https://github.com/huggingface/transformers.git
"""