Unverified Commit 31a5486e authored by Sam Shleifer's avatar Sam Shleifer Committed by GitHub
Browse files

github issue template suggests who to tag (#5790)


Co-authored-by: default avatarJulien Chaumond <chaumond@gmail.com>
Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
Co-authored-by: default avatarLysandre Debut <lysandre@huggingface.co>
Co-authored-by: default avatarTeven <teven.lescao@gmail.com>
parent f0c70085
...@@ -7,14 +7,51 @@ assignees: '' ...@@ -7,14 +7,51 @@ assignees: ''
--- ---
# 🐛 Bug
## Environment info
<!-- You can run the command `transformers-cli env` and copy-and-paste its output below.
Don't forget to fill out the missing fields in that output! -->
- `transformers` version:
- Platform:
- Python version:
- PyTorch version (GPU?):
- Tensorflow version (GPU?):
- Using GPU in script?:
- Using distributed or parallel set-up in script?:
### Who can help
<!-- Your issue will be replied to more quickly if you can figure out the right person to tag with @
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.
albert, bert, GPT2, XLM: @LysandreJik
tokenizers: @mfuntowicz
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: @TevenLeScao
blenderbot: @mariamabarham
Bart: @sshleifer
Marian: @sshleifer
T5: @patrickvonplaten
Longformer/Reformer: @patrickvonplaten
TransfoXL/XLNet: @TevenLeScao
examples/seq2seq: @sshleifer
tensorflow: @jplu
documentation: @sgugger
-->
## Information ## Information
Model I am using (Bert, XLNet ...): Model I am using (Bert, XLNet ...):
Language I am using the model on (English, Chinese ...):
The problem arises when using: The problem arises when using:
* [ ] the official example scripts: (give details below) * [ ] the official example scripts: (give details below)
* [ ] my own modified scripts: (give details below) * [ ] my own modified scripts: (give details below)
...@@ -38,15 +75,3 @@ Steps to reproduce the behavior: ...@@ -38,15 +75,3 @@ Steps to reproduce the behavior:
## Expected behavior ## Expected behavior
<!-- A clear and concise description of what you would expect to happen. --> <!-- A clear and concise description of what you would expect to happen. -->
## Environment info
<!-- You can run the command `transformers-cli env` and copy-and-paste its output below.
Don't forget to fill out the missing fields in that output! -->
- `transformers` version:
- Platform:
- Python version:
- PyTorch version (GPU?):
- Tensorflow version (GPU?):
- Using GPU in script?:
- Using distributed or parallel set-up in script?:
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment