Add model_type key to config (Optimum 1.8.8 deploy failing)
Browse files- 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,
|