From da22245ed99d18915cd2a70743f5439ac9d9a8f1 Mon Sep 17 00:00:00 2001 From: Patrick von Platen Date: Fri, 21 May 2021 23:11:58 +0100 Subject: [PATCH] Add flax text class colab (#11824) * fix_torch_device_generate_test * remove @ * add flax glue link --- examples/flax/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/flax/README.md b/examples/flax/README.md index 82c9327310..978d34e2f7 100644 --- a/examples/flax/README.md +++ b/examples/flax/README.md @@ -59,4 +59,4 @@ The following table lists all of our examples on how to use 🤗 Transformers wi | Task | Example model | Example dataset | 🤗 Datasets | Colab |---|---|---|:---:|:---:| | [**`masked-language-modeling`**](https://github.com/huggingface/transformers/tree/master/examples/flax/language-modeling) | BERT | OSCAR | ✅ | [![Open In Colab (TODO: Patrick)](https://colab.research.google.com/assets/colab-badge.svg)]() -| [**`text-classification`**](https://github.com/huggingface/transformers/tree/master/examples/flax/text-classification) | BERT | GLUE | ✅ | [![Open In Colab (TODO: Patrick)](https://colab.research.google.com/assets/colab-badge.svg)]() +| [**`text-classification`**](https://github.com/huggingface/transformers/tree/master/examples/flax/text-classification) | BERT | GLUE | ✅ | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/huggingface/notebooks/blob/master/examples/text_classification_flax.ipynb)