Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -3,8 +3,8 @@
|
|
| 3 |
"ListConRanker"
|
| 4 |
],
|
| 5 |
"auto_map": {
|
| 6 |
-
"AutoConfig": "
|
| 7 |
-
"AutoModelForSequenceClassification": "
|
| 8 |
},
|
| 9 |
"attention_probs_dropout_prob": 0.1,
|
| 10 |
"classifier_dropout": null,
|
|
|
|
| 3 |
"ListConRanker"
|
| 4 |
],
|
| 5 |
"auto_map": {
|
| 6 |
+
"AutoConfig": "configuration_listconranker.ListConRankerConfig",
|
| 7 |
+
"AutoModelForSequenceClassification": "modeling_listconranker.ListConRankerModel"
|
| 8 |
},
|
| 9 |
"attention_probs_dropout_prob": 0.1,
|
| 10 |
"classifier_dropout": null,
|