Update config.json
Browse files- config.json +5 -5
config.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
-
"
|
| 5 |
],
|
| 6 |
"auto_map": {
|
| 7 |
-
"AutoConfig": "
|
| 8 |
-
"AutoModelForCausalLM": "
|
| 9 |
},
|
| 10 |
"attention_dropout": 0.0,
|
| 11 |
"bos_token_id": 50256,
|
|
@@ -17,7 +17,7 @@
|
|
| 17 |
"intermediate_size": 10240,
|
| 18 |
"layer_norm_eps": 1e-05,
|
| 19 |
"max_position_embeddings": 2048,
|
| 20 |
-
"model_type": "
|
| 21 |
"num_attention_heads": 32,
|
| 22 |
"num_hidden_layers": 32,
|
| 23 |
"num_key_value_heads": 32,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "mzbac/phi2-2x3",
|
| 3 |
"architectures": [
|
| 4 |
+
"Phi2moe.ForCausalLM"
|
| 5 |
],
|
| 6 |
"auto_map": {
|
| 7 |
+
"AutoConfig": "configuration_phi2moe.PhiConfig",
|
| 8 |
+
"AutoModelForCausalLM": "modeling_phi2moe.PhiForCausalLM"
|
| 9 |
},
|
| 10 |
"attention_dropout": 0.0,
|
| 11 |
"bos_token_id": 50256,
|
|
|
|
| 17 |
"intermediate_size": 10240,
|
| 18 |
"layer_norm_eps": 1e-05,
|
| 19 |
"max_position_embeddings": 2048,
|
| 20 |
+
"model_type": "phi2moe.",
|
| 21 |
"num_attention_heads": 32,
|
| 22 |
"num_hidden_layers": 32,
|
| 23 |
"num_key_value_heads": 32,
|