Update sentence_bert_config.json
Browse files
sentence_bert_config.json
CHANGED
|
@@ -1,8 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
"pooling_mode_max_tokens": false,
|
| 5 |
-
"pooling_mode_mean_sqrt_len_tokens": false,
|
| 6 |
-
"pooling_mode_weightedmean_tokens": false,
|
| 7 |
-
"pooling_mode_lasttoken": true
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"max_seq_length": 32768,
|
| 3 |
+
"do_lower_case": false
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
}
|