Darkknight535
commited on
Commit
•
cadbffd
1
Parent(s):
95f5aeb
Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
@@ -12,7 +12,7 @@
|
|
12 |
"hidden_size": 4096,
|
13 |
"initializer_range": 0.02,
|
14 |
"intermediate_size": 14336,
|
15 |
-
"max_position_embeddings":
|
16 |
"mlp_bias": false,
|
17 |
"model_type": "llama",
|
18 |
"num_attention_heads": 32,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "Moonlight-L3-15B-16k",
|
3 |
"architectures": [
|
4 |
"LlamaForCausalLM"
|
5 |
],
|
|
|
12 |
"hidden_size": 4096,
|
13 |
"initializer_range": 0.02,
|
14 |
"intermediate_size": 14336,
|
15 |
+
"max_position_embeddings": 8192,
|
16 |
"mlp_bias": false,
|
17 |
"model_type": "llama",
|
18 |
"num_attention_heads": 32,
|