New model addition issue template
This commit is contained in:
23
.github/ISSUE_TEMPLATE/--new-model-addition.md
vendored
Normal file
23
.github/ISSUE_TEMPLATE/--new-model-addition.md
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
name: "\U0001F31FNew model addition"
|
||||||
|
about: Submit a proposal/request to implement a new Transformer-based model
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# 🌟New model addition
|
||||||
|
|
||||||
|
## Model description
|
||||||
|
|
||||||
|
<!-- Important information -->
|
||||||
|
|
||||||
|
## Open Source status
|
||||||
|
|
||||||
|
* [ ] the model implementation is available: (give details)
|
||||||
|
* [ ] the model weights are available: (give details)
|
||||||
|
|
||||||
|
## Additional context
|
||||||
|
|
||||||
|
<!-- Add any other context about the problem here. -->
|
||||||
4
.github/ISSUE_TEMPLATE/bug-report.md
vendored
4
.github/ISSUE_TEMPLATE/bug-report.md
vendored
@@ -1,6 +1,10 @@
|
|||||||
---
|
---
|
||||||
name: "\U0001F41B Bug Report"
|
name: "\U0001F41B Bug Report"
|
||||||
about: Submit a bug report to help us improve PyTorch Transformers
|
about: Submit a bug report to help us improve PyTorch Transformers
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🐛 Bug
|
## 🐛 Bug
|
||||||
|
|||||||
4
.github/ISSUE_TEMPLATE/feature-request.md
vendored
4
.github/ISSUE_TEMPLATE/feature-request.md
vendored
@@ -1,6 +1,10 @@
|
|||||||
---
|
---
|
||||||
name: "\U0001F680 Feature Request"
|
name: "\U0001F680 Feature Request"
|
||||||
about: Submit a proposal/request for a new PyTorch Transformers feature
|
about: Submit a proposal/request for a new PyTorch Transformers feature
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 🚀 Feature
|
## 🚀 Feature
|
||||||
|
|||||||
4
.github/ISSUE_TEMPLATE/migration.md
vendored
4
.github/ISSUE_TEMPLATE/migration.md
vendored
@@ -1,6 +1,10 @@
|
|||||||
---
|
---
|
||||||
name: "\U0001F4DA Migration from PyTorch-pretrained-Bert"
|
name: "\U0001F4DA Migration from PyTorch-pretrained-Bert"
|
||||||
about: Report a problem when migrating from PyTorch-pretrained-Bert to Transformers
|
about: Report a problem when migrating from PyTorch-pretrained-Bert to Transformers
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 📚 Migration
|
## 📚 Migration
|
||||||
|
|||||||
4
.github/ISSUE_TEMPLATE/question-help.md
vendored
4
.github/ISSUE_TEMPLATE/question-help.md
vendored
@@ -1,6 +1,10 @@
|
|||||||
---
|
---
|
||||||
name: "❓Questions & Help"
|
name: "❓Questions & Help"
|
||||||
about: Start a general discussion related to PyTorch Transformers
|
about: Start a general discussion related to PyTorch Transformers
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## ❓ Questions & Help
|
## ❓ Questions & Help
|
||||||
|
|||||||
Reference in New Issue
Block a user