models / tvlt-base /config.json
Zineng Tang
Upload 2 files
00b4b42
raw
history blame
No virus
1 kB
{
"architectures": [
"TVLTForPreTraining"
],
"attention_probs_dropout_prob": 0.0,
"audio_mask_ratio": 0.15,
"audio_patch_size": [
16,
16
],
"audio_size": 2048,
"decoder_hidden_size": 512,
"decoder_intermediate_size": 2048,
"decoder_num_attention_heads": 8,
"decoder_num_hidden_layers": 8,
"feature_size": 128,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.0,
"hidden_size": 768,
"id2label": {
"0": "LABEL_0"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"LABEL_0": 0
},
"layer_norm_eps": 1e-12,
"model_type": "tvlt",
"norm_pix_loss": true,
"num_attention_heads": 12,
"num_audio_channels": 1,
"num_frames": 8,
"num_hidden_layers": 12,
"num_pixel_channels": 3,
"pixel_mask_ratio": 0.75,
"pixel_patch_size": 16,
"pixel_size": 224,
"qkv_bias": true,
"task_mae": true,
"task_matching": true,
"torch_dtype": "float32",
"transformers_version": "4.25.0.dev0",
"use_mean_pooling": false
}