Fix architecture (#2)
Browse files- Fix architecture (ba475fdab117473a0336523554d1d2a8d169e33a)
Co-authored-by: Lewis Tunstall <lewtun@users.noreply.huggingface.co>
- config.json +2 -2
config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"apply_residual_connection_post_layernorm": false,
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
"attention_softmax_in_fp32": true,
|
@@ -29,4 +29,4 @@
|
|
29 |
"unk_token_id": 0,
|
30 |
"use_cache": true,
|
31 |
"vocab_size": 250880
|
32 |
-
}
|
|
|
1 |
{
|
2 |
"apply_residual_connection_post_layernorm": false,
|
3 |
"architectures": [
|
4 |
+
"BloomForCausalLM"
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
"attention_softmax_in_fp32": true,
|
|
|
29 |
"unk_token_id": 0,
|
30 |
"use_cache": true,
|
31 |
"vocab_size": 250880
|
32 |
+
}
|