felixmk0 commited on
Commit
26f0d5a
·
verified ·
1 Parent(s): 74b2b85

Model Type ERROR

Browse files

... Unrecognized model in SuperAnnotate/ai-detector. Should have a `model_type` key in config.json ...

Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -9,5 +9,6 @@
9
  "GENERATED": 0
10
  },
11
  "label_smoothing": 0.27,
12
- "transformers_version": "4.45.0"
 
13
  }
 
9
  "GENERATED": 0
10
  },
11
  "label_smoothing": 0.27,
12
+ "transformers_version": "4.45.0",
13
+ "model_type": "roberta"
14
  }