Upload config.json with huggingface_hub
Browse files- config.json +3 -3
config.json
CHANGED
|
@@ -7,10 +7,10 @@
|
|
| 7 |
"num_hidden_layers": 2,
|
| 8 |
"num_attention_heads": 8,
|
| 9 |
"embd_pdrop": 0.1,
|
| 10 |
-
"use_moe":
|
| 11 |
"num_experts": 4,
|
| 12 |
"expert_hidden_size": 4096,
|
| 13 |
"dropout": 0.1,
|
| 14 |
-
"model_type": "
|
| 15 |
-
"torch_dtype": "
|
| 16 |
}
|
|
|
|
| 7 |
"num_hidden_layers": 2,
|
| 8 |
"num_attention_heads": 8,
|
| 9 |
"embd_pdrop": 0.1,
|
| 10 |
+
"use_moe": true,
|
| 11 |
"num_experts": 4,
|
| 12 |
"expert_hidden_size": 4096,
|
| 13 |
"dropout": 0.1,
|
| 14 |
+
"model_type": "lake",
|
| 15 |
+
"torch_dtype": "float64"
|
| 16 |
}
|