Text Generation
Transformers
Safetensors
English
olmo2
conversational
Inference Endpoints
shanearora commited on
Commit
48f25f5
1 Parent(s): 9c84253

rename olmo_1124 to olmo2

Browse files
Files changed (1) hide show
  1. config.json +2 -3
config.json CHANGED
@@ -1,7 +1,6 @@
1
  {
2
- "_name_or_path": "allenai/open_instruct_dev",
3
  "architectures": [
4
- "Olmo1124ForCausalLM"
5
  ],
6
  "attention_bias": false,
7
  "attention_dropout": 0.0,
@@ -11,7 +10,7 @@
11
  "initializer_range": 0.02,
12
  "intermediate_size": 13824,
13
  "max_position_embeddings": 4096,
14
- "model_type": "olmo_1124",
15
  "num_attention_heads": 40,
16
  "num_hidden_layers": 40,
17
  "num_key_value_heads": 40,
 
1
  {
 
2
  "architectures": [
3
+ "Olmo2ForCausalLM"
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
 
10
  "initializer_range": 0.02,
11
  "intermediate_size": 13824,
12
  "max_position_embeddings": 4096,
13
+ "model_type": "olmo2",
14
  "num_attention_heads": 40,
15
  "num_hidden_layers": 40,
16
  "num_key_value_heads": 40,