pez-dispenser / open_clip /model_configs /xlm-roberta-base-ViT-B-32.json
ywen's picture
initial commit
2f43921
raw
history blame contribute delete
No virus
327 Bytes
{
"embed_dim": 512,
"vision_cfg": {
"image_size": 224,
"layers": 12,
"width": 768,
"patch_size": 32
},
"text_cfg": {
"hf_model_name": "xlm-roberta-base",
"hf_tokenizer_name": "xlm-roberta-base",
"proj": "mlp",
"pooler_type": "mean_pooler"
}
}