Vamsi.Banda commited on
Commit
91d2e7f
1 Parent(s): 6c5c6e8
Files changed (2) hide show
  1. .DS_Store +0 -0
  2. 1_Pooling/config.json +7 -0
.DS_Store ADDED
Binary file (6.15 kB). View file
 
1_Pooling/config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "word_embedding_dimension": 1024,
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
+ }