Skip to content

Commit ad3676f

Browse files
committed
Update package.json
1 parent 76c6377 commit ad3676f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@xenova/transformers",
3-
"version": "1.5.0.dev",
4-
"description": "Run 🤗 Transformers in your browser! We currently support BERT, ALBERT, DistilBERT, MobileBERT, SqueezeBERT, T5, T5v1.1, FLAN-T5, mT5, BART, MarianMT, GPT2, GPT Neo, CodeGen, Whisper, CLIP, Vision Transformer, VisionEncoderDecoder, and DETR models, for a variety of tasks including: masked language modelling, text classification, token classification, zero-shot classification, text-to-text generation, translation, summarization, question answering, text generation, automatic speech recognition, image classification, zero-shot image classification, image-to-text, image segmentation, and object detection.",
3+
"version": "2.0.0-alpha.0",
4+
"description": "State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server!",
55
"main": "./src/transformers.js",
66
"types": "./types/transformers.d.ts",
77
"type": "module",
@@ -55,7 +55,6 @@
5555
"src",
5656
"dist",
5757
"types",
58-
"tests",
5958
"README.md",
6059
"LICENSE"
6160
],

0 commit comments

Comments
 (0)