Upload 2 files
Browse files- config.json +27 -0
- model.onnx +3 -0
config.json
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"onnxForImageClassification"
|
4 |
+
],
|
5 |
+
"num_channels": 3,
|
6 |
+
"model_type": "onnx",
|
7 |
+
"downsample_in_first_stage": false,
|
8 |
+
"id2label": {
|
9 |
+
"0": "Anger",
|
10 |
+
"1": "Disgust",
|
11 |
+
"2": "Fear",
|
12 |
+
"3": "Happiness",
|
13 |
+
"4": "Neutral",
|
14 |
+
"5": "Sadness",
|
15 |
+
"6": "Surprise"
|
16 |
+
},
|
17 |
+
"label2id": {
|
18 |
+
"Anger": 0,
|
19 |
+
"Disgust": 1,
|
20 |
+
"Fear": 2,
|
21 |
+
"Happiness": 3,
|
22 |
+
"Neutral": 4,
|
23 |
+
"Sadness": 5,
|
24 |
+
"Surprise": 6
|
25 |
+
},
|
26 |
+
"transformers_version": "4.11.3.dev0"
|
27 |
+
}
|
model.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7a72bc0bf278a89c94c7f1290d3806df5960ef03bb28fb702edc75f0cce65f6
|
3 |
+
size 14772866
|