spacemanidol
commited on
Commit
•
5ce6744
1
Parent(s):
a381d4b
Update sentence_bert_config.json
Browse files
sentence_bert_config.json
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
{
|
2 |
"max_seq_length": 8192,
|
3 |
-
"do_lower_case": false
|
|
|
|
|
|
|
4 |
}
|
|
|
1 |
{
|
2 |
"max_seq_length": 8192,
|
3 |
+
"do_lower_case": false,
|
4 |
+
"model_args": {
|
5 |
+
"add_pooling_layer": false
|
6 |
+
}
|
7 |
}
|