transformers/notebooks
Morgan Funtowicz 30624f7056 Fix Colab links + install dependencies first.
Signed-off-by: Morgan Funtowicz <morgan@huggingface.co>
2020-03-05 11:40:15 +01:00
..
01-training-tokenizers.ipynb Fix Colab links + install dependencies first. 2020-03-05 11:40:15 +01:00
02-transformers.ipynb Fix Colab links + install dependencies first. 2020-03-05 11:40:15 +01:00
03-pipelines.ipynb Fix Colab links + install dependencies first. 2020-03-05 11:40:15 +01:00
README.md Fix Colab links + install dependencies first. 2020-03-05 11:40:15 +01:00

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 and we'll review it so it can be included here.

Hugging Face's notebooks 🤗

Notebook Description
Getting Started Tokenizers How to train and use your very own tokenizer Open In Colab
Getting Started Transformers How to easily start using transformers Open In Colab
How to use Pipelines Simple and efficient way to use State-of-the-Art models on downstream tasks through transformers Open In Colab
How to train a language model Highlight all the steps to effectively train Transformer model on custom data Open in Colab