sjrhuschlee
commited on
Commit
·
0fc618a
1
Parent(s):
d18a189
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"T5ForSequenceClassification"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
-
"AutoModelForSequenceClassification": "
|
8 |
},
|
9 |
"classifier_dropout": 0.0,
|
10 |
"d_ff": 2048,
|
|
|
4 |
"T5ForSequenceClassification"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
+
"AutoModelForSequenceClassification": "modeling_t5seq.T5ForSequenceClassification"
|
8 |
},
|
9 |
"classifier_dropout": 0.0,
|
10 |
"d_ff": 2048,
|