snowflake-arctic-embed-m-long / sentence_bert_config.json
tomaarsen's picture
tomaarsen HF staff
Add "safe_serialization": true as is required for custom Nomic models
03f28bb verified
raw
history blame
140 Bytes
{
"max_seq_length": 8192,
"do_lower_case": false,
"model_args": {
"add_pooling_layer": false,
"safe_serialization": true
}
}