Tom Aarsen commited on
Commit
96fc4ee
·
1 Parent(s): 192e4f9

Move 'message_format' into 'modality_config' under 'message' -> 'format'

Browse files
Files changed (1) hide show
  1. sentence_bert_config.json +2 -2
sentence_bert_config.json CHANGED
@@ -15,11 +15,11 @@
15
  },
16
  "message": {
17
  "method": "forward",
18
- "method_output_name": "logits"
 
19
  }
20
  },
21
  "module_output_name": "causal_logits",
22
- "message_format": "structured",
23
  "unpad_inputs": false,
24
  "processing_kwargs": {
25
  "chat_template": {
 
15
  },
16
  "message": {
17
  "method": "forward",
18
+ "method_output_name": "logits",
19
+ "format": "structured"
20
  }
21
  },
22
  "module_output_name": "causal_logits",
 
23
  "unpad_inputs": false,
24
  "processing_kwargs": {
25
  "chat_template": {