feat: add onnx models
Browse files- config.json +6 -0
- emotion_classifier.onnx +3 -0
- emotion_classifier_int8.onnx +3 -0
config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "microsoft/xtremedistil-l6-h256-uncased",
|
| 3 |
+
"framework": "onnx",
|
| 4 |
+
"num_labels": 6,
|
| 5 |
+
"task": "text-classification"
|
| 6 |
+
}
|
emotion_classifier.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a337bf65956ebc8c5de4cadd90be3f6281518f78c0372781fb01f754c401d5f9
|
| 3 |
+
size 51106985
|
emotion_classifier_int8.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c4c491ce11161ee6a496391f2f3948d3e3a03890e08613de76b2556d632f0ecd
|
| 3 |
+
size 13003151
|