From 4f7bdb0958a912296562bfc90d795f17d46a33ad Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Thu, 6 Feb 2020 14:59:53 -0500 Subject: [PATCH] [examples] Fix broken markdown --- examples/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index d161d1b832..a941b15f2f 100644 --- a/examples/README.md +++ b/examples/README.md @@ -24,8 +24,7 @@ pip install -r ./examples/requirements.txt | [Multiple Choice](#multiple-choice) | Examples running BERT/XLNet/RoBERTa on the SWAG/RACE/ARC tasks. | [Named Entity Recognition](#named-entity-recognition) | Using BERT for Named Entity Recognition (NER) on the CoNLL 2003 dataset, examples with distributed training. | | [XNLI](#xnli) | Examples running BERT/XLM on the XNLI benchmark. | -| [Adversarial evaluation of model performances](#adversarial-evaluation-of-model-performances) | Testing a model with adversarial evaluation of natural language -inference on the Heuristic Analysis for NLI Systems (HANS) dataset (McCoy et al., 2019.) | +| [Adversarial evaluation of model performances](#adversarial-evaluation-of-model-performances) | Testing a model with adversarial evaluation of natural language inference on the Heuristic Analysis for NLI Systems (HANS) dataset (McCoy et al., 2019.) | ## TensorFlow 2.0 Bert models on GLUE