nixchamp
commited on
Commit
·
b0f4ee6
1
Parent(s):
47744bb
Config File Edited
Browse files- config.json +3 -6
config.json
CHANGED
@@ -11,23 +11,20 @@
|
|
11 |
128009
|
12 |
],
|
13 |
"hidden_act": "silu",
|
14 |
-
"hidden_size":
|
15 |
"initializer_range": 0.02,
|
16 |
"intermediate_size": 14336,
|
17 |
"max_position_embeddings": 131072,
|
18 |
"mlp_bias": false,
|
19 |
"model_type": "llama",
|
20 |
-
"num_attention_heads":
|
21 |
"num_hidden_layers": 32,
|
22 |
"num_key_value_heads": 8,
|
23 |
"pretraining_tp": 1,
|
24 |
"rms_norm_eps": 1e-05,
|
25 |
"rope_scaling": {
|
26 |
"factor": 8.0,
|
27 |
-
"
|
28 |
-
"high_freq_factor": 4.0,
|
29 |
-
"original_max_position_embeddings": 8192,
|
30 |
-
"rope_type": "llama3"
|
31 |
},
|
32 |
"rope_theta": 500000.0,
|
33 |
"tie_word_embeddings": false,
|
|
|
11 |
128009
|
12 |
],
|
13 |
"hidden_act": "silu",
|
14 |
+
"hidden_size": 768,
|
15 |
"initializer_range": 0.02,
|
16 |
"intermediate_size": 14336,
|
17 |
"max_position_embeddings": 131072,
|
18 |
"mlp_bias": false,
|
19 |
"model_type": "llama",
|
20 |
+
"num_attention_heads": 12,
|
21 |
"num_hidden_layers": 32,
|
22 |
"num_key_value_heads": 8,
|
23 |
"pretraining_tp": 1,
|
24 |
"rms_norm_eps": 1e-05,
|
25 |
"rope_scaling": {
|
26 |
"factor": 8.0,
|
27 |
+
"type": "linear"
|
|
|
|
|
|
|
28 |
},
|
29 |
"rope_theta": 500000.0,
|
30 |
"tie_word_embeddings": false,
|