The Transformers Library Tour
Models, tokenizers, and pipelines.
Meet Transformers
Hugging Face Transformers is the go-to Python library for using and fine-tuning state-of-the-art language models with very little code. 🤗
One Install Away
You add the library to your project with a single pip command, and suddenly thousands of pretrained models are within reach.
pip install transformersAll lessons in this course
- The Transformers Library Tour
- Tokenizing for Transformer Models
- Fine-Tuning With the Trainer API
- Evaluating and Saving Your Model