Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
|
@@ -44,7 +44,7 @@
|
|
| 44 |
"full_attention"
|
| 45 |
],
|
| 46 |
"max_position_embeddings": 65536,
|
| 47 |
-
"model_type": "
|
| 48 |
"num_attention_heads": 32,
|
| 49 |
"num_hidden_layers": 32,
|
| 50 |
"num_key_value_heads": 32,
|
|
@@ -62,7 +62,7 @@
|
|
| 62 |
"sliding_window": 4096,
|
| 63 |
"tie_word_embeddings": false,
|
| 64 |
"torch_dtype": "bfloat16",
|
| 65 |
-
"transformers_version": "4.
|
| 66 |
"use_cache": false,
|
| 67 |
"vocab_size": 100278
|
| 68 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"architectures": [
|
| 3 |
+
"Olmo3ForCausalLM"
|
| 4 |
],
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
|
|
|
| 44 |
"full_attention"
|
| 45 |
],
|
| 46 |
"max_position_embeddings": 65536,
|
| 47 |
+
"model_type": "olmo3",
|
| 48 |
"num_attention_heads": 32,
|
| 49 |
"num_hidden_layers": 32,
|
| 50 |
"num_key_value_heads": 32,
|
|
|
|
| 62 |
"sliding_window": 4096,
|
| 63 |
"tie_word_embeddings": false,
|
| 64 |
"torch_dtype": "bfloat16",
|
| 65 |
+
"transformers_version": "4.57.0",
|
| 66 |
"use_cache": false,
|
| 67 |
"vocab_size": 100278
|
| 68 |
}
|