Delete config.json
Browse files- config.json +0 -26
config.json
DELETED
@@ -1,26 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"attention_probs_dropout_prob": 0.1,
|
3 |
-
"hidden_act": "gelu",
|
4 |
-
"hidden_dropout_prob": 0.1,
|
5 |
-
"hidden_size": 768,
|
6 |
-
"initializer_range": 0.02,
|
7 |
-
"intermediate_size": 3072,
|
8 |
-
"max_position_embeddings": 512,
|
9 |
-
"relative_attention": true,
|
10 |
-
"position_buckets": 256,
|
11 |
-
"norm_rel_ebd": "layer_norm",
|
12 |
-
"share_att_key": true,
|
13 |
-
"pos_att_type": "p2c|c2p",
|
14 |
-
"layer_norm_eps": 1e-7,
|
15 |
-
"max_relative_positions": -1,
|
16 |
-
"position_biased_input": false,
|
17 |
-
"num_attention_heads": 12,
|
18 |
-
"attention_head_size": 64,
|
19 |
-
"num_hidden_layers": 12,
|
20 |
-
"type_vocab_size": 0,
|
21 |
-
"vocab_size": 50100,
|
22 |
-
"model_type": "deberta-v2",
|
23 |
-
"architectures": ["DebertaV2Model"],
|
24 |
-
"vocab_file": "sentencepiece.model",
|
25 |
-
"tokenizer_class": "DebertaV2Tokenizer"
|
26 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|