Add the transformers library, along with spacy and ftfy

This commit is contained in:
Aurélien Geron
2020-04-19 16:15:29 +12:00
parent ffd127eb7a
commit 397d2600f7
3 changed files with 27 additions and 14 deletions

View File

@@ -16,6 +16,9 @@ scikit-learn==0.22
# Optional: the XGBoost library is only used in chapter 7
xgboost==1.0.2
# Optional: the transformers library is only using in chapter 16
transformers==2.8.0
##### TensorFlow-related packages
# If you have a TF-compatible GPU and you want to enable GPU support, then
@@ -89,6 +92,10 @@ numexpr==2.7.1
nltk==3.4.5
urlextract==0.14.0
# Optional: these libraries are only used in chapter 16
spacy==2.2.4
ftfy==5.7
# Optional: tqdm displays nice progress bars, ipywidgets for tqdm's notebook support
tqdm==4.43.0
ipywidgets==7.5.1