SEARO1 commited on
Commit
b5084fd
·
verified ·
1 Parent(s): 67f28f0

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +20 -0
config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "swin-transformer",
3
+ "architecture": "CustomSwinTransformer",
4
+ "num_classes": 7,
5
+ "emotions": [
6
+ "Angry",
7
+ "Disgust",
8
+ "Fear",
9
+ "Happy",
10
+ "Neutral",
11
+ "Sad",
12
+ "Surprise"
13
+ ],
14
+ "input_size": [
15
+ 224,
16
+ 224
17
+ ],
18
+ "framework": "pytorch",
19
+ "license": "mit"
20
+ }