yasserrmd commited on
Commit
09601f8
·
verified ·
1 Parent(s): ad9bcf5

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
+ "architectures": ["Transformer"],
3
+ "max_seq_length": 512,
4
+ "do_lower_case": true
5
+ }