Rajaram Sivaramakrishnan commited on
Commit
f322203
·
1 Parent(s): db6e4dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -12
README.md CHANGED
@@ -1,24 +1,23 @@
1
  ---
2
- language: en
3
- inference: true
4
- pipeline_tag: image_classification
5
  tags:
6
  - image-classification
7
  - pytorch
 
8
  metrics:
9
  - accuracy
10
 
11
  model-index:
12
  - name: FacialEmoRecog
13
- results:
14
- - task:
15
- name: Emotion recognition as Image Classification
16
- type: image-classification
17
- metrics:
18
- - name: Accuracy
19
- type: accuracy
20
- value: 0.9189583659172058
21
- ---
22
 
23
  # FacialEmoRecog
24
  Create your own image classifier for **anything** by running this repo
 
1
  ---
2
+
 
 
3
  tags:
4
  - image-classification
5
  - pytorch
6
+
7
  metrics:
8
  - accuracy
9
 
10
  model-index:
11
  - name: FacialEmoRecog
12
+ results:
13
+ - task:
14
+ name: Image Classification
15
+ type: image-classification
16
+ - metrics:
17
+ name: Accuracy
18
+ type: accuracy
19
+ value: 0.9189583659172058
20
+ ---
21
 
22
  # FacialEmoRecog
23
  Create your own image classifier for **anything** by running this repo