IsraelSonseca's picture
Training in progress, epoch 0
3843600
raw
history blame
1.51 kB
{
"_name_or_path": "MCG-NJU/videomae-base",
"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": "Diving-Side",
"1": "Golf-Swing-Back",
"2": "Golf-Swing-Front",
"3": "Golf-Swing-Side",
"4": "Kicking-Front",
"5": "Kicking-Side",
"6": "Lifting",
"7": "Riding-Horse",
"8": "Run-Side",
"9": "SkateBoarding-Front",
"10": "Swing-Bench",
"11": "Swing-SideAngle",
"12": "Walk-Front"
},
"image_size": 224,
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Diving-Side": 0,
"Golf-Swing-Back": 1,
"Golf-Swing-Front": 2,
"Golf-Swing-Side": 3,
"Kicking-Front": 4,
"Kicking-Side": 5,
"Lifting": 6,
"Riding-Horse": 7,
"Run-Side": 8,
"SkateBoarding-Front": 9,
"Swing-Bench": 10,
"Swing-SideAngle": 11,
"Walk-Front": 12
},
"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.29.2",
"tubelet_size": 2,
"use_mean_pooling": false
}