avsolatorio
commited on
Commit
•
71128f9
1
Parent(s):
911adbb
Remove unsupported pooling modes
Browse filesSigned-off-by: Aivin V. Solatorio <[email protected]>
- 1_Pooling/config.json +2 -4
1_Pooling/config.json
CHANGED
@@ -3,7 +3,5 @@
|
|
3 |
"pooling_mode_cls_token": true,
|
4 |
"pooling_mode_mean_tokens": false,
|
5 |
"pooling_mode_max_tokens": false,
|
6 |
-
"pooling_mode_mean_sqrt_len_tokens": false
|
7 |
-
|
8 |
-
"pooling_mode_lasttoken": false
|
9 |
-
}
|
|
|
3 |
"pooling_mode_cls_token": true,
|
4 |
"pooling_mode_mean_tokens": false,
|
5 |
"pooling_mode_max_tokens": false,
|
6 |
+
"pooling_mode_mean_sqrt_len_tokens": false
|
7 |
+
}
|
|
|
|