Technical requirements
In this chapter, we'll use the transformers
and tensorflow
Python libraries along with spaCy
. You can install these libraries via pip
:
pip install transformers pip install "tensorflow>=2.0.0"
The chapter code can be found at the book's GitHub repository: https://github.com/PacktPublishing/Mastering-spaCy/blob/main/Chapter09.