michaelfeil commited on
Commit
c509ee4
·
verified ·
1 Parent(s): 0c1a0b0

Update sentence bert config to 4096

Browse files

By default many users will not have the sliding window installed. This setting sets a preferred cix windows of 4096

Files changed (1) hide show
  1. sentence_bert_config.json +1 -1
sentence_bert_config.json CHANGED
@@ -1,4 +1,4 @@
1
  {
2
- "max_seq_length": 32768,
3
  "do_lower_case": false
4
  }
 
1
  {
2
+ "max_seq_length": 4096,
3
  "do_lower_case": false
4
  }