Rajaram Sivaramakrishnan
commited on
Commit
·
e3093af
1
Parent(s):
be2a634
Update README.md
Browse files
README.md
CHANGED
@@ -1,21 +1,23 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
|
|
|
|
7 |
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
|
20 |
# FacialEmoRecog
|
21 |
|
|
|
1 |
---
|
2 |
+
inference: true
|
3 |
+
pipeline_tag: audio-classification
|
4 |
+
tags:
|
5 |
+
- image-classification
|
6 |
+
- pytorch
|
7 |
+
metrics:
|
8 |
+
- accuracy
|
9 |
|
10 |
+
model-index:
|
11 |
+
- name: FacialEmoRecog
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Emotion recognition as Image Classification
|
15 |
+
type: image-classification
|
16 |
+
metrics:
|
17 |
+
- name: Accuracy
|
18 |
+
type: accuracy
|
19 |
+
value: 0.9189583659172058
|
20 |
+
---
|
21 |
|
22 |
# FacialEmoRecog
|
23 |
|