Text Generation
Transformers
PyTorch
Safetensors
English
hf_olmo
custom_code
hmellor HF staff commited on
Commit
8e667e0
·
verified ·
1 Parent(s): 46fba0d

Use correct class name for `OlmoForCausalLM`

Browse files

This error was introduced in https://huggingface.co/allenai/OLMo-7B/commit/e3131094a01dfd83915c06d1bd3411b1f2327b86

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
- "OLMoForCausalLM"
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,