Update config.json
Browse files- config.json +25 -0
config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"activation": "gelu",
|
3 |
+
"attention_dropout": 0.1,
|
4 |
+
"dim": 768,
|
5 |
+
"dropout": 0.1,
|
6 |
+
"finetuning_task": null,
|
7 |
+
"hidden_dim": 3072,
|
8 |
+
"initializer_range": 0.02,
|
9 |
+
"is_decoder": false,
|
10 |
+
"max_position_embeddings": 512,
|
11 |
+
"n_heads": 12,
|
12 |
+
"n_layers": 6,
|
13 |
+
"num_labels": 2,
|
14 |
+
"output_attentions": false,
|
15 |
+
"output_hidden_states": true,
|
16 |
+
"output_past": true,
|
17 |
+
"pruned_heads": {},
|
18 |
+
"qa_dropout": 0.1,
|
19 |
+
"seq_classif_dropout": 0.2,
|
20 |
+
"sinusoidal_pos_embds": true,
|
21 |
+
"tie_weights_": true,
|
22 |
+
"torchscript": false,
|
23 |
+
"use_bfloat16": false,
|
24 |
+
"vocab_size": 119547
|
25 |
+
}
|