Text Generation
Transformers
PyTorch
English
olmo2
conversational
Inference Endpoints
shanearora commited on
Commit
eecbb47
1 Parent(s): fd51358

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -3
config.json CHANGED
@@ -1,7 +1,6 @@
1
  {
2
- "_name_or_path": "/model",
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": 11008,
13
  "max_position_embeddings": 4096,
14
- "model_type": "olmo_1124",
15
  "num_attention_heads": 32,
16
  "num_hidden_layers": 32,
17
  "num_key_value_heads": 32,
 
1
  {
 
2
  "architectures": [
3
+ "Olmo2ForCausalLM"
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
 
10
  "initializer_range": 0.02,
11
  "intermediate_size": 11008,
12
  "max_position_embeddings": 4096,
13
+ "model_type": "olmo2",
14
  "num_attention_heads": 32,
15
  "num_hidden_layers": 32,
16
  "num_key_value_heads": 32,