Files
Semantic-model/model/sentence_bert_config.json

10 lines
241 B
JSON
Raw Normal View History

{
"transformer_task": "feature-extraction",
"modality_config": {
"text": {
"method": "forward",
"method_output_name": "last_hidden_state"
}
},
"module_output_name": "token_embeddings"
}