mirror of
https://github.com/huggingface/transformers.git
synced 2025-08-03 03:31:05 +06:00

* Refactor issues with yaml * Update .github/ISSUE_TEMPLATE/bug-report.yml Co-authored-by: Anton Lozhkov <aglozhkov@gmail.com> * Update .github/ISSUE_TEMPLATE/bug-report.yml Co-authored-by: Anton Lozhkov <aglozhkov@gmail.com> * Update .github/ISSUE_TEMPLATE/feature-request.yml Co-authored-by: Sanchit Gandhi <93869735+sanchit-gandhi@users.noreply.github.com> * Update .github/ISSUE_TEMPLATE/bug-report.yml Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> * Update .github/ISSUE_TEMPLATE/bug-report.yml Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> * Address review comments Co-authored-by: Anton Lozhkov <aglozhkov@gmail.com> Co-authored-by: Sanchit Gandhi <93869735+sanchit-gandhi@users.noreply.github.com> Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
32 lines
1.1 KiB
YAML
32 lines
1.1 KiB
YAML
name: "\U0001F31F New model addition"
|
|
description: Submit a proposal/request to implement a new model
|
|
labels: [ "New model" ]
|
|
|
|
body:
|
|
- type: textarea
|
|
id: description-request
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Model description
|
|
description: |
|
|
Put any and all important information relative to the model
|
|
|
|
- type: checkboxes
|
|
id: information-tasks
|
|
attributes:
|
|
label: Open source status
|
|
description: |
|
|
Please note that if the model implementation isn't available or if the weights aren't open-source, we are less likely to implement it in `transformers`.
|
|
options:
|
|
- label: "The model implementation is available"
|
|
- label: "The model weights are available"
|
|
|
|
- type: textarea
|
|
id: additional-info
|
|
attributes:
|
|
label: Provide useful links for the implementation
|
|
description: |
|
|
Please provide information regarding the implementation, the weights, and the authors.
|
|
Please mention the authors by @gh-username if you're aware of their usernames.
|