Tom Aarsen commited on
Commit
68bb46c
·
1 Parent(s): 1d1c442

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
@@ -19,11 +19,11 @@
19
  },
20
  "message": {
21
  "method": "forward",
22
- "method_output_name": ["hidden_states", -1]
 
23
  }
24
  },
25
  "module_output_name": "token_embeddings",
26
- "message_format": "structured",
27
  "unpad_inputs": false,
28
  "processing_kwargs": {
29
  "chat_template": {
 
19
  },
20
  "message": {
21
  "method": "forward",
22
+ "method_output_name": ["hidden_states", -1],
23
+ "format": "structured"
24
  }
25
  },
26
  "module_output_name": "token_embeddings",
 
27
  "unpad_inputs": false,
28
  "processing_kwargs": {
29
  "chat_template": {