transformers/notebooks
Patrick von Platen 24538df919
[Community notebooks] General notebooks (#4441)
* Update README.md

* Update README.md

* Update README.md

* Update README.md
2020-05-18 20:23:57 +02:00
..
01-training-tokenizers.ipynb Update tokenizers to 0.7.0-rc5 (#3705) 2020-04-10 14:23:49 -04:00
02-transformers.ipynb rerun notebook 02-transformers (#4341) 2020-05-15 10:33:08 -04:00
03-pipelines.ipynb [Docs, Notebook] Include generation pipeline (#4295) 2020-05-13 14:24:08 -04:00
04-onnx-export.ipynb Updated ONNX notebook link in README. 2020-05-14 22:40:59 +02:00
README.md [Community notebooks] General notebooks (#4441) 2020-05-18 20:23:57 +02: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 so it can be included under the Community notebooks.

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
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

Community notebooks:

Notebook Description Author
Train T5 on TPU How to train T5 on SQUAD with transformers and nlp Suraj Patil Open In Colab