From 37d6fb5d04e64ac50cabd18c03abeb82d0fc8a58 Mon Sep 17 00:00:00 2001 From: Manuel Romero Date: Tue, 22 Dec 2020 17:41:23 +0100 Subject: [PATCH] Fix link to bertabs/README.md (#9255) --- examples/seq2seq/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/seq2seq/README.md b/examples/seq2seq/README.md index cd4dcd6a0d..5805e8a19c 100644 --- a/examples/seq2seq/README.md +++ b/examples/seq2seq/README.md @@ -18,7 +18,7 @@ limitations under the License. This directory contains examples for finetuning and evaluating transformers on summarization and translation tasks. Please tag @patil-suraj with any issues/unexpected behaviors, or send a PR! -For deprecated `bertabs` instructions, see [`bertabs/README.md`](bertabs/README.md). +For deprecated `bertabs` instructions, see [`bertabs/README.md`](https://github.com/huggingface/transformers/blob/master/examples/research_projects/bertabs/README.md). ### Supported Architectures