LlamaFinetuneBase
commited on
Commit
•
6011fc4
1
Parent(s):
bf1db8b
Upload original\orig_params.json with huggingface_hub
Browse files- original//orig_params.json +12 -0
original//orig_params.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dim": 3072,
|
3 |
+
"n_layers": 28,
|
4 |
+
"n_heads": 24,
|
5 |
+
"n_kv_heads": 8,
|
6 |
+
"vocab_size": 128256,
|
7 |
+
"ffn_dim_multiplier": 1.0,
|
8 |
+
"multiple_of": 256,
|
9 |
+
"norm_eps": 1e-05,
|
10 |
+
"rope_theta": 500000.0,
|
11 |
+
"use_scaled_rope": true
|
12 |
+
}
|