From 239bd61b998fbfd0d1c3a85a053eb91f75e563f4 Mon Sep 17 00:00:00 2001 From: Lysandre Debut Date: Fri, 8 Oct 2021 14:41:51 -0400 Subject: [PATCH] Update bug-report.md (#13934) * Update bug-report.md * Update .github/ISSUE_TEMPLATE/bug-report.md Co-authored-by: Suraj Patil * Update .github/ISSUE_TEMPLATE/bug-report.md Co-authored-by: Suraj Patil * Update .github/ISSUE_TEMPLATE/bug-report.md Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/bug-report.md Co-authored-by: Anton Lozhkov Co-authored-by: Suraj Patil Co-authored-by: NielsRogge <48327001+NielsRogge@users.noreply.github.com> Co-authored-by: Anton Lozhkov --- .github/ISSUE_TEMPLATE/bug-report.md | 43 +++++++++++++++++----------- 1 file changed, 27 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 279140cfdc..52d572a712 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -27,30 +27,38 @@ assignees: '' Models: -- albert, bert, xlm: @LysandreJik -- blenderbot, bart, marian, pegasus, encoderdecoder, t5: @patrickvonplaten, @patil-suraj -- longformer, reformer, transfoxl, xlnet: @patrickvonplaten -- fsmt: @stas00 -- funnel: @sgugger -- gpt2: @patrickvonplaten, @LysandreJik -- rag: @patrickvonplaten, @lhoestq -- tensorflow: @Rocketknight1 +- ALBERT, BERT, XLM, DeBERTa, DeBERTa-v2, ELECTRA, MobileBert, SqueezeBert: @LysandreJik +- encoder-decoder models (For example, BlenderBot, BART, Marian, Pegasus, T5, ByT5): @patrickvonplaten, @patil-suraj +- Longformer, Reformer, TransfoXL, XLNet, FNet: @patrickvonplaten +- FSMT: @stas00 +- Funnel: @sgugger +- GPT-2, GPT: @patrickvonplaten, @LysandreJik +- RAG, DPR: @patrickvonplaten, @lhoestq +- TensorFlow: @Rocketknight1 +- JAX/Flax: @patil-suraj @patrickvonplaten +- TAPAS, LayoutLM, LayoutLMv2, LUKE, ViT, BEiT, DEiT, DETR, CANINE: @NielsRogge +- GPT-Neo, GPT-J, CLIP: @patil-suraj +- Wav2Vec2, HuBERT, SpeechEncoderDecoder: @patrickvonplaten, @anton-l + +If the model isn't in the list, ping @LysandreJik who will redirect you to the correct contributor. Library: -- benchmarks: @patrickvonplaten -- deepspeed: @stas00 -- ray/raytune: @richardliaw, @amogkam -- text generation: @patrickvonplaten -- tokenizers: @LysandreJik -- trainer: @sgugger -- pipelines: @LysandreJik +- Benchmarks: @patrickvonplaten +- Deepspeed: @stas00 +- Ray/raytune: @richardliaw, @amogkam +- Text generation: @patrickvonplaten +- Tokenizers: @LysandreJik +- Trainer: @sgugger +- Pipelines: @Narsil +- Speech: @patrickvonplaten, @anton-l +- Vision: @NielsRogge, @sgugger Documentation: @sgugger Model hub: -- for issues with a model report at https://discuss.huggingface.co/ and tag the model's creator. +- for issues with a model, report at https://discuss.huggingface.co/ and tag the model's creator. HF projects: @@ -60,6 +68,9 @@ HF projects: Examples: - maintained examples (not research project or legacy): @sgugger, @patil-suraj + +For research projetcs, please ping the contributor directly. For example, on the following projects: + - research_projects/bert-loses-patience: @JetRunner - research_projects/distillation: @VictorSanh