lewtun HF staff commited on
Commit
fae3563
1 Parent(s): cbc603c

Fix architecture

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -2,7 +2,7 @@
2
  "apply_residual_connection_post_layernorm": false,
3
  "attention_dropout": 0.0,
4
  "architectures": [
5
- "BloomModelForCausalLM"
6
  ],
7
  "attention_softmax_in_fp32": true,
8
  "seq_length": 2048,
@@ -22,4 +22,4 @@
22
  "transformers_version": "4.21.0",
23
  "use_cache": true,
24
  "vocab_size": 250880
25
- }
2
  "apply_residual_connection_post_layernorm": false,
3
  "attention_dropout": 0.0,
4
  "architectures": [
5
+ "BloomForCausalLM"
6
  ],
7
  "attention_softmax_in_fp32": true,
8
  "seq_length": 2048,
22
  "transformers_version": "4.21.0",
23
  "use_cache": true,
24
  "vocab_size": 250880
25
+ }