Update sentence_bert_config.json
Browse files- sentence_bert_config.json +9 -13
sentence_bert_config.json
CHANGED
|
@@ -1,14 +1,10 @@
|
|
| 1 |
-
{
|
| 2 |
-
"transformer_task": "text-generation",
|
| 3 |
-
"modality_config": {
|
| 4 |
-
"
|
| 5 |
-
"method": "forward",
|
| 6 |
-
"method_output_name": "logits"
|
| 7 |
-
}
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
"method_output_name": "logits"
|
| 11 |
-
}
|
| 12 |
-
},
|
| 13 |
-
"module_output_name": "causal_logits"
|
| 14 |
}
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"transformer_task": "text-generation",
|
| 3 |
+
"modality_config": {
|
| 4 |
+
"message": {
|
| 5 |
+
"method": "forward",
|
| 6 |
+
"method_output_name": "logits"
|
| 7 |
+
}
|
| 8 |
+
},
|
| 9 |
+
"module_output_name": "causal_logits"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
}
|