hakim
commited on
Commit
·
5cec51e
1
Parent(s):
8ab0018
remove include_prompt config
Browse files- 1_Pooling/config.json +1 -2
1_Pooling/config.json
CHANGED
@@ -5,6 +5,5 @@
|
|
5 |
"pooling_mode_max_tokens": false,
|
6 |
"pooling_mode_mean_sqrt_len_tokens": false,
|
7 |
"pooling_mode_weightedmean_tokens": false,
|
8 |
-
"pooling_mode_lasttoken": false
|
9 |
-
"include_prompt": true
|
10 |
}
|
|
|
5 |
"pooling_mode_max_tokens": false,
|
6 |
"pooling_mode_mean_sqrt_len_tokens": false,
|
7 |
"pooling_mode_weightedmean_tokens": false,
|
8 |
+
"pooling_mode_lasttoken": false
|
|
|
9 |
}
|