File size: 1,315 Bytes
390236c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | {
"architectures": [
"VideoPrismClipModel"
],
"dtype": "float32",
"model_type": "videoprism",
"text_config": {
"apply_l2norm": true,
"attention_probs_dropout_prob": 0.0,
"attn_logit_softcapping": 50.0,
"bos_token_id": null,
"eos_token_id": null,
"hidden_act": "relu",
"hidden_dropout_prob": 0.0,
"hidden_size": 32,
"initializer_range": 0.02,
"intermediate_size": 37,
"layer_norm_eps": 1e-06,
"max_position_embeddings": 200,
"model_type": "videoprism_text_model",
"num_attention_heads": 4,
"num_hidden_layers": 2,
"pad_token_id": 0,
"qkv_bias": true,
"vocab_size": 32101
},
"transformers_version": "5.16.0.dev0",
"vision_config": {
"apply_l2norm": true,
"attention_probs_dropout_prob": 0.0,
"attn_logit_softcapping": 50.0,
"hidden_act": "gelu_python",
"hidden_dropout_prob": 0.0,
"hidden_size": 32,
"image_size": 8,
"initializer_range": 0.02,
"intermediate_size": 64,
"layer_norm_eps": 1e-06,
"model_type": "videoprism_vision_model",
"num_attention_heads": 4,
"num_auxiliary_layers": 2,
"num_channels": 3,
"num_frames": 3,
"num_spatial_layers": 3,
"num_temporal_layers": 2,
"qkv_bias": true,
"tubelet_size": [
1,
4,
4
]
}
}
|