Update config.json
Browse files- config.json +15 -15
config.json
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
}
|
|
|
1 |
{
|
2 |
+
"architectures": [
|
3 |
+
"LlamaForCausalLM"
|
4 |
+
],
|
5 |
+
"hidden_size": 4096,
|
6 |
+
"num_attention_heads": 32,
|
7 |
+
"num_hidden_layers": 32,
|
8 |
+
"intermediate_size": 14336,
|
9 |
+
"max_position_embeddings": 131072,
|
10 |
+
"vocab_size": 128256,
|
11 |
+
"rope_scaling": {
|
12 |
+
"type": "linear",
|
13 |
+
"factor": 8.0
|
14 |
+
},
|
15 |
+
"torch_dtype": "bfloat16",
|
16 |
+
"model_type": "llama"
|
17 |
}
|