ApostolosK
commited on
Update DeBERTaV3-xsmall/config.json
Browse files- DeBERTaV3-xsmall/config.json +21 -45
DeBERTaV3-xsmall/config.json
CHANGED
@@ -1,47 +1,23 @@
|
|
1 |
{
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
"vocab_size": 50100
|
24 |
-
},
|
25 |
-
"generator":{
|
26 |
-
"attention_probs_dropout_prob": 0.1,
|
27 |
-
"hidden_act": "gelu",
|
28 |
-
"hidden_dropout_prob": 0.1,
|
29 |
-
"hidden_size": 384,
|
30 |
-
"initializer_range": 0.02,
|
31 |
-
"intermediate_size": 1536,
|
32 |
-
"max_position_embeddings": 512,
|
33 |
-
"relative_attention": true,
|
34 |
-
"position_buckets": 256,
|
35 |
-
"norm_rel_ebd": "layer_norm",
|
36 |
-
"share_att_key": true,
|
37 |
-
"pos_att_type": "p2c|c2p",
|
38 |
-
"layer_norm_eps": 1e-7,
|
39 |
-
"max_relative_positions": -1,
|
40 |
-
"position_biased_input": false,
|
41 |
-
"num_attention_heads": 6,
|
42 |
-
"attention_head_size": 64,
|
43 |
-
"num_hidden_layers": 6,
|
44 |
-
"type_vocab_size": 0,
|
45 |
-
"vocab_size": 50100
|
46 |
-
}
|
47 |
}
|
|
|
1 |
{
|
2 |
+
"model_type": "deberta-v2",
|
3 |
+
"attention_probs_dropout_prob": 0.1,
|
4 |
+
"hidden_act": "gelu",
|
5 |
+
"hidden_dropout_prob": 0.1,
|
6 |
+
"hidden_size": 384,
|
7 |
+
"initializer_range": 0.02,
|
8 |
+
"intermediate_size": 1536,
|
9 |
+
"max_position_embeddings": 512,
|
10 |
+
"relative_attention": true,
|
11 |
+
"position_buckets": 256,
|
12 |
+
"norm_rel_ebd": "layer_norm",
|
13 |
+
"share_att_key": true,
|
14 |
+
"pos_att_type": "p2c|c2p",
|
15 |
+
"layer_norm_eps": 1e-7,
|
16 |
+
"max_relative_positions": -1,
|
17 |
+
"position_biased_input": false,
|
18 |
+
"num_attention_heads": 6,
|
19 |
+
"attention_head_size": 64,
|
20 |
+
"num_hidden_layers": 12,
|
21 |
+
"type_vocab_size": 0,
|
22 |
+
"vocab_size": 50100
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
}
|