embeddinggemma_lora / sentence_bert_config.json
riaz's picture
Add new SentenceTransformer model
e3bb703 verified
Raw
History Blame Contribute Delete
297 Bytes
{
"transformer_task": "feature-extraction",
"modality_config": {
"text": {
"method": "forward",
"method_output_name": "last_hidden_state"
}
},
"module_output_name": "token_embeddings",
"max_seq_length": 1024,
"do_lower_case": false
}