revert config
Browse files- config.json +1 -1
config.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "RobertaConfig",
|
7 |
"AutoModelForSequenceClassification": {
|
8 |
-
"pretrained_model_name_or_path": "RobertaNFQAClassification",
|
9 |
"trust_remote_code": true
|
10 |
}
|
11 |
},
|
|
|
5 |
"auto_map": {
|
6 |
"AutoConfig": "RobertaConfig",
|
7 |
"AutoModelForSequenceClassification": {
|
8 |
+
"pretrained_model_name_or_path": "nfqa_model.RobertaNFQAClassification",
|
9 |
"trust_remote_code": true
|
10 |
}
|
11 |
},
|