mzbac commited on
Commit
b8864e9
·
verified ·
1 Parent(s): 0f0bbdd

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -5
config.json CHANGED
@@ -1,11 +1,11 @@
1
  {
2
- "_name_or_path": "microsoft/phi-2",
3
  "architectures": [
4
- "PhixtralForCausalLM"
5
  ],
6
  "auto_map": {
7
- "AutoConfig": "configuration_phi.PhiConfig",
8
- "AutoModelForCausalLM": "modeling_phi.PhiForCausalLM"
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": "phixtral",
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,