-
Notifications
You must be signed in to change notification settings - Fork 870
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
334 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[Bug] Title goes here." | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
*A clear and concise description of what the bug is.* | ||
|
||
<!-- ANSWER GOES HERE --> | ||
|
||
|
||
**How to reproduce** | ||
*Steps or a minimal working example to reproduce the behavior* | ||
|
||
<!-- ANSWER GOES HERE --> | ||
|
||
|
||
**Expected behavior** | ||
*A clear and concise description of what you expected to happen.* | ||
|
||
<!-- ANSWER GOES HERE --> | ||
|
||
**Logs/screenshots** | ||
*If applicable, add logs/screenshots to help explain your problem.* | ||
|
||
**Environment** | ||
- Transformers.js version: | ||
- Browser (if applicable): | ||
- Operating system (if applicable): | ||
- Other: | ||
|
||
|
||
**Additional context** | ||
*Add any other context about the problem here.* | ||
|
||
<!-- ANSWER GOES HERE --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest a new feature (e.g., model, pipeline, task) for this project | ||
title: "[Feature request] Title goes here." | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Name of the feature** | ||
*In general, the feature you want added should be supported by HuggingFace's [transformers](https://github.com/huggingface/transformers) library:* | ||
- *If requesting a **model**, it must be listed [here](https://huggingface.co/docs/transformers/index#supported-models).* | ||
- *If requesting a **pipeline**, it must be listed [here](https://huggingface.co/docs/transformers/main_classes/pipelines).* | ||
- *If requesting a **task**, it must be listed [here](https://huggingface.co/tasks).* | ||
|
||
<!-- ANSWER GOES HERE --> | ||
|
||
|
||
**Reason for request** | ||
*Why is it important that we add this feature? What is your intended use case? Remember, we are more likely to add support for models/pipelines/tasks that are popular (e.g., many downloads), or contain functionality that does not exist (e.g., new input type).* | ||
|
||
<!-- ANSWER GOES HERE --> | ||
|
||
|
||
**Additional context** | ||
*Add any other context or screenshots about the feature request here.* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
name: Ask a question | ||
about: Ask a question about the library | ||
title: "[Question] Title goes here." | ||
labels: question | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- QUESTION GOES HERE --> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.