phannhat's picture
Training in progress, epoch 0
d21ab25 verified
{
"_name_or_path": "./videomae-base-finetuned/checkpoint-last",
"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": "barbell_biceps_curl",
"1": "bench_press",
"2": "chest_fly_machine",
"3": "deadlift",
"4": "decline_bench_press",
"5": "hammer_curl",
"6": "hip_thrust",
"7": "incline_bench_press",
"8": "lat_pulldown",
"9": "lateral_raise",
"10": "leg_extension",
"11": "leg_raises",
"12": "plank",
"13": "pull_up",
"14": "push_up",
"15": "romanian_deadlift",
"16": "russian_twist",
"17": "shoulder_press",
"18": "squat",
"19": "t_bar_row",
"20": "tricep_dips",
"21": "tricep_pushdown"
},
"image_size": 224,
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"barbell_biceps_curl": 0,
"bench_press": 1,
"chest_fly_machine": 2,
"deadlift": 3,
"decline_bench_press": 4,
"hammer_curl": 5,
"hip_thrust": 6,
"incline_bench_press": 7,
"lat_pulldown": 8,
"lateral_raise": 9,
"leg_extension": 10,
"leg_raises": 11,
"plank": 12,
"pull_up": 13,
"push_up": 14,
"romanian_deadlift": 15,
"russian_twist": 16,
"shoulder_press": 17,
"squat": 18,
"t_bar_row": 19,
"tricep_dips": 20,
"tricep_pushdown": 21
},
"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,
"problem_type": "single_label_classification",
"qkv_bias": true,
"torch_dtype": "float32",
"transformers_version": "4.39.1",
"tubelet_size": 2,
"use_mean_pooling": true
}