Upload model_config.json
Browse files- model_config.json +20 -0
model_config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation_dropout": 0.0,
|
3 |
+
"activation_function": "relu",
|
4 |
+
"attention_dropout": 0.0,
|
5 |
+
"bos_token_id": 0,
|
6 |
+
"hidden_size": 768,
|
7 |
+
"do_layer_norm_before": true,
|
8 |
+
"dropout": 0.1,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"ffn_dim": 3072,
|
11 |
+
"init_std": 0.02,
|
12 |
+
"layerdrop": 0.0,
|
13 |
+
"max_position_embeddings": 2048,
|
14 |
+
"num_attention_heads": 12,
|
15 |
+
"num_hidden_layers": 12,
|
16 |
+
"pad_token_id": 1,
|
17 |
+
"use_cache": true,
|
18 |
+
"vocab_size": 50272,
|
19 |
+
"word_embed_proj_dim": 768
|
20 |
+
}
|