Fix architecture (#35)
Browse files- Fix architecture (0dbd8776f6ca4e35a8e75d21997b52c0dc2911fc)
Co-authored-by: Lewis Tunstall <lewtun@users.noreply.huggingface.co>
- config.json +2 -2
config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"attention_softmax_in_fp32": true,
|
5 |
"bias_dropout_fusion": true,
|
6 |
"architectures": [
|
7 |
-
"
|
8 |
],
|
9 |
"bos_token_id": 1,
|
10 |
"eos_token_id": 2,
|
@@ -26,4 +26,4 @@
|
|
26 |
"transformers_version": "4.20.0",
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 250880
|
29 |
-
}
|
|
|
4 |
"attention_softmax_in_fp32": true,
|
5 |
"bias_dropout_fusion": true,
|
6 |
"architectures": [
|
7 |
+
"BloomForCausalLM"
|
8 |
],
|
9 |
"bos_token_id": 1,
|
10 |
"eos_token_id": 2,
|
|
|
26 |
"transformers_version": "4.20.0",
|
27 |
"use_cache": true,
|
28 |
"vocab_size": 250880
|
29 |
+
}
|