Section 1: Introduction – Recent Developments in the Field, Installations, and Hello World Applications
In this section, you will learn about all aspects of Transformers at an introductory level. You will write your first hello-world
program with Transformers by loading community-provided pre-trained language models and running the related code with or without a GPU. Installing and utilizing the tensorflow
, pytorch
, conda
, transformers
, and sentenceTransformers
libraries will also be explained in detail in this section.
This section comprises the following chapters:
- Chapter 1, From Bag-of-Words to the Transformers
- Chapter 2, A Hands-On Introduction to the Subject