yangwang825
commited on
Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
@@ -7,7 +7,8 @@
|
|
7 |
"attention_probs_dropout_prob": 0.1,
|
8 |
"auto_map": {
|
9 |
"AutoConfig": "configuration_pure_bert.PureBertConfig",
|
10 |
-
"AutoModel": "modeling_pure_bert.BertModel"
|
|
|
11 |
},
|
12 |
"center": false,
|
13 |
"classifier_dropout": null,
|
|
|
7 |
"attention_probs_dropout_prob": 0.1,
|
8 |
"auto_map": {
|
9 |
"AutoConfig": "configuration_pure_bert.PureBertConfig",
|
10 |
+
"AutoModel": "modeling_pure_bert.BertModel",
|
11 |
+
"AutoModelForSequenceClassification": "modeling_pure_bert.PureBertForSequenceClassification"
|
12 |
},
|
13 |
"center": false,
|
14 |
"classifier_dropout": null,
|