Fix architecture (#33)
Browse files- Fix architecture (37f97283186a4b6d45d0dddb22b31eb7f5a63762)
Co-authored-by: Lewis Tunstall <[email protected]>
- config.json +1 -1
config.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
"bias_dropout_fusion": true,
|
| 6 |
"bos_token_id": 1,
|
| 7 |
"architectures": [
|
| 8 |
-
"
|
| 9 |
],
|
| 10 |
"eos_token_id": 2,
|
| 11 |
"pad_token_id": 3,
|
|
|
|
| 5 |
"bias_dropout_fusion": true,
|
| 6 |
"bos_token_id": 1,
|
| 7 |
"architectures": [
|
| 8 |
+
"BloomModelForCausalLM"
|
| 9 |
],
|
| 10 |
"eos_token_id": 2,
|
| 11 |
"pad_token_id": 3,
|