TornikeO commited on
Commit
15c21cf
·
verified ·
1 Parent(s): 383ca83

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +34 -34
config.json CHANGED
@@ -8,40 +8,40 @@
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
- "id2label": [
12
- "arms_akimbo",
13
- "biting_nails",
14
- "buckle_button,_pulling_shirt_collar,_adjusting_tie",
15
- "bulging_face,_deep_breath",
16
- "covering_face",
17
- "crossing_fingers",
18
- "dustoffing_clothes",
19
- "folding_arms",
20
- "head_up",
21
- "hold_back_arms",
22
- "illustrative_body_language",
23
- "minaret_gesture",
24
- "moving_torso",
25
- "playing_with_or_adjusting_hair",
26
- "playing_with_or_manipulating_objects",
27
- "pressing_lips",
28
- "putting_arms_behind_body",
29
- "rubbing_eyes",
30
- "rubbing_or_holding_hands",
31
- "scratching_back",
32
- "scratching_or_touching_arms",
33
- "shaking_shoulders",
34
- "sitting_upright",
35
- "touching_ears",
36
- "touching_hat",
37
- "touching_jaw",
38
- "touching_or_covering_suprasternal_notch",
39
- "touching_or_scratching_facial_parts",
40
- "touching_or_scratching_forehead",
41
- "touching_or_scratching_head",
42
- "touching_or_scratching_neck",
43
- "turtle_neck"
44
- ],
45
  "image_size": 224,
46
  "initializer_range": 0.02,
47
  "intermediate_size": 3072,
 
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.0,
10
  "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "arms_akimbo",
13
+ "1": "biting_nails",
14
+ "2": "buckle_button,_pulling_shirt_collar,_adjusting_tie",
15
+ "3": "bulging_face,_deep_breath",
16
+ "4": "covering_face",
17
+ "5": "crossing_fingers",
18
+ "6": "dustoffing_clothes",
19
+ "7": "folding_arms",
20
+ "8": "head_up",
21
+ "9": "hold_back_arms",
22
+ "10": "illustrative_body_language",
23
+ "11": "minaret_gesture",
24
+ "12": "moving_torso",
25
+ "13": "playing_with_or_adjusting_hair",
26
+ "14": "playing_with_or_manipulating_objects",
27
+ "15": "pressing_lips",
28
+ "16": "putting_arms_behind_body",
29
+ "17": "rubbing_eyes",
30
+ "18": "rubbing_or_holding_hands",
31
+ "19": "scratching_back",
32
+ "20": "scratching_or_touching_arms",
33
+ "21": "shaking_shoulders",
34
+ "22": "sitting_upright",
35
+ "23": "touching_ears",
36
+ "24": "touching_hat",
37
+ "25": "touching_jaw",
38
+ "26": "touching_or_covering_suprasternal_notch",
39
+ "27": "touching_or_scratching_facial_parts",
40
+ "28": "touching_or_scratching_forehead",
41
+ "29": "touching_or_scratching_head",
42
+ "30": "touching_or_scratching_neck",
43
+ "31": "turtle_neck"
44
+ },
45
  "image_size": 224,
46
  "initializer_range": 0.02,
47
  "intermediate_size": 3072,