Younes Belkada
commited on
Commit
•
c2153c3
1
Parent(s):
7497c44
add architecture
Browse files- config.json +3 -0
config.json
CHANGED
@@ -2,6 +2,9 @@
|
|
2 |
"apply_residual_connection_post_layernorm": false,
|
3 |
"attention_dropout": 0.0,
|
4 |
"attention_softmax_in_fp32": true,
|
|
|
|
|
|
|
5 |
"bias_dropout_fusion": true,
|
6 |
"bos_token_id": 1,
|
7 |
"dtype": "float16",
|
|
|
2 |
"apply_residual_connection_post_layernorm": false,
|
3 |
"attention_dropout": 0.0,
|
4 |
"attention_softmax_in_fp32": true,
|
5 |
+
"architectures": [
|
6 |
+
"BloomModel"
|
7 |
+
],
|
8 |
"bias_dropout_fusion": true,
|
9 |
"bos_token_id": 1,
|
10 |
"dtype": "float16",
|