Fix architecture (#1)
Browse files- Fix architecture (39a0301c08b9021ad5f73e7141ccba95ffad0372)
Co-authored-by: Lewis Tunstall <[email protected]>
- 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,
|
|
@@ -32,4 +32,4 @@
|
|
| 32 |
"vocab_size": 250880,
|
| 33 |
"weights_aggregation_strategy": "mean",
|
| 34 |
"width_downsampling_rate": 0.5
|
| 35 |
-
}
|
|
|
|
| 1 |
{
|
| 2 |
"apply_residual_connection_post_layernorm": false,
|
| 3 |
"architectures": [
|
| 4 |
+
"BloomForCausalLM"
|
| 5 |
],
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
"attention_softmax_in_fp32": true,
|
|
|
|
| 32 |
"vocab_size": 250880,
|
| 33 |
"weights_aggregation_strategy": "mean",
|
| 34 |
"width_downsampling_rate": 0.5
|
| 35 |
+
}
|