VictorYeste commited on
Commit
2e6d7c0
·
verified ·
1 Parent(s): 1b2f0cb

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -2
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "microsoft/deberta-base",
3
  "architectures": [
4
- "DebertaForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "hidden_act": "gelu",
@@ -70,5 +70,9 @@
70
  "relative_attention": true,
71
  "transformers_version": "4.45.2",
72
  "type_vocab_size": 0,
73
- "vocab_size": 50265
 
 
 
 
74
  }
 
1
  {
2
  "_name_or_path": "microsoft/deberta-base",
3
  "architectures": [
4
+ "EnhancedDebertaForSequenceClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
  "hidden_act": "gelu",
 
70
  "relative_attention": true,
71
  "transformers_version": "4.45.2",
72
  "type_vocab_size": 0,
73
+ "vocab_size": 50265,
74
+ "auto_map": {
75
+ "AutoModelForSequenceClassification": "modeling_enhanced_deberta.EnhancedDebertaForSequenceClassification"
76
+ },
77
+ "previous_sentences": true
78
  }