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