cakiki lewtun HF staff commited on
Commit
9a246b2
1 Parent(s): 0203c5c

Fix architecture (#36)

Browse files

- Fix architecture (969bcd1df9947295f1293b907b977e601d4f8fbd)


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

Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -5,7 +5,7 @@
5
  "bias_dropout_fusion": true,
6
  "bos_token_id": 1,
7
  "architectures": [
8
- "BloomModelForCausalLM"
9
  ],
10
  "eos_token_id": 2,
11
  "pad_token_id": 3,
@@ -26,4 +26,4 @@
26
  "transformers_version": "4.20.0",
27
  "use_cache": true,
28
  "vocab_size": 250880
29
- }
5
  "bias_dropout_fusion": true,
6
  "bos_token_id": 1,
7
  "architectures": [
8
+ "BloomForCausalLM"
9
  ],
10
  "eos_token_id": 2,
11
  "pad_token_id": 3,
26
  "transformers_version": "4.20.0",
27
  "use_cache": true,
28
  "vocab_size": 250880
29
+ }