File size: 2,833 Bytes
40d5f7e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
  "_name_or_path": "google/vit-base-patch16-224-in21k",
  "architectures": [
    "ViTForImageClassification"
  ],
  "attention_probs_dropout_prob": 0.0,
  "encoder_stride": 16,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.0,
  "hidden_size": 768,
  "id2label": {
    "0": "arms_akimbo",
    "1": "biting_nails",
    "10": "illustrative_body_language",
    "11": "minaret_gesture",
    "12": "moving_torso",
    "13": "playing_with_or_adjusting_hair",
    "14": "playing_with_or_manipulating_objects",
    "15": "pressing_lips",
    "16": "putting_arms_behind_body",
    "17": "rubbing_eyes",
    "18": "rubbing_or_holding_hands",
    "19": "scratching_back",
    "2": "buckle_button,_pulling_shirt_collar,_adjusting_tie",
    "20": "scratching_or_touching_arms",
    "21": "shaking_shoulders",
    "22": "sitting_upright",
    "23": "touching_ears",
    "24": "touching_hat",
    "25": "touching_jaw",
    "26": "touching_or_covering_suprasternal_notch",
    "27": "touching_or_scratching_facial_parts",
    "28": "touching_or_scratching_forehead",
    "29": "touching_or_scratching_head",
    "3": "bulging_face,_deep_breath",
    "30": "touching_or_scratching_neck",
    "31": "turtle_neck",
    "4": "covering_face",
    "5": "crossing_fingers",
    "6": "dustoffing_clothes",
    "7": "folding_arms",
    "8": "head_up",
    "9": "hold_back_arms"
  },
  "image_size": 224,
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "arms_akimbo": "0",
    "biting_nails": "1",
    "buckle_button,_pulling_shirt_collar,_adjusting_tie": "2",
    "bulging_face,_deep_breath": "3",
    "covering_face": "4",
    "crossing_fingers": "5",
    "dustoffing_clothes": "6",
    "folding_arms": "7",
    "head_up": "8",
    "hold_back_arms": "9",
    "illustrative_body_language": "10",
    "minaret_gesture": "11",
    "moving_torso": "12",
    "playing_with_or_adjusting_hair": "13",
    "playing_with_or_manipulating_objects": "14",
    "pressing_lips": "15",
    "putting_arms_behind_body": "16",
    "rubbing_eyes": "17",
    "rubbing_or_holding_hands": "18",
    "scratching_back": "19",
    "scratching_or_touching_arms": "20",
    "shaking_shoulders": "21",
    "sitting_upright": "22",
    "touching_ears": "23",
    "touching_hat": "24",
    "touching_jaw": "25",
    "touching_or_covering_suprasternal_notch": "26",
    "touching_or_scratching_facial_parts": "27",
    "touching_or_scratching_forehead": "28",
    "touching_or_scratching_head": "29",
    "touching_or_scratching_neck": "30",
    "turtle_neck": "31"
  },
  "layer_norm_eps": 1e-12,
  "model_type": "vit",
  "num_attention_heads": 12,
  "num_channels": 3,
  "num_hidden_layers": 12,
  "patch_size": 16,
  "problem_type": "single_label_classification",
  "qkv_bias": true,
  "torch_dtype": "float32",
  "transformers_version": "4.39.3"
}