Files
DiffSynth-Studio/diffsynth/extensions/QualityMetric/open_clip/model_configs/mt5-xl-ViT-H-14.json
2025-02-14 12:39:06 +08:00

17 lines
349 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",
"proj": "mlp",
"pooler_type": "mean_pooler"
}
}