Ghani-25 commited on
Commit
1b0e04e
1 Parent(s): 31793f6

Update pooling/config.json

Browse files
Files changed (1) hide show
  1. pooling/config.json +7 -1
pooling/config.json CHANGED
@@ -1 +1,7 @@
1
- XXX
 
 
 
 
 
 
 
1
+ {
2
+ "word_embedding_dimension": 768,
3
+ "pooling_mode_cls_token": false,
4
+ "pooling_mode_mean_tokens": true,
5
+ "pooling_mode_max_tokens": false,
6
+ "pooling_mode_mean_sqrt_len_tokens": false
7
+ }