tomaarsen HF Staff commited on
Commit
7e34cb3
·
verified ·
1 Parent(s): 08358a4

Update sentence_bert_config.json

Browse files
Files changed (1) hide show
  1. sentence_bert_config.json +14 -9
sentence_bert_config.json CHANGED
@@ -1,10 +1,15 @@
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
  }
 
1
+ {
2
+ "transformer_task": "text-generation",
3
+ "modality_config": {
4
+ "text": {
5
+ "method": "forward",
6
+ "method_output_name": "logits"
7
+ },
8
+ "message": {
9
+ "method": "forward",
10
+ "method_output_name": "logits"
11
+ }
12
+ },
13
+ "module_output_name": "causal_logits",
14
+ "message_format": "flat"
15
  }