taufiqdp commited on
Commit
705e75a
·
verified ·
1 Parent(s): 3f375ce
Files changed (4) hide show
  1. README.md +8 -0
  2. config.json +48 -0
  3. model.safetensors +3 -0
  4. pytorch_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - image-classification
4
+ - timm
5
+ library_name: timm
6
+ license: apache-2.0
7
+ ---
8
+ # Model card for mobilenetv4_conv_medium.e500_r256_in1k-emotion
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "mobilenetv4_conv_medium",
3
+ "num_classes": 5,
4
+ "num_features": 960,
5
+ "label_names": [
6
+ "Happy",
7
+ "Sad",
8
+ "Angry",
9
+ "Surprise",
10
+ "Neutral"
11
+ ],
12
+ "pretrained_cfg": {
13
+ "tag": "e500_r256_in1k",
14
+ "custom_load": false,
15
+ "input_size": [
16
+ 3,
17
+ 256,
18
+ 256
19
+ ],
20
+ "test_input_size": [
21
+ 3,
22
+ 320,
23
+ 320
24
+ ],
25
+ "fixed_input_size": false,
26
+ "interpolation": "bicubic",
27
+ "crop_pct": 0.95,
28
+ "test_crop_pct": 1.0,
29
+ "crop_mode": "center",
30
+ "mean": [
31
+ 0.485,
32
+ 0.456,
33
+ 0.406
34
+ ],
35
+ "std": [
36
+ 0.229,
37
+ 0.224,
38
+ 0.225
39
+ ],
40
+ "num_classes": 1000,
41
+ "pool_size": [
42
+ 8,
43
+ 8
44
+ ],
45
+ "first_conv": "conv_stem",
46
+ "classifier": "classifier"
47
+ }
48
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d69209c973329bbe94e7978e4b8960cf08999a5a59bbcecf0c14a9a06cc91a0
3
+ size 34080796
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c6793b84f0dc2e6613c9cf3801a825af9b2b322abc3f4297a309bca46020ad9
3
+ size 34208842