From e041ff236108fbde7ccda1dba2e1f0d3e53cac1d Mon Sep 17 00:00:00 2001 From: Ogundepo Odunayo Date: Fri, 4 Feb 2022 23:29:20 +0100 Subject: [PATCH] Add Transformers Notebook --- docs/using/selecting.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/using/selecting.md b/docs/using/selecting.md index 1d5ec441..739ce9d4 100644 --- a/docs/using/selecting.md +++ b/docs/using/selecting.md @@ -263,6 +263,8 @@ core images and link them below. The image includes [Kotlin kernel for Jupyter/IPython](https://github.com/Kotlin/kotlin-jupyter) on top of the `base-notebook` image. Try it on [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/knonm/kotlin-notebook/main) + +- [transformers_notebook](https://github.com/ToluClassics/transformers_notebook): Easily run JupyterLab Notebooks pre-installed with the [Transformers Library](https://huggingface.co/docs/transformers/index) and other popular NLP frameworks such as **Tensorflow**, **Keras**, **Jax** and **PyTorch** by running a Docker container. See the [contributing guide](../contributing/stacks.md) for information about how to create your own Jupyter Docker Stack.