From 1e01db35795df49e30875f1400042af0a6c07365 Mon Sep 17 00:00:00 2001 From: Sylvain Gugger Date: Tue, 27 Oct 2020 17:36:13 -0400 Subject: [PATCH] Remove header --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 40dfc2e74d..f186581382 100644 --- a/examples/README.md +++ b/examples/README.md @@ -32,7 +32,7 @@ git checkout tags/v3.4.0 ## The Big Table of Tasks | Task | Example datasets | Trainer support | TFTrainer support | Colab -|---|---|:---:|:---:|:---:|:---:| +|---|---|:---:|:---:|:---:| | [**`language-modeling`**](https://github.com/huggingface/transformers/tree/master/examples/language-modeling) | Raw text | ✅ | - | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/huggingface/blog/blob/master/notebooks/01_how_to_train.ipynb) | [**`text-classification`**](https://github.com/huggingface/transformers/tree/master/examples/text-classification) | GLUE, XNLI | ✅ | ✅ | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/huggingface/blog/blob/master/notebooks/trainer/01_text_classification.ipynb) | [**`token-classification`**](https://github.com/huggingface/transformers/tree/master/examples/token-classification) | CoNLL NER | ✅ | ✅ | -