felixwf commited on
Commit
531eeff
·
verified ·
1 Parent(s): 1309526

Upload ViTForImageClassification

Browse files
Files changed (2) hide show
  1. config.json +12 -19
  2. model.safetensors +2 -2
config.json CHANGED
@@ -9,30 +9,23 @@
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "sad",
13
- "1": "disgust",
14
- "2": "angry",
15
- "3": "neutral",
16
- "4": "fear",
17
- "5": "surprise",
18
- "6": "happy"
19
  },
20
  "image_size": 224,
21
  "initializer_range": 0.02,
22
  "intermediate_size": 3072,
23
  "label2id": {
24
- "angry": 2,
25
- "disgust": 1,
26
- "fear": 4,
27
- "frowning": 7,
28
- "happy": 6,
29
- "kiss": 8,
30
- "neutral": 3,
31
- "openmouth": 9,
32
- "raisedbrows": 10,
33
- "sad": 0,
34
- "smile": 11,
35
- "surprise": 5
36
  },
37
  "layer_norm_eps": 1e-12,
38
  "model_type": "vit",
 
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
  "id2label": {
12
+ "0": "frowning",
13
+ "1": "kiss",
14
+ "2": "neutral",
15
+ "3": "openmouth",
16
+ "4": "raisedbrows",
17
+ "5": "smile"
 
18
  },
19
  "image_size": 224,
20
  "initializer_range": 0.02,
21
  "intermediate_size": 3072,
22
  "label2id": {
23
+ "frowning": 0,
24
+ "kiss": 1,
25
+ "neutral": 2,
26
+ "openmouth": 3,
27
+ "raisedbrows": 4,
28
+ "smile": 5
 
 
 
 
 
 
29
  },
30
  "layer_norm_eps": 1e-12,
31
  "model_type": "vit",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c3ea033cea51addaa9fdae55bbdf1142a7ae4f37ca2842fcfea7ca36dcaa05bd
3
- size 343239356
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce2c6a350d1bab595f765d5af55abde3b9cd74310bf9b48d68c48381349ff51a
3
+ size 343236280