loratestv3
Browse files- lora.safetensors +3 -0
- params.json +18 -0
- tokenizer.model.v3 +0 -0
lora.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:14d09da89944f04ed5c651e42c8e57d4155048fd1e774bffa8f71a89ecc90542
|
3 |
+
size 41991720
|
params.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dim": 4096,
|
3 |
+
"n_layers": 32,
|
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": 32768,
|
10 |
+
"rope_theta": 1000000.0,
|
11 |
+
"lora": {
|
12 |
+
"enable": true,
|
13 |
+
"rank": 8,
|
14 |
+
"dropout": 0.1,
|
15 |
+
"scaling": 2.0
|
16 |
+
},
|
17 |
+
"moe": null
|
18 |
+
}
|
tokenizer.model.v3
ADDED
Binary file (588 kB). View file
|
|