Fix architecture (#2)
Browse files- Fix architecture (849e1c25fb817739f88aedb66cab48db40ace538)
Co-authored-by: Lewis Tunstall <[email protected]>
- config.json +2 -3
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 |
"pad_token_id": 3,
|
|
@@ -21,5 +21,4 @@
|
|
| 21 |
"transformers_version": "4.21.0",
|
| 22 |
"use_cache": true,
|
| 23 |
"vocab_size": 250880
|
| 24 |
-
}
|
| 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 |
"pad_token_id": 3,
|
|
|
|
| 21 |
"transformers_version": "4.21.0",
|
| 22 |
"use_cache": true,
|
| 23 |
"vocab_size": 250880
|
| 24 |
+
}
|
|
|