WESTARBJUNIORSUPERO
commited on
Commit
•
d2b4a79
1
Parent(s):
dc5a3b7
Create config.json
Browse files- config.json +16 -0
config.json
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"LlamaForCausalLM"
|
4 |
+
],
|
5 |
+
"hidden_size": 4096,
|
6 |
+
"intermediate_size": 16384,
|
7 |
+
"num_attention_heads": 32,
|
8 |
+
"num_hidden_layers": 24,
|
9 |
+
"vocab_size": 32000,
|
10 |
+
"max_position_embeddings": 2048,
|
11 |
+
"model_type": "llama",
|
12 |
+
"initializer_range": 0.02,
|
13 |
+
"layer_norm_eps": 1e-12,
|
14 |
+
"hidden_dropout_prob": 0.1,
|
15 |
+
"attention_probs_dropout_prob": 0.1
|
16 |
+
}
|