Upload ONNX models
Browse files- onnx/config.json +38 -0
- onnx/model-int8-quantized.onnx +3 -0
- onnx/model.onnx +3 -0
onnx/config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"original_model_name": "knowledgator/gliclass-small-v1.0-lw",
|
3 |
+
"architecture_type": "uni-encoder",
|
4 |
+
"original_logits": [
|
5 |
+
[
|
6 |
+
6.636919975280762,
|
7 |
+
11.245960235595703,
|
8 |
+
7.824349880218506,
|
9 |
+
9.322409629821777,
|
10 |
+
7.347080230712891,
|
11 |
+
5.799709796905518
|
12 |
+
],
|
13 |
+
[
|
14 |
+
9.04010009765625,
|
15 |
+
10.601309776306152,
|
16 |
+
8.018059730529785,
|
17 |
+
8.298999786376953,
|
18 |
+
7.156680107116699,
|
19 |
+
-2.22763991355896
|
20 |
+
],
|
21 |
+
[
|
22 |
+
6.170959949493408,
|
23 |
+
10.621709823608398,
|
24 |
+
10.750329971313477,
|
25 |
+
6.1143798828125,
|
26 |
+
-2.225719928741455,
|
27 |
+
-2.225719928741455
|
28 |
+
],
|
29 |
+
[
|
30 |
+
7.384459972381592,
|
31 |
+
8.676349639892578,
|
32 |
+
7.54118013381958,
|
33 |
+
-2.2190799713134766,
|
34 |
+
-2.2190799713134766,
|
35 |
+
-2.2190799713134766
|
36 |
+
]
|
37 |
+
]
|
38 |
+
}
|
onnx/model-int8-quantized.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2a8ba2472995bdd6544dc57388b588181238a09b38e581702b05905ae28a644b
|
3 |
+
size 174577960
|
onnx/model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b821d8a3f6d1d1f3e9d5c709085487fc80f3b4f2b104fd2bd840e6fb107060a1
|
3 |
+
size 576660539
|