mixvideo-v2/cargos/tvai-v2/models/mt5-xl-ViT-H-14.json

16 lines
329 B
JSON

{
"embed_dim": 1024,
"vision_cfg": {
"image_size": 224,
"layers": 32,
"width": 1280,
"head_width": 80,
"patch_size": 14
},
"text_cfg": {
"hf_model_name": "google/mt5-xl",
"hf_tokenizer_name": "google/mt5-xl",
"hf_pooler_type": "mean_pooler"
}
}