update config
Browse files- config.json +25 -20
config.json
CHANGED
|
@@ -4,25 +4,30 @@
|
|
| 4 |
"DeBERTa"
|
| 5 |
],
|
| 6 |
"auto_map": {
|
| 7 |
-
"AutoConfig": "modeling.config.
|
| 8 |
-
"AutoModel": "
|
| 9 |
-
"AutoModelForSeq2SeqLM": "modeling_chatglm.ChatGLMForConditionalGeneration"
|
| 10 |
},
|
| 11 |
-
"
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
"
|
| 15 |
-
"
|
| 16 |
-
"
|
| 17 |
-
"
|
| 18 |
-
"
|
| 19 |
-
"
|
| 20 |
-
"
|
| 21 |
-
"
|
| 22 |
-
"
|
| 23 |
-
"
|
| 24 |
-
"
|
| 25 |
-
"
|
| 26 |
-
"
|
| 27 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
}
|
|
|
|
| 4 |
"DeBERTa"
|
| 5 |
],
|
| 6 |
"auto_map": {
|
| 7 |
+
"AutoConfig": "modeling.config.DebertaConfig",
|
| 8 |
+
"AutoModel": "modeling.deberta.DeBERTa"
|
|
|
|
| 9 |
},
|
| 10 |
+
"attention_head_size": 64,
|
| 11 |
+
"attention_probs_dropout_prob": 0.1,
|
| 12 |
+
"hidden_act": "gelu",
|
| 13 |
+
"hidden_dropout_prob": 0.1,
|
| 14 |
+
"hidden_size": 768,
|
| 15 |
+
"initializer_range": 0.02,
|
| 16 |
+
"intermediate_size": 3072,
|
| 17 |
+
"layer_norm_eps": 1e-07,
|
| 18 |
+
"max_position_embeddings": 512,
|
| 19 |
+
"max_relative_positions": -1,
|
| 20 |
+
"norm_rel_ebd": "layer_norm",
|
| 21 |
+
"num_attention_heads": 12,
|
| 22 |
+
"num_hidden_layers": 12,
|
| 23 |
+
"padding_idx": 0,
|
| 24 |
+
"pos_att_type": "p2c|c2p",
|
| 25 |
+
"position_biased_input": false,
|
| 26 |
+
"position_buckets": 128,
|
| 27 |
+
"relative_attention": true,
|
| 28 |
+
"share_att_key": true,
|
| 29 |
+
"type_vocab_size": 0,
|
| 30 |
+
"vocab_size": 22669,
|
| 31 |
+
"tokenizer_class": "BertTokenizer",
|
| 32 |
+
"model_type": "deberta-v2"
|
| 33 |
}
|