Can't spin up an endpoint without this part of the config (#11)
Browse files- Can't spin up an endpoint without this part of the config (5c7f88e523d46d2145f0cc06cf69d32d69e0bc4d)
Co-authored-by: Nico Kuzak <nicokuzak@users.noreply.huggingface.co>
- 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",
|