From 55e5e7a43c469adbe50fb85d573d91c95bcfb84d Mon Sep 17 00:00:00 2001 From: fabiocapsouza Date: Sun, 15 Nov 2020 12:30:46 -0300 Subject: [PATCH] Revert "Docs bart training ref (#8330)" This reverts commit 2260323413e7bdd7223d13574f69ee8d2b4f64ae. --- docs/source/model_doc/bart.rst | 10 ---------- examples/seq2seq/README.md | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/source/model_doc/bart.rst b/docs/source/model_doc/bart.rst index 1fa6cdc0498208..51cd0c4b491299 100644 --- a/docs/source/model_doc/bart.rst +++ b/docs/source/model_doc/bart.rst @@ -26,16 +26,6 @@ According to the abstract, The Authors' code can be found `here `__. -Examples -_______________________________________________________________________________________________________________________ - -- Examples and scripts for fine-tuning BART and other models for sequence to sequence tasks can be found in - `examples/seq2seq/ `__. -- An example of how to train :class:`~transformers.BartForConditionalGeneration` with a Hugging Face :obj:`datasets` - object can be found in this `forum discussion - `__. - - Implementation Notes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/examples/seq2seq/README.md b/examples/seq2seq/README.md index 2802347e66d601..90179188432bbf 100644 --- a/examples/seq2seq/README.md +++ b/examples/seq2seq/README.md @@ -1,7 +1,7 @@ ## Sequence to Sequence Training and Evaluation 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! +Please tag @sshleifer with any issues/unexpected behaviors, or send a PR! For deprecated `bertabs` instructions, see [`bertabs/README.md`](bertabs/README.md). ### Supported Architectures