Add more quantized onnx models for transformers.js
Browse files- onnx/model.onnx +2 -2
- onnx/model_bnb4.onnx +3 -0
- onnx/model_fp16.onnx +3 -0
- onnx/model_int8.onnx +3 -0
- onnx/model_q4.onnx +3 -0
- onnx/model_q4f16.onnx +3 -0
- onnx/model_quantized.onnx +2 -2
- onnx/model_uint8.onnx +3 -0
onnx/model.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dce8f5af8509fee39c453b78a66076ead5c97321ddcee0ddfa16f67dc8286384
|
3 |
+
size 344569044
|
onnx/model_bnb4.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a5e12ed3400c597d96a09d4a28db30e77a2f2f991214d3b3fbce82403a2b204
|
3 |
+
size 52617366
|
onnx/model_fp16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e9693884a06af5d9bef115f730e128deeb39c1850a3c43c21f3f49103d32a77f
|
3 |
+
size 172385122
|
onnx/model_int8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d25aa73fe1eec78459e35ff911e2af98f652ee919b48d9c54316c86d5ff435fa
|
3 |
+
size 88500985
|
onnx/model_q4.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a76b59a27ffa5426682841f916e27f801690627f9193bab1d35bd54b6e32cd61
|
3 |
+
size 57925254
|
onnx/model_q4f16.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8402aaf2e181980706e1e264727ca9c3b65cc96bd715d6969e75da4010f8b734
|
3 |
+
size 50302325
|
onnx/model_quantized.onnx
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:432763a6899ebc418c55f784b98f90565e5fc694c778d2ffcb0294b12f6a7404
|
3 |
+
size 88500985
|
onnx/model_uint8.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:432763a6899ebc418c55f784b98f90565e5fc694c778d2ffcb0294b12f6a7404
|
3 |
+
size 88500985
|