embedder-code-onnx / sentence_bert_config.json
muhd-uwais's picture
Upload 7 files
49bc11f verified
raw
history blame contribute delete
250 Bytes
{
"transformer_task": "feature-extraction",
"modality_config": {
"text": {
"method": "forward",
"method_output_name": "last_hidden_state"
}
},
"module_output_name": "token_embeddings"
}