Pyroserenus
commited on
Commit
•
a4656a5
1
Parent(s):
3a3534c
Upload 2 files
Browse files- params.json +11 -0
- vocab.json +0 -0
params.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dim": 5120,
|
3 |
+
"n_layers": 40,
|
4 |
+
"head_dim": 128,
|
5 |
+
"hidden_dim": 14336,
|
6 |
+
"n_heads": 32,
|
7 |
+
"n_kv_heads": 8,
|
8 |
+
"norm_eps": 1e-05,
|
9 |
+
"vocab_size": 131072,
|
10 |
+
"rope_theta": 1000000.0
|
11 |
+
}
|
vocab.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|