tweak issue templates wordings

This commit is contained in:
thomwolf 2019-08-05 16:46:29 +02:00
parent 02d4087cb8
commit 077ad693e9
2 changed files with 18 additions and 6 deletions

View File

@ -5,7 +5,19 @@ about: Submit a bug report to help us improve PyTorch Transformers
## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
<!-- Important information -->
Model I am using (Bert, XLNet....):
Language I am using the model on (English, Chinese....):
The problem arise when using:
* [ ] the official example scripts: (give details)
* [ ] my own modified scripts: (give details)
The tasks I am working on is:
* [ ] an official GLUE/SQUaD task: (give the name)
* [ ] my own task or dataset: (give details)
## To Reproduce

View File

@ -5,20 +5,20 @@ about: Report a problem when migrating from PyTorch-pretrained-Bert to PyTorch-T
## 📚 Migration
<!-- Give at least the following information -->
<!-- Important information -->
Model I am using (Bert, XLNet....):
Language I am using the model on (English, Chinese....):
The problem arise when using:
* [ ] the official example scripts
* [ ] my own modified scripts
* [ ] the official example scripts: (give details)
* [ ] my own modified scripts: (give details)
The tasks I am working on is:
* [ ] an official GLUE/SQUaD task: (give the name)
* [ ] my own task or dataset: (give details)
Language I am using the model on (English, Chinese....):
Details of the issue:
<!-- A clear and concise description of the migration issue. If you have code snippets, please provide it here as well. -->