Can't spin up an endpoint without this part of the config

#11
Files changed (1) hide show
  1. config.json +3 -0
config.json CHANGED
@@ -1,5 +1,8 @@
1
  {
2
  "_name_or_path": "microsoft/MiniLM-L12-H384-uncased",
 
 
 
3
  "attention_probs_dropout_prob": 0.1,
4
  "gradient_checkpointing": false,
5
  "hidden_act": "gelu",
 
1
  {
2
  "_name_or_path": "microsoft/MiniLM-L12-H384-uncased",
3
+ "architectures": [
4
+ "BertModel"
5
+ ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "gradient_checkpointing": false,
8
  "hidden_act": "gelu",