Update config.json
Browse files- config.json +4 -2
config.json
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "ponet",
|
3 |
"architectures": [
|
4 |
"PoNetForPreTraining"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
"AutoConfig": "configuration_ponet.PoNetConfig",
|
8 |
-
"
|
|
|
|
|
9 |
},
|
10 |
"classifier_dropout": null,
|
11 |
"clsgsepg": true,
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "chtan/ponet-base-uncased",
|
3 |
"architectures": [
|
4 |
"PoNetForPreTraining"
|
5 |
],
|
6 |
"auto_map": {
|
7 |
"AutoConfig": "configuration_ponet.PoNetConfig",
|
8 |
+
"AutoModel": "modeling_ponet.PoNetModel",
|
9 |
+
"AutoModelForPreTraining": "modeling_ponet.PoNetForPreTraining",
|
10 |
+
"AutoModelForSequenceClassification": "modeling_ponet.PoNetForSequenceClassification"
|
11 |
},
|
12 |
"classifier_dropout": null,
|
13 |
"clsgsepg": true,
|