ARM64BERT-embedding / sentence_bert_config.json
ranieriargentini's picture
Resave model without delay tie reload requirement
dfd3f5e verified
raw
history blame
204 Bytes
{
"max_seq_length": 512,
"do_lower_case": false,
"modality_config": {
"text": {
"method": "forward",
"method_output_name": "last_hidden_state"
}
}
}