Update to flex_olmo model type
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 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": "
|
| 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,
|