revanth1996 commited on
Commit
448915c
·
verified ·
1 Parent(s): 74e6299

Create sentence_bert_config.json

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