From 077a5dce32a4be4bf92231a5832989b8bd77bd1b Mon Sep 17 00:00:00 2001 From: Manuel Romero Date: Fri, 18 Dec 2020 15:12:10 +0100 Subject: [PATCH] Fix link to old SQUAD fine-tuning script (#9181) --- examples/question-answering/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/question-answering/README.md b/examples/question-answering/README.md index ff800edc75..3d222c8365 100644 --- a/examples/question-answering/README.md +++ b/examples/question-answering/README.md @@ -23,8 +23,7 @@ uses special features of those tokenizers. You can check if your favorite model [this table](https://huggingface.co/transformers/index.html#bigtable), if it doesn't you can still use the old version of the script. -The old version of this script can be found [here](https://github.com/huggingface/transformers/blob/master/examples/contrib/legacy/question-answering/run_squad.py). - +The old version of this script can be found [here](https://github.com/huggingface/transformers/tree/master/examples/legacy/question-answering). #### Fine-tuning BERT on SQuAD1.0 This example code fine-tunes BERT on the SQuAD1.0 dataset. It runs in 24 min (with BERT-base) or 68 min (with BERT-large)