lucifer112
commited on
Commit
•
eb906f8
1
Parent(s):
a38cffd
Upload config.json with huggingface_hub
Browse files- config.json +15 -0
config.json
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "llama",
|
3 |
+
"vocab_size": 30522,
|
4 |
+
"hidden_size": 768,
|
5 |
+
"num_hidden_layers": 12,
|
6 |
+
"num_attention_heads": 12,
|
7 |
+
"intermediate_size": 3072,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"initializer_range": 0.02,
|
10 |
+
"layer_norm_eps": 1e-12,
|
11 |
+
"max_position_embeddings": 512,
|
12 |
+
"type_vocab_size": 2,
|
13 |
+
"attention_probs_dropout_prob": 0.1,
|
14 |
+
"hidden_dropout_prob": 0.1
|
15 |
+
}
|