0Pricing
NLP Academy · Lesson

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 transformers

All lessons in this course

  1. The Transformers Library Tour
  2. Tokenizing for Transformer Models
  3. Fine-Tuning With the Trainer API
  4. Evaluating and Saving Your Model
← Back to NLP Academy