41 lines
1.7 KiB
YAML
41 lines
1.7 KiB
YAML
name: "🌟 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: |
|
|
Include important information about the model.
|
|
|
|
- type: checkboxes
|
|
id: information-tasks
|
|
attributes:
|
|
label: Prerequisites
|
|
description: |
|
|
Please note that Transformers.js relies on the model first being supported in [🤗 Transformers](https://github.com/huggingface/transformers) and [🤗 Optimum](https://github.com/huggingface/optimum). If the model you are requesting is not yet supported by either of them, feel free to open up a model request there too.
|
|
options:
|
|
- label: "The model is supported in Transformers (i.e., listed [here](https://huggingface.co/docs/transformers/index#supported-models-and-frameworks))"
|
|
- label: "The model can be exported to ONNX with Optimum (i.e., listed [here](https://huggingface.co/docs/optimum/main/en/exporters/onnx/overview))"
|
|
|
|
- type: textarea
|
|
id: additional-info
|
|
attributes:
|
|
label: Additional information
|
|
description: |
|
|
Please provide additional information about the model here.
|
|
If the model is already supported in Transformers, you can provide example Python code to help ensure the JavaScript implementation (and output) matches the original version.
|
|
|
|
- type: textarea
|
|
id: contribution
|
|
validations:
|
|
required: true
|
|
attributes:
|
|
label: Your contribution
|
|
description: |
|
|
Is there any way that you could help, e.g. by submitting a PR?
|