Fix architecture
Browse files- config.json +1 -1
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,
|
|
|
1 |
{
|
2 |
"apply_residual_connection_post_layernorm": false,
|
3 |
"architectures": [
|
4 |
+
"BloomModelForCausalLM"
|
5 |
],
|
6 |
"attention_dropout": 0.0,
|
7 |
"attention_softmax_in_fp32": true,
|