tomaarsen HF Staff commited on
Commit
f46f889
·
verified ·
1 Parent(s): cfd60bf

Update sentence_bert_config.json

Browse files
Files changed (1) hide show
  1. 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
- "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
  }
 
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
  }