Upload config.json with huggingface_hub
Browse files- config.json +13 -0
config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"dim": 4096,
|
3 |
+
"multiple_of": 256,
|
4 |
+
"n_heads": 32,
|
5 |
+
"n_layers": 32,
|
6 |
+
"norm_eps": 1e-05,
|
7 |
+
"vocab_size": -1,
|
8 |
+
"model_type": "llama",
|
9 |
+
"quantization": {
|
10 |
+
"group_size": 64,
|
11 |
+
"bits": 4
|
12 |
+
}
|
13 |
+
}
|