Fix architecture class
Browse files- config.json +1 -1
config.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
"apply_residual_connection_post_layernorm": false,
|
3 |
"attention_dropout": 0.0,
|
4 |
"architectures": [
|
5 |
-
"
|
6 |
],
|
7 |
"attention_softmax_in_fp32": true,
|
8 |
"seq_length": 2048,
|
|
|
2 |
"apply_residual_connection_post_layernorm": false,
|
3 |
"attention_dropout": 0.0,
|
4 |
"architectures": [
|
5 |
+
"BloomModelForCausalLM"
|
6 |
],
|
7 |
"attention_softmax_in_fp32": true,
|
8 |
"seq_length": 2048,
|