thehekimoghlu commited on
Commit
ea37731
·
verified ·
1 Parent(s): 20bb164

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -5,7 +5,7 @@
5
  "attention_dropout": 0.0,
6
  "auto_map": {
7
  "AutoConfig": "configuration_openmodel_moe.OpenModelMoeConfig",
8
- "AutoModel": "modeling_openmodel_moe.BailingMoeV2Model",
9
  "AutoModelForCausalLM": "modeling_openmodel_moe.OpenModelMoe"
10
  },
11
  "num_hidden_layers": 80,
 
5
  "attention_dropout": 0.0,
6
  "auto_map": {
7
  "AutoConfig": "configuration_openmodel_moe.OpenModelMoeConfig",
8
+ "AutoModel": "modeling_openmodel_moe.OpenModelMoeModel",
9
  "AutoModelForCausalLM": "modeling_openmodel_moe.OpenModelMoe"
10
  },
11
  "num_hidden_layers": 80,