Steve Chiou
Training in progress, epoch 0
8b778ba
raw
history blame
No virus
1.67 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": "Combine Parts",
"1": "Inspect Part",
"2": "Install Nut",
"3": "Install Part",
"4": "Nut Lifted from Surface",
"5": "Nut Placed on Surface",
"6": "Part Installed on Engine",
"7": "Part Lifted from Engine",
"8": "Part Lifted from Surface",
"9": "Part Placed on Surface",
"10": "Remove Nut",
"11": "Remove Part",
"12": "Separate Parts",
"13": "Spinning Nut"
},
"image_size": 224,
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Combine Parts": 0,
"Inspect Part": 1,
"Install Nut": 2,
"Install Part": 3,
"Nut Lifted from Surface": 4,
"Nut Placed on Surface": 5,
"Part Installed on Engine": 6,
"Part Lifted from Engine": 7,
"Part Lifted from Surface": 8,
"Part Placed on Surface": 9,
"Remove Nut": 10,
"Remove Part": 11,
"Separate Parts": 12,
"Spinning Nut": 13
},
"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.26.1",
"tubelet_size": 2,
"use_mean_pooling": false
}