felixmk0 commited on
Commit
3584daa
·
verified ·
1 Parent(s): bd9e8d7

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: ...."

Files changed (1) hide show
  1. 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
  }