Skip to content

Commit

Permalink
Merge branch 'main' into pr/35
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Mar 21, 2023
2 parents 7fa458e + 6c9ea41 commit cd6aafe
Show file tree
Hide file tree
Showing 12 changed files with 334 additions and 86 deletions.
40 changes: 40 additions & 0 deletions .github/ISSUE_TEMPLATE/1_bug-report.md
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 -->
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/2_feature-request.md
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.*
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/3_question.md
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 -->
132 changes: 97 additions & 35 deletions dist/transformers.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/transformers.js.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dist/transformers.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/transformers.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xenova/transformers",
"version": "1.3.0",
"version": "1.3.1",
"description": "Run 🤗 Transformers in your browser! We currently support BERT, ALBERT, DistilBERT, T5, T5v1.1, FLAN-T5, GPT2, BART, CodeGen, Whisper, CLIP, Vision Transformer, and VisionEncoderDecoder models, for a variety of tasks including: masked language modelling, text classification, text-to-text generation, translation, summarization, question answering, text generation, automatic speech recognition, image classification, zero-shot image classification, and image-to-text.",
"main": "./src/transformers.js",
"directories": {
Expand Down
Loading

0 comments on commit cd6aafe

Please sign in to comment.