chidamnat2002
commited on
Upload 10 files
Browse filesv3 updates with finetuned data
- onnx/model.onnx +2 -2
- onnx/model_fp16.onnx +2 -2
- onnx/model_q4.onnx +2 -2
- onnx/model_quantized.onnx +2 -2
- quantize_config.json +1 -1
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:f8e02192f133ac76deac96c3ab688d97a6b192b81024b6126443be17b2542744
|
3 |
+
size 99229763
|
onnx/model_fp16.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:970ed2464c87480e8564bf9df25abefef53f62b53a625093766395efe2df28f2
|
3 |
+
size 50057815
|
onnx/model_q4.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:d556274c5a8b25ebe449d3a0774af4ea8b63f6b190bb0b04232b6bc31f966bce
|
3 |
+
size 30936851
|
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:e31436931274a64f689b1476bfd5e4f892169e073c2c34b27cf6cf98fd80f996
|
3 |
+
size 26952505
|
quantize_config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"modes": [
|
3 |
-
"
|
4 |
],
|
5 |
"per_channel": true,
|
6 |
"reduce_range": true,
|
|
|
1 |
{
|
2 |
"modes": [
|
3 |
+
"q4"
|
4 |
],
|
5 |
"per_channel": true,
|
6 |
"reduce_range": true,
|