tomaarsen HF Staff commited on
Commit
e5c644b
·
verified ·
1 Parent(s): 293da7c

Update sentence_bert_config.json

Browse files
Files changed (1) hide show
  1. sentence_bert_config.json +13 -8
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
+ }