mitegvg's picture
Training in progress, epoch 0
b178579 verified
{
"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
}