🤗 Transformers Notebooks¶

You can find here a list of the official notebooks provided by Hugging Face.

Also, we would like to list here interesting content created by the community. If you wrote some notebook(s) leveraging 🤗 Transformers and would like be listed here, please open a Pull Request so it can be included under the Community notebooks.

Hugging Face’s notebooks 🤗¶

Documentation notebooks¶

You can open any page of the documentation as a notebook in colab (there is a button directly on said pages) but they are also listed here if you need to:

Notebook Description
Quicktour of the library A presentation of the various APIs in Transformers Open In Colab
Summary of the tasks How to run the models of the Transformers library task by task Open In Colab
Preprocessing data How to use a tokenizer to preprocess your data Open In Colab
Fine-tuning a pretrained model How to use the Trainer to fine-tune a pretrained model Open In Colab
Summary of the tokenizers The differences between the tokenizers algorithm Open In Colab
Multilingual models How to use the multilingual models of the library Open In Colab
Fine-tuning with custom datasets How to fine-tune a pretrained model on various tasks Open In Colab

Examples¶

Notebook Description
Train your tokenizer How to train and use your very own tokenizer Open In Colab
Train your language model How to easily start using transformers Open In Colab
How to fine-tune a model on text classification Show how to preprocess the data and fine-tune a pretrained model on any GLUE task. Open in Colab
How to fine-tune a model on language modeling Show how to preprocess the data and fine-tune a pretrained model on a causal or masked LM task. Open in Colab
How to fine-tune a model on token classification Show how to preprocess the data and fine-tune a pretrained model on a token classification task (NER, PoS). Open in Colab
How to fine-tune a model on question answering Show how to preprocess the data and fine-tune a pretrained model on SQUAD. Open in Colab
How to fine-tune a model on multiple choice Show how to preprocess the data and fine-tune a pretrained model on SWAG. Open in Colab
How to fine-tune a model on translation Show how to preprocess the data and fine-tune a pretrained model on WMT. Open in Colab
How to fine-tune a model on summarization Show how to preprocess the data and fine-tune a pretrained model on XSUM. Open in Colab
How to train a language model from scratch Highlight all the steps to effectively train Transformer model on custom data Open in Colab
How to generate text How to use different decoding methods for language generation with transformers Open in Colab
How to export model to ONNX Highlight how to export and run inference workloads through ONNX
How to use Benchmarks How to benchmark models with transformers Open in Colab
Reformer How Reformer pushes the limits of language modeling Open in Colab

Community notebooks:¶

More notebooks developed by the community are available here.