bwang0911 commited on
Commit
93b35cf
1 Parent(s): f778967

Create sentence_bert_config.json

Browse files
Files changed (1) hide show
  1. sentence_bert_config.json +5 -0
sentence_bert_config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "max_seq_length": 8192,
3
+ "do_lower_case": false,
4
+ "model_args": {"trust_remote_code": true}
5
+ }