mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-02 11:11:05 +06:00
[docs] remove sshleifer from issue-template :( (#8418)
This commit is contained in:
parent
9c83b96e62
commit
46509d1c19
14
.github/ISSUE_TEMPLATE/bug-report.md
vendored
14
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@ -30,22 +30,22 @@ assignees: ''
|
|||||||
Trainer: @sgugger
|
Trainer: @sgugger
|
||||||
Speed and Memory Benchmarks: @patrickvonplaten
|
Speed and Memory Benchmarks: @patrickvonplaten
|
||||||
Model Cards: @julien-c
|
Model Cards: @julien-c
|
||||||
Translation: @sshleifer
|
|
||||||
Summarization: @sshleifer
|
|
||||||
TextGeneration: @TevenLeScao
|
TextGeneration: @TevenLeScao
|
||||||
examples/distillation: @VictorSanh
|
examples/distillation: @VictorSanh
|
||||||
nlp datasets: [different repo](https://github.com/huggingface/nlp)
|
nlp datasets: [different repo](https://github.com/huggingface/nlp)
|
||||||
rust tokenizers: [different repo](https://github.com/huggingface/tokenizers)
|
rust tokenizers: [different repo](https://github.com/huggingface/tokenizers)
|
||||||
Text Generation: @patrickvonplaten @TevenLeScao
|
Text Generation: @patrickvonplaten @TevenLeScao
|
||||||
blenderbot: @mariamabarham
|
Blenderbot: @patrickvonplaten
|
||||||
Bart: @sshleifer
|
Bart: @patrickvonplaten
|
||||||
Marian: @sshleifer
|
Marian: @patrickvonplaten
|
||||||
|
Pegasus: @patrickvonplaten
|
||||||
|
mBART: @patrickvonplaten
|
||||||
T5: @patrickvonplaten
|
T5: @patrickvonplaten
|
||||||
Longformer/Reformer: @patrickvonplaten
|
Longformer/Reformer: @patrickvonplaten
|
||||||
TransfoXL/XLNet: @TevenLeScao
|
TransfoXL/XLNet: @TevenLeScao
|
||||||
RAG: @patrickvonplaten, @lhoestq
|
RAG: @patrickvonplaten, @lhoestq
|
||||||
FSTM: @stas00
|
FSMT: @stas00
|
||||||
examples/seq2seq: @sshleifer
|
examples/seq2seq: @patil-suraj
|
||||||
examples/bert-loses-patience: @JetRunner
|
examples/bert-loses-patience: @JetRunner
|
||||||
tensorflow: @jplu
|
tensorflow: @jplu
|
||||||
examples/token-classification: @stefan-it
|
examples/token-classification: @stefan-it
|
||||||
|
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
6
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -43,19 +43,17 @@ members/contributors which may be interested in your PR.
|
|||||||
Trainer: @sgugger
|
Trainer: @sgugger
|
||||||
Benchmarks: @patrickvonplaten
|
Benchmarks: @patrickvonplaten
|
||||||
Model Cards: @julien-c
|
Model Cards: @julien-c
|
||||||
Translation: @sshleifer
|
|
||||||
Summarization: @sshleifer
|
|
||||||
examples/distillation: @VictorSanh
|
examples/distillation: @VictorSanh
|
||||||
nlp datasets: [different repo](https://github.com/huggingface/nlp)
|
nlp datasets: [different repo](https://github.com/huggingface/nlp)
|
||||||
rust tokenizers: [different repo](https://github.com/huggingface/tokenizers)
|
rust tokenizers: [different repo](https://github.com/huggingface/tokenizers)
|
||||||
Text Generation: @patrickvonplaten, @TevenLeScao
|
Text Generation: @patrickvonplaten, @TevenLeScao
|
||||||
Blenderbot, Bart, Marian, Pegasus: @sshleifer
|
Blenderbot, Bart, Marian, Pegasus: @patrickvonplaten
|
||||||
T5: @patrickvonplaten
|
T5: @patrickvonplaten
|
||||||
Rag: @patrickvonplaten, @lhoestq
|
Rag: @patrickvonplaten, @lhoestq
|
||||||
EncoderDecoder: @patrickvonplaten
|
EncoderDecoder: @patrickvonplaten
|
||||||
Longformer, Reformer: @patrickvonplaten
|
Longformer, Reformer: @patrickvonplaten
|
||||||
TransfoXL, XLNet: @TevenLeScao, @patrickvonplaten
|
TransfoXL, XLNet: @TevenLeScao, @patrickvonplaten
|
||||||
examples/seq2seq: @sshleifer
|
examples/seq2seq: @patil-suraj
|
||||||
examples/bert-loses-patience: @JetRunner
|
examples/bert-loses-patience: @JetRunner
|
||||||
tensorflow: @jplu
|
tensorflow: @jplu
|
||||||
examples/token-classification: @stefan-it
|
examples/token-classification: @stefan-it
|
||||||
|
@ -3,7 +3,7 @@ BART
|
|||||||
|
|
||||||
**DISCLAIMER:** If you see something strange, file a `Github Issue
|
**DISCLAIMER:** If you see something strange, file a `Github Issue
|
||||||
<https://github.com/huggingface/transformers/issues/new?assignees=&labels=&template=bug-report.md&title>`__ and assign
|
<https://github.com/huggingface/transformers/issues/new?assignees=&labels=&template=bug-report.md&title>`__ and assign
|
||||||
@sshleifer
|
@patrickvonplaten
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
@ -3,7 +3,7 @@ MarianMT
|
|||||||
|
|
||||||
**Bugs:** If you see something strange, file a `Github Issue
|
**Bugs:** If you see something strange, file a `Github Issue
|
||||||
<https://github.com/huggingface/transformers/issues/new?assignees=sshleifer&labels=&template=bug-report.md&title>`__
|
<https://github.com/huggingface/transformers/issues/new?assignees=sshleifer&labels=&template=bug-report.md&title>`__
|
||||||
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.
|
Translations should be similar, but not identical to, output in the test set linked to in each model card.
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ MBart
|
|||||||
|
|
||||||
**DISCLAIMER:** If you see something strange, file a `Github Issue
|
**DISCLAIMER:** If you see something strange, file a `Github Issue
|
||||||
<https://github.com/huggingface/transformers/issues/new?assignees=&labels=&template=bug-report.md&title>`__ and assign
|
<https://github.com/huggingface/transformers/issues/new?assignees=&labels=&template=bug-report.md&title>`__ and assign
|
||||||
@sshleifer
|
@patrickvonplaten
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
@ -3,7 +3,7 @@ Pegasus
|
|||||||
|
|
||||||
**DISCLAIMER:** If you see something strange, file a `Github Issue
|
**DISCLAIMER:** If you see something strange, file a `Github Issue
|
||||||
<https://github.com/huggingface/transformers/issues/new?assignees=sshleifer&labels=&template=bug-report.md&title>`__
|
<https://github.com/huggingface/transformers/issues/new?assignees=sshleifer&labels=&template=bug-report.md&title>`__
|
||||||
and assign @sshleifer.
|
and assign @patrickvonplaten.
|
||||||
|
|
||||||
|
|
||||||
Overview
|
Overview
|
||||||
|
Loading…
Reference in New Issue
Block a user