shanearora commited on
Commit
a4d7bb1
·
verified ·
1 Parent(s): 5ae37b0

Update to flex_olmo model type

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "architectures": [
3
- "Olmoe2ForCausalLM"
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
@@ -11,7 +11,7 @@
11
  "initializer_range": 0.02,
12
  "intermediate_size": 11008,
13
  "max_position_embeddings": 4096,
14
- "model_type": "olmoe2",
15
  "norm_topk_prob": false,
16
  "num_attention_heads": 32,
17
  "num_experts": 2,
 
1
  {
2
  "architectures": [
3
+ "FlexOlmoForCausalLM"
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
 
11
  "initializer_range": 0.02,
12
  "intermediate_size": 11008,
13
  "max_position_embeddings": 4096,
14
+ "model_type": "flex_olmo",
15
  "norm_topk_prob": false,
16
  "num_attention_heads": 32,
17
  "num_experts": 2,