Saugatkafley
commited on
Commit
•
6459411
1
Parent(s):
56abc3c
Create sentence_bert_config.json
Browse files
sentence_bert_config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"max_seq_length": 2048,
|
3 |
+
"do_lower_case": false,
|
4 |
+
"model_args": {"trust_remote_code": true}
|
5 |
+
}
|