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:
@@ -1,7 +1,7 @@
|
|||||||
# docstyle-ignore
|
# docstyle-ignore
|
||||||
INSTALL_CONTENT = """
|
INSTALL_CONTENT = """
|
||||||
# Transformers installation
|
# 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.
|
# 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
|
# ! pip install git+https://github.com/huggingface/transformers.git
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user