jpohhhh commited on
Commit
70497fa
1 Parent(s): 577964c

Add model_type key to config (Optimum 1.8.8 deploy failing)

Browse files
Files changed (1) hide show
  1. config.json +1 -0
config.json CHANGED
@@ -3,6 +3,7 @@
3
  "architectures": [
4
  "BertModel"
5
  ],
 
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
  "gradient_checkpointing": false,
 
3
  "architectures": [
4
  "BertModel"
5
  ],
6
+ "model_type": "bert",
7
  "attention_probs_dropout_prob": 0.1,
8
  "classifier_dropout": null,
9
  "gradient_checkpointing": false,