Commit 077ad693 authored by thomwolf's avatar thomwolf
Browse files

tweak issue templates wordings

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