diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index eb79b315378b..05da6062fb11 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -30,22 +30,22 @@ assignees: '' Trainer: @sgugger Speed and Memory Benchmarks: @patrickvonplaten Model Cards: @julien-c - Translation: @sshleifer - Summarization: @sshleifer TextGeneration: @TevenLeScao examples/distillation: @VictorSanh nlp datasets: [different repo](https://github.com/huggingface/nlp) rust tokenizers: [different repo](https://github.com/huggingface/tokenizers) Text Generation: @patrickvonplaten @TevenLeScao - blenderbot: @mariamabarham - Bart: @sshleifer - Marian: @sshleifer + Blenderbot: @patrickvonplaten + Bart: @patrickvonplaten + Marian: @patrickvonplaten + Pegasus: @patrickvonplaten + mBART: @patrickvonplaten T5: @patrickvonplaten Longformer/Reformer: @patrickvonplaten TransfoXL/XLNet: @TevenLeScao RAG: @patrickvonplaten, @lhoestq - FSTM: @stas00 - examples/seq2seq: @sshleifer + FSMT: @stas00 + examples/seq2seq: @patil-suraj examples/bert-loses-patience: @JetRunner tensorflow: @jplu examples/token-classification: @stefan-it diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0702202c48bd..cb5eca3e0647 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -43,19 +43,17 @@ members/contributors which may be interested in your PR. Trainer: @sgugger Benchmarks: @patrickvonplaten Model Cards: @julien-c - Translation: @sshleifer - Summarization: @sshleifer examples/distillation: @VictorSanh nlp datasets: [different repo](https://github.com/huggingface/nlp) rust tokenizers: [different repo](https://github.com/huggingface/tokenizers) Text Generation: @patrickvonplaten, @TevenLeScao - Blenderbot, Bart, Marian, Pegasus: @sshleifer + Blenderbot, Bart, Marian, Pegasus: @patrickvonplaten T5: @patrickvonplaten Rag: @patrickvonplaten, @lhoestq EncoderDecoder: @patrickvonplaten Longformer, Reformer: @patrickvonplaten TransfoXL, XLNet: @TevenLeScao, @patrickvonplaten - examples/seq2seq: @sshleifer + examples/seq2seq: @patil-suraj examples/bert-loses-patience: @JetRunner tensorflow: @jplu examples/token-classification: @stefan-it diff --git a/docs/source/model_doc/bart.rst b/docs/source/model_doc/bart.rst index 1fa6cdc04982..84a7b699bfab 100644 --- a/docs/source/model_doc/bart.rst +++ b/docs/source/model_doc/bart.rst @@ -3,7 +3,7 @@ BART **DISCLAIMER:** If you see something strange, file a `Github Issue `__ and assign -@sshleifer +@patrickvonplaten Overview ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/source/model_doc/marian.rst b/docs/source/model_doc/marian.rst index a5149ca7f0e2..31fd028d4410 100644 --- a/docs/source/model_doc/marian.rst +++ b/docs/source/model_doc/marian.rst @@ -3,7 +3,7 @@ MarianMT **Bugs:** If you see something strange, file a `Github Issue `__ -and assign @sshleifer. +and assign @patrickvonplaten. Translations should be similar, but not identical to, output in the test set linked to in each model card. diff --git a/docs/source/model_doc/mbart.rst b/docs/source/model_doc/mbart.rst index 1d3a43968e41..99725eb36a0e 100644 --- a/docs/source/model_doc/mbart.rst +++ b/docs/source/model_doc/mbart.rst @@ -3,7 +3,7 @@ MBart **DISCLAIMER:** If you see something strange, file a `Github Issue `__ and assign -@sshleifer +@patrickvonplaten Overview ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/source/model_doc/pegasus.rst b/docs/source/model_doc/pegasus.rst index 5e885d553c7d..1a6466474540 100644 --- a/docs/source/model_doc/pegasus.rst +++ b/docs/source/model_doc/pegasus.rst @@ -3,7 +3,7 @@ Pegasus **DISCLAIMER:** If you see something strange, file a `Github Issue `__ -and assign @sshleifer. +and assign @patrickvonplaten. Overview