[PR/Issue templates] normalize, group, sort + add myself for deepspeed (#9706)
* normalize, group, sort + add myself for deepspeed * new structure * add ray * typo * more suggestions * more suggestions * white space * Update .github/ISSUE_TEMPLATE/bug-report.md Co-authored-by: Suraj Patil <surajp815@gmail.com> * add bullets * sync * Apply suggestions from code review Co-authored-by: Suraj Patil <surajp815@gmail.com> * Apply suggestions from code review Co-authored-by: Lysandre Debut <lysandre@huggingface.co> * sync Co-authored-by: Suraj Patil <surajp815@gmail.com> Co-authored-by: Lysandre Debut <lysandre@huggingface.co>
This commit is contained in:
60
.github/ISSUE_TEMPLATE/bug-report.md
vendored
60
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@@ -25,32 +25,40 @@ assignees: ''
|
|||||||
If you know how to use git blame, that is the easiest way, otherwise, here is a rough guide of **who to tag**.
|
If you know how to use git blame, that is the easiest way, otherwise, here is a rough guide of **who to tag**.
|
||||||
Please tag fewer than 3 people.
|
Please tag fewer than 3 people.
|
||||||
|
|
||||||
albert, bert, GPT2, XLM: @LysandreJik
|
Models:
|
||||||
tokenizers: @mfuntowicz
|
|
||||||
Trainer: @sgugger
|
- albert, bert, xlm: @LysandreJik
|
||||||
Speed and Memory Benchmarks: @patrickvonplaten
|
- blenderbot, bart, marian, pegasus, encoderdecoder, t5: @patrickvonplaten, @patil-suraj
|
||||||
Model Cards: @julien-c
|
- longformer, reformer, transfoxl, xlnet: @patrickvonplaten
|
||||||
TextGeneration: @TevenLeScao
|
- fsmt: @stas00
|
||||||
examples/distillation: @VictorSanh
|
- funnel: @sgugger
|
||||||
nlp datasets: [different repo](https://github.com/huggingface/nlp)
|
- gpt2: @patrickvonplaten, @LysandreJik
|
||||||
rust tokenizers: [different repo](https://github.com/huggingface/tokenizers)
|
- rag: @patrickvonplaten, @lhoestq
|
||||||
Text Generation: @patrickvonplaten @TevenLeScao
|
- tensorflow: @jplu
|
||||||
Blenderbot: @patrickvonplaten
|
|
||||||
Bart: @patrickvonplaten
|
Library:
|
||||||
Marian: @patrickvonplaten
|
|
||||||
Pegasus: @patrickvonplaten
|
- benchmarks: @patrickvonplaten
|
||||||
mBART: @patrickvonplaten
|
- deepspeed: @stas00
|
||||||
T5: @patrickvonplaten
|
- ray/raytune: @richardliaw, @amogkam
|
||||||
Longformer/Reformer: @patrickvonplaten
|
- text generation: @patrickvonplaten
|
||||||
TransfoXL/XLNet: @TevenLeScao
|
- tokenizers: @n1t0, @LysandreJik
|
||||||
RAG: @patrickvonplaten, @lhoestq
|
- trainer: @sgugger
|
||||||
FSMT: @stas00
|
- pipelines: @LysandreJik
|
||||||
examples/seq2seq: @patil-suraj
|
|
||||||
examples/bert-loses-patience: @JetRunner
|
Documentation: @sgugger
|
||||||
ray/raytune: @richardliaw @amogkam
|
|
||||||
tensorflow: @jplu
|
HF projects:
|
||||||
examples/token-classification: @stefan-it
|
|
||||||
documentation: @sgugger
|
- nlp datasets: [different repo](https://github.com/huggingface/nlp)
|
||||||
|
- rust tokenizers: [different repo](https://github.com/huggingface/tokenizers)
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
|
||||||
|
- maintained examples (not research project or legacy): @sgugger, @patil-suraj
|
||||||
|
- research_projects/bert-loses-patience: @JetRunner
|
||||||
|
- research_projects/distillation: @VictorSanh
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
## Information
|
## Information
|
||||||
|
|||||||
56
.github/PULL_REQUEST_TEMPLATE.md
vendored
56
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -37,26 +37,38 @@ members/contributors which may be interested in your PR.
|
|||||||
If you know how to use git blame, that is the easiest way, otherwise, here is a rough guide of **who to tag**.
|
If you know how to use git blame, that is the easiest way, otherwise, here is a rough guide of **who to tag**.
|
||||||
Please tag fewer than 3 people.
|
Please tag fewer than 3 people.
|
||||||
|
|
||||||
albert, bert, XLM: @LysandreJik
|
Models:
|
||||||
GPT2: @LysandreJik, @patrickvonplaten
|
|
||||||
tokenizers: @mfuntowicz
|
- albert, bert, xlm: @LysandreJik
|
||||||
Trainer: @sgugger
|
- blenderbot, bart, marian, pegasus, encoderdecoder, t5: @patrickvonplaten, @patil-suraj
|
||||||
Benchmarks: @patrickvonplaten
|
- longformer, reformer, transfoxl, xlnet: @patrickvonplaten
|
||||||
Model Cards: @julien-c
|
- fsmt: @stas00
|
||||||
examples/distillation: @VictorSanh
|
- funnel: @sgugger
|
||||||
nlp datasets: [different repo](https://github.com/huggingface/nlp)
|
- gpt2: @patrickvonplaten, @LysandreJik
|
||||||
rust tokenizers: [different repo](https://github.com/huggingface/tokenizers)
|
- rag: @patrickvonplaten, @lhoestq
|
||||||
Text Generation: @patrickvonplaten, @TevenLeScao
|
- tensorflow: @jplu
|
||||||
Blenderbot, Bart, Marian, Pegasus: @patrickvonplaten
|
|
||||||
T5: @patrickvonplaten
|
Library:
|
||||||
Rag: @patrickvonplaten, @lhoestq
|
|
||||||
EncoderDecoder: @patrickvonplaten
|
- benchmarks: @patrickvonplaten
|
||||||
Longformer, Reformer: @patrickvonplaten
|
- deepspeed: @stas00
|
||||||
TransfoXL, XLNet: @TevenLeScao, @patrickvonplaten
|
- ray/raytune: @richardliaw, @amogkam
|
||||||
examples/seq2seq: @patil-suraj
|
- text generation: @patrickvonplaten
|
||||||
examples/bert-loses-patience: @JetRunner
|
- tokenizers: @n1t0, @LysandreJik
|
||||||
tensorflow: @jplu
|
- trainer: @sgugger
|
||||||
examples/token-classification: @stefan-it
|
- pipelines: @LysandreJik
|
||||||
documentation: @sgugger
|
|
||||||
FSMT: @stas00
|
Documentation: @sgugger
|
||||||
|
|
||||||
|
HF projects:
|
||||||
|
|
||||||
|
- nlp datasets: [different repo](https://github.com/huggingface/nlp)
|
||||||
|
- rust tokenizers: [different repo](https://github.com/huggingface/tokenizers)
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
|
||||||
|
- maintained examples (not research project or legacy): @sgugger, @patil-suraj
|
||||||
|
- research_projects/bert-loses-patience: @JetRunner
|
||||||
|
- research_projects/distillation: @VictorSanh
|
||||||
|
|
||||||
-->
|
-->
|
||||||
|
|||||||
Reference in New Issue
Block a user