From 0ae32b794ed6013d11529203f8d308fcb16fb817 Mon Sep 17 00:00:00 2001 From: Henry Dashwood Date: Wed, 4 Mar 2020 09:10:37 -0800 Subject: [PATCH] Update README.md (#1767) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: # Before submitting - [ ] Was this discussed/approved via a Github issue? (no need for typos, doc improvements) - [ ] Did you read the [contributor guideline](https://github.com/pytorch/fairseq/blob/master/CONTRIBUTING.md)? - [ ] Did you make sure to update the docs? - [ ] Did you write any new necessary tests? ## What does this PR do? Fixes a link in a README. ## PR review Anyone in the community is free to review the PR once the tests have passed. If we didn't discuss your PR in Github issues there's a high chance it will not be merged. ## Did you have fun? Make sure you had fun coding � Pull Request resolved: https://github.com/pytorch/fairseq/pull/1767 Reviewed By: ngoyal2707 Differential Revision: D20248559 Pulled By: myleott fbshipit-source-id: 0becc73d8bca337286faa40ce100a94cd319fec9 --- examples/bart/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bart/README.md b/examples/bart/README.md index 886f3a98..9ca210a4 100644 --- a/examples/bart/README.md +++ b/examples/bart/README.md @@ -200,7 +200,7 @@ files2rouge test.hypo.tokenized test.hypo.target ## Finetuning - [Finetuning on GLUE](README.glue.md) -- [Finetuning on CNN-DM](README.cnn.md) +- [Finetuning on CNN-DM](README.summarization.md) ## Citation