huggingface--transformers
e06fe8e8c6
Secret Leaks / trufflehog (push) Failing after 1s
Build documentation / build (push) Failing after 1s
Build documentation / build_other_lang (push) Failing after 0s
CodeQL Security Analysis / CodeQL Analysis (push) Failing after 0s
PR CI / pr-ci (push) Failing after 1s
Slow tests on important models (on Push - A10) / Get all modified files (push) Failing after 1s
Slow tests on important models (on Push - A10) / Model CI (push) Has been skipped
Self-hosted runner (benchmark) / Benchmark (aws-g5-4xlarge-cache) (push) Has been cancelled
New model PR merged notification / Notify new model (push) Has been cancelled
Update Transformers metadata / build_and_package (push) Has been cancelled
32 行
1.1 KiB
YAML
32 行
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.
|