Update config.json
Browse files- config.json +3 -0
config.json
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
{
|
2 |
"activation": "swiglu",
|
|
|
|
|
|
|
3 |
"attention_bias": false,
|
4 |
"attention_dropout": 0.0,
|
5 |
"bos_token_id": 11,
|
|
|
1 |
{
|
2 |
"activation": "swiglu",
|
3 |
+
"architectures": [
|
4 |
+
"LlamaForCausalLM"
|
5 |
+
],
|
6 |
"attention_bias": false,
|
7 |
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 11,
|