cakiki lewtun HF staff commited on
Commit
3821c7d
1 Parent(s): 4a8f399

Fix architecture (#1)

Browse files

- Fix architecture (a00218bd6a6ababe53aa97de5c1fcecf372f8944)


Co-authored-by: Lewis Tunstall <lewtun@users.noreply.huggingface.co>

Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "apply_residual_connection_post_layernorm": false,
3
  "architectures": [
4
- "BloomModel"
5
  ],
6
  "attention_dropout": 0.0,
7
  "attention_softmax_in_fp32": true,
@@ -32,4 +32,4 @@
32
  "vocab_size": 250880,
33
  "weights_aggregation_strategy": "mean",
34
  "width_downsampling_rate": 0.25
35
- }
 
1
  {
2
  "apply_residual_connection_post_layernorm": false,
3
  "architectures": [
4
+ "BloomForCausalLM"
5
  ],
6
  "attention_dropout": 0.0,
7
  "attention_softmax_in_fp32": true,
 
32
  "vocab_size": 250880,
33
  "weights_aggregation_strategy": "mean",
34
  "width_downsampling_rate": 0.25
35
+ }