Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
077ad693
Commit
077ad693
authored
Aug 05, 2019
by
thomwolf
Browse files
tweak issue templates wordings
parent
02d4087c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
6 deletions
+18
-6
.github/ISSUE_TEMPLATE/bug-report.md
.github/ISSUE_TEMPLATE/bug-report.md
+13
-1
.github/ISSUE_TEMPLATE/migration.md
.github/ISSUE_TEMPLATE/migration.md
+5
-5
No files found.
.github/ISSUE_TEMPLATE/bug-report.md
View file @
077ad693
...
@@ -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
...
...
.github/ISSUE_TEMPLATE/migration.md
View file @
077ad693
...
@@ -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. -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment