clip-vit-L14-coco / sentence_bert_config.json
tomaarsen's picture
tomaarsen HF Staff
Add new SentenceTransformer model
0cb6d4b verified
{
"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"
}