Add/update the quantized ONNX model files and README.md for Transformers.js v3
#5
by
whitphx
HF Staff
- opened
- README.md +0 -1
- onnx/model_bnb4.onnx +3 -0
- onnx/model_q4.onnx +3 -0
- onnx/model_q4f16.onnx +3 -0
- onnx/model_uint8.onnx +3 -0
README.md
CHANGED
|
@@ -42,5 +42,4 @@ console.log(output.tolist());
|
|
| 42 |
// ]
|
| 43 |
```
|
| 44 |
|
| 45 |
-
|
| 46 |
Note: Having a separate repo for ONNX weights is intended to be a temporary solution until WebML gains more traction. If you would like to make your models web-ready, we recommend converting to ONNX using [π€ Optimum](https://huggingface.co/docs/optimum/index) and structuring your repo like this one (with ONNX weights located in a subfolder named `onnx`).
|
|
|
|
| 42 |
// ]
|
| 43 |
```
|
| 44 |
|
|
|
|
| 45 |
Note: Having a separate repo for ONNX weights is intended to be a temporary solution until WebML gains more traction. If you would like to make your models web-ready, we recommend converting to ONNX using [π€ Optimum](https://huggingface.co/docs/optimum/index) and structuring your repo like this one (with ONNX weights located in a subfolder named `onnx`).
|
onnx/model_bnb4.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:106c4807d85ceaf3590d9da9c07b3a22ded29bcc0d47333da0b1b741410eb128
|
| 3 |
+
size 53915448
|
onnx/model_q4.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac0f989345605769651a18bb796fda6235d921a37bd4ac065cb51781da44d079
|
| 3 |
+
size 54578772
|
onnx/model_q4f16.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb08a666c46109637e0b6cb04f6052a68efd59bb0252d4e0438d28fb6b2d853d
|
| 3 |
+
size 30018257
|
onnx/model_uint8.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:57097fb267dcffb2a9f12fba945201c76ae99b7640ed1c6389cc9e0341c71ee6
|
| 3 |
+
size 22845806
|