Upload config
Browse files- config.json +3 -3
config.json
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
"_attn_implementation_autoset": true,
|
3 |
"attention_bias": false,
|
4 |
"attention_dropout": 0.0,
|
5 |
-
"bos_token_id":
|
6 |
-
"eos_token_id":
|
7 |
"head_dim": 64,
|
8 |
"hidden_act": "silu",
|
9 |
"hidden_size": 768,
|
@@ -22,5 +22,5 @@
|
|
22 |
"tie_word_embeddings": false,
|
23 |
"transformers_version": "4.51.3",
|
24 |
"use_cache": true,
|
25 |
-
"vocab_size":
|
26 |
}
|
|
|
2 |
"_attn_implementation_autoset": true,
|
3 |
"attention_bias": false,
|
4 |
"attention_dropout": 0.0,
|
5 |
+
"bos_token_id": null,
|
6 |
+
"eos_token_id": 0,
|
7 |
"head_dim": 64,
|
8 |
"hidden_act": "silu",
|
9 |
"hidden_size": 768,
|
|
|
22 |
"tie_word_embeddings": false,
|
23 |
"transformers_version": "4.51.3",
|
24 |
"use_cache": true,
|
25 |
+
"vocab_size": 10000
|
26 |
}
|