maxvb commited on
Commit
4007966
·
verified ·
1 Parent(s): b01b8bd

Update sentence_bert_config.json

Browse files
Files changed (1) hide show
  1. sentence_bert_config.json +2 -6
sentence_bert_config.json CHANGED
@@ -1,8 +1,4 @@
1
  {
2
- "pooling_mode_cls_token": false,
3
- "pooling_mode_mean_tokens": false,
4
- "pooling_mode_max_tokens": false,
5
- "pooling_mode_mean_sqrt_len_tokens": false,
6
- "pooling_mode_weightedmean_tokens": false,
7
- "pooling_mode_lasttoken": true
8
  }
 
1
  {
2
+ "max_seq_length": 32768,
3
+ "do_lower_case": false
 
 
 
 
4
  }