nikitastheo
commited on
Commit
•
89a3c0b
1
Parent(s):
bbb9643
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
"auto_map": {
|
8 |
"AutoConfig": "configuration_ltgbert.LtgBertConfig",
|
9 |
"AutoModelForMaskedLM": "modeling_ltgbert.LtgBertForMaskedLM",
|
10 |
-
"AutoModelForSequenceClassification": "
|
11 |
},
|
12 |
"classifier_dropout": 0.2,
|
13 |
"hidden_dropout_prob": 0.1,
|
|
|
7 |
"auto_map": {
|
8 |
"AutoConfig": "configuration_ltgbert.LtgBertConfig",
|
9 |
"AutoModelForMaskedLM": "modeling_ltgbert.LtgBertForMaskedLM",
|
10 |
+
"AutoModelForSequenceClassification": "modeling_ltgbert.LtgBertForSequenceClassification"
|
11 |
},
|
12 |
"classifier_dropout": 0.2,
|
13 |
"hidden_dropout_prob": 0.1,
|