diff --git a/transformers_doc/en/token_classification.ipynb b/transformers_doc/en/token_classification.ipynb index 4262ab75..4c408e03 100644 --- a/transformers_doc/en/token_classification.ipynb +++ b/transformers_doc/en/token_classification.ipynb @@ -7,7 +7,7 @@ "outputs": [], "source": [ "# Transformers installation\n", - "! pip install transformers datasets\n", + "! pip install transformers datasets evaluate seqeval\n", "# To install from source instead of the last release, comment the command above and uncomment the following one.\n", "# ! pip install git+https://github.com/huggingface/transformers.git" ]