16 lines
399 B
JSON
16 lines
399 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": "facebook/nllb-200-distilled-1.3B",
|
|
"hf_tokenizer_name": "facebook/nllb-200-distilled-1.3B",
|
|
"hf_proj_type": "linear",
|
|
"hf_pooler_type": "cls_pooler"
|
|
}
|
|
} |