AhmedOthman
commited on
Upload config.json
Browse files- config.json +14 -0
config.json
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": ["LlamaForCausalLM"],
|
3 |
+
"model_type": "llama",
|
4 |
+
"vocab_size": 32000,
|
5 |
+
"hidden_size": 4096,
|
6 |
+
"num_attention_heads": 32,
|
7 |
+
"num_hidden_layers": 24,
|
8 |
+
"max_position_embeddings": 2048,
|
9 |
+
"layer_norm_eps": 1e-6,
|
10 |
+
"initializer_range": 0.02,
|
11 |
+
"do_sample": true,
|
12 |
+
"top_k": 50,
|
13 |
+
"top_p": 1.0
|
14 |
+
}
|