yangheng commited on
Commit
b63ac5f
1 Parent(s): 4183682

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -1,5 +1,9 @@
1
  {
2
  "_name_or_path": "yangheng/deberta-v3-large-absa",
 
 
 
 
3
  "attention_probs_dropout_prob": 0.1,
4
  "hidden_act": "gelu",
5
  "hidden_dropout_prob": 0.1,
 
1
  {
2
  "_name_or_path": "yangheng/deberta-v3-large-absa",
3
+ "_num_labels": 3,
4
+ "architectures": [
5
+ "DebertaForSequenceClassification"
6
+ ],
7
  "attention_probs_dropout_prob": 0.1,
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,