diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index 754089eaa2..b9515d6900 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -7,14 +7,51 @@ assignees: '' --- -# 🐛 Bug + +## Environment info + + +- `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 + ## Information Model I am using (Bert, XLNet ...): -Language I am using the model on (English, Chinese ...): - The problem arises when using: * [ ] the official example scripts: (give details below) * [ ] my own modified scripts: (give details below) @@ -38,15 +75,3 @@ Steps to reproduce the behavior: ## Expected behavior - -## Environment info - - -- `transformers` version: -- Platform: -- Python version: -- PyTorch version (GPU?): -- Tensorflow version (GPU?): -- Using GPU in script?: -- Using distributed or parallel set-up in script?: