File size: 2,074 Bytes
b178579
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
94
{
  "architectures": [
    "VideoMAEForVideoClassification"
  ],
  "attention_probs_dropout_prob": 0.0,
  "decoder_hidden_size": 384,
  "decoder_intermediate_size": 1536,
  "decoder_num_attention_heads": 6,
  "decoder_num_hidden_layers": 4,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.0,
  "hidden_size": 768,
  "id2label": {
    "0": "archery",
    "1": "baseball",
    "2": "basketball",
    "3": "bmx",
    "4": "bowling",
    "5": "boxing",
    "6": "cheerleading",
    "7": "discusthrow",
    "8": "diving",
    "9": "football",
    "10": "golf",
    "11": "gymnastics",
    "12": "hammerthrow",
    "13": "highjump",
    "14": "hockey",
    "15": "hurdling",
    "16": "javelin",
    "17": "longjump",
    "18": "polevault",
    "19": "rowing",
    "20": "running",
    "21": "shotput",
    "22": "skating",
    "23": "skiing",
    "24": "soccer",
    "25": "swimming",
    "26": "tennis",
    "27": "volleyball",
    "28": "weight",
    "29": "wrestling"
  },
  "image_size": 224,
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "archery": 0,
    "baseball": 1,
    "basketball": 2,
    "bmx": 3,
    "bowling": 4,
    "boxing": 5,
    "cheerleading": 6,
    "discusthrow": 7,
    "diving": 8,
    "football": 9,
    "golf": 10,
    "gymnastics": 11,
    "hammerthrow": 12,
    "highjump": 13,
    "hockey": 14,
    "hurdling": 15,
    "javelin": 16,
    "longjump": 17,
    "polevault": 18,
    "rowing": 19,
    "running": 20,
    "shotput": 21,
    "skating": 22,
    "skiing": 23,
    "soccer": 24,
    "swimming": 25,
    "tennis": 26,
    "volleyball": 27,
    "weight": 28,
    "wrestling": 29
  },
  "layer_norm_eps": 1e-12,
  "model_type": "videomae",
  "norm_pix_loss": true,
  "num_attention_heads": 12,
  "num_channels": 3,
  "num_frames": 16,
  "num_hidden_layers": 12,
  "patch_size": 16,
  "qkv_bias": true,
  "torch_dtype": "float32",
  "transformers_version": "4.51.3",
  "tubelet_size": 2,
  "use_mean_pooling": true
}