bwang0911 commited on
Commit
ba1bc32
1 Parent(s): 95f26bc

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
+ }