Tom Aarsen commited on
Commit
a064f9f
·
1 Parent(s): e71f492

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

Browse files
Files changed (1) hide show
  1. sentence_bert_config.json +3 -3
sentence_bert_config.json CHANGED
@@ -7,9 +7,9 @@
7
  },
8
  "message": {
9
  "method": "forward",
10
- "method_output_name": "logits"
 
11
  }
12
  },
13
- "module_output_name": "causal_logits",
14
- "message_format": "flat"
15
  }
 
7
  },
8
  "message": {
9
  "method": "forward",
10
+ "method_output_name": "logits",
11
+ "format": "flat"
12
  }
13
  },
14
+ "module_output_name": "causal_logits"
 
15
  }