Commit ·
1037887
1
Parent(s): cf957b8
Correct max_seq_length in sentence_bert_config.json (#4)
Browse files- Correct max_seq_length in sentence_bert_config.json (7bd85976f2dace4a97d99f8266d77679622a7e50)
Co-authored-by: Jacob Magnuson <jacobmagnuson@users.noreply.huggingface.co>
sentence_bert_config.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"max_seq_length":
|
| 3 |
"do_lower_case": false
|
| 4 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"max_seq_length": 32768,
|
| 3 |
"do_lower_case": false
|
| 4 |
}
|