akshitab commited on
Commit
f129d66
·
verified ·
1 Parent(s): b738174

Emo rename: patch config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -2,7 +2,7 @@
2
  "always_active_experts": null,
3
  "always_active_experts_per_layer": null,
4
  "architectures": [
5
- "FlexOlmoNoQKNormPrenormForCausalLM"
6
  ],
7
  "attention_bias": false,
8
  "attention_dropout": 0.0,
@@ -15,7 +15,7 @@
15
  "initializer_range": 0.02,
16
  "intermediate_size": 1024,
17
  "max_position_embeddings": 4096,
18
- "model_type": "flex_olmo_noqknorm_prenorm",
19
  "norm_topk_prob": false,
20
  "num_attention_heads": 16,
21
  "num_experts": 128,
@@ -36,7 +36,7 @@
36
  "use_cache": true,
37
  "vocab_size": 100352,
38
  "auto_map": {
39
- "AutoConfig": "configuration_flex_olmo_noqknorm_prenorm.FlexOlmoNoQKNormPrenormConfig",
40
- "AutoModelForCausalLM": "modeling_flex_olmo_noqknorm_prenorm.FlexOlmoNoQKNormPrenormForCausalLM"
41
  }
42
  }
 
2
  "always_active_experts": null,
3
  "always_active_experts_per_layer": null,
4
  "architectures": [
5
+ "EmoForCausalLM"
6
  ],
7
  "attention_bias": false,
8
  "attention_dropout": 0.0,
 
15
  "initializer_range": 0.02,
16
  "intermediate_size": 1024,
17
  "max_position_embeddings": 4096,
18
+ "model_type": "emo",
19
  "norm_topk_prob": false,
20
  "num_attention_heads": 16,
21
  "num_experts": 128,
 
36
  "use_cache": true,
37
  "vocab_size": 100352,
38
  "auto_map": {
39
+ "AutoConfig": "configuration_emo.EmoConfig",
40
+ "AutoModelForCausalLM": "modeling_emo.EmoForCausalLM"
41
  }
42
  }