lewtun HF staff commited on
Commit
ea51bbb
1 Parent(s): dede1ba

Fix architecture (#189)

Browse files

- Fix architecture (752bd85fcb3d3ca2aabca62dd2433b3db73e526f)

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
  "pad_token_id": 3,
@@ -21,4 +21,4 @@
21
  "transformers_version": "4.21.0",
22
  "use_cache": true,
23
  "vocab_size": 250880
24
- }
2
  "apply_residual_connection_post_layernorm": false,
3
  "attention_dropout": 0.0,
4
  "architectures": [
5
+ "BloomForCausalLM"
6
  ],
7
  "attention_softmax_in_fp32": true,
8
  "pad_token_id": 3,
21
  "transformers_version": "4.21.0",
22
  "use_cache": true,
23
  "vocab_size": 250880
24
+ }