Mayhem50 commited on
Commit
cf6bb89
·
1 Parent(s): 93c215f

Update 1_Pooling/config.json

Browse files
Files changed (1) hide show
  1. 1_Pooling/config.json +6 -2
1_Pooling/config.json CHANGED
@@ -1,5 +1,9 @@
1
  {
2
  "word_embedding_dimension": 1024,
3
- "position_start": 0,
4
- "num_positions": 512
 
 
 
 
5
  }
 
1
  {
2
  "word_embedding_dimension": 1024,
3
+ "pooling_mode_cls_token": false,
4
+ "pooling_mode_mean_tokens": false,
5
+ "pooling_mode_max_tokens": false,
6
+ "pooling_mode_mean_sqrt_len_tokens": false,
7
+ "pooling_mode_weightedmean_tokens": true,
8
+ "pooling_mode_lasttoken": false
9
  }