Model type error
Browse files"Unrecognized model in SuperAnnotate/ai-detector. Should have a `model_type` key in its config.json, or contain one of the following strings in its name: ...."
- config.json +2 -1
config.json
CHANGED
@@ -9,5 +9,6 @@
|
|
9 |
"label_smoothing": 0.0,
|
10 |
"num_labels": 1,
|
11 |
"pretrain_checkpoint": "FacebookAI/roberta-large",
|
12 |
-
"transformers_version": "4.45.0"
|
|
|
13 |
}
|
|
|
9 |
"label_smoothing": 0.0,
|
10 |
"num_labels": 1,
|
11 |
"pretrain_checkpoint": "FacebookAI/roberta-large",
|
12 |
+
"transformers_version": "4.45.0",
|
13 |
+
"model_type": "roberta",
|
14 |
}
|