gxy commited on
Commit
6f4fcfc
1 Parent(s): d8413c8

FEAT: first commit

Browse files
Files changed (1) hide show
  1. config.json +3 -0
config.json CHANGED
@@ -1,5 +1,8 @@
1
  {
2
  "model_type": "deberta-v2",
 
 
 
3
  "attention_probs_dropout_prob": 0.1,
4
  "hidden_act": "gelu",
5
  "hidden_dropout_prob": 0.1,
 
1
  {
2
  "model_type": "deberta-v2",
3
+ "architectures": [
4
+ "DebertaV2ForMaskedLM"
5
+ ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "hidden_act": "gelu",
8
  "hidden_dropout_prob": 0.1,