osanseviero HF staff commited on
Commit
efd29e8
1 Parent(s): 8f56510

Make architecture consistent with the auto model value

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -3,7 +3,7 @@
3
  "alibi": false,
4
  "alibi_bias_max": 8.0,
5
  "architectures": [
6
- "OlmoModelForCausalLM"
7
  ],
8
  "attention_dropout": 0.0,
9
  "attention_layer_norm": false,
 
3
  "alibi": false,
4
  "alibi_bias_max": 8.0,
5
  "architectures": [
6
+ "OLMoForCausalLM"
7
  ],
8
  "attention_dropout": 0.0,
9
  "attention_layer_norm": false,