Fix architecture (#34)
Browse files- Fix architecture (fae35635669eceaeb3d43d87fb29fde859c9148b)
- config.json +2 -2
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,
|
|
@@ -22,4 +22,4 @@
|
|
| 22 |
"transformers_version": "4.21.0",
|
| 23 |
"use_cache": true,
|
| 24 |
"vocab_size": 250880
|
| 25 |
-
}
|
|
|
|
| 2 |
"apply_residual_connection_post_layernorm": false,
|
| 3 |
"attention_dropout": 0.0,
|
| 4 |
"architectures": [
|
| 5 |
+
"BloomForCausalLM"
|
| 6 |
],
|
| 7 |
"attention_softmax_in_fp32": true,
|
| 8 |
"seq_length": 2048,
|
|
|
|
| 22 |
"transformers_version": "4.21.0",
|
| 23 |
"use_cache": true,
|
| 24 |
"vocab_size": 250880
|
| 25 |
+
}
|