boris-f commited on
Commit
d349da0
1 Parent(s): 960253a

Add "pooler-output" to sinequa.metadata.json

Browse files

Following the Pooling strategy changes for Sinequa model packagings, we enforce for this vectorizer the use of the model 'pooler_output' instead of the strategy defined in '1_Pooling/config.json'

Files changed (1) hide show
  1. sinequa.metadata.json +2 -1
sinequa.metadata.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
  "score-scaling-factor": 0.1,
3
  "tanh-activate": true,
4
- "mask-padding": true
 
5
  }
 
1
  {
2
  "score-scaling-factor": 0.1,
3
  "tanh-activate": true,
4
+ "mask-padding": true,
5
+ "pooler-output": true
6
  }