google-siglip-base-512-coco / sentence_bert_config.json
tomaarsen's picture
tomaarsen HF Staff
Add new SentenceTransformer model
dadf87a verified
raw
history blame contribute delete
364 Bytes
{
"transformer_task": "feature-extraction",
"modality_config": {
"text": {
"method": "get_text_features",
"method_output_name": null
},
"image": {
"method": "get_image_features",
"method_output_name": null
}
},
"module_output_name": "sentence_embedding"
}