SEARO1 commited on
Commit
5d39eb7
·
verified ·
1 Parent(s): 747ecdb

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -0
config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "swin",
3
+ "image_size": 224,
4
+ "num_labels": 7,
5
+ "id2label": {"0": "angry", "1": "disgust", "2": "fear", "3": "happy", "4": "neutral", "5": "sad", "6": "surprise"}
6
+ }