You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ To integrate the detector with your project on the SuperAnnotate platform, pleas
19
19
The Generated Text Detection model is built on a fine-tuned RoBERTa Large architecture. It has been extensively trained on a diverse dataset that includes internal generation and subset of RAID train dataset, enabling it to accurately classify text as either generated (synthetic) or human-written. \
20
20
This model is optimized for robust detection, offering two configurations based on specific needs:
21
21
22
-
-**Optimized for Low False Positive Rate (FPR):**[AI Detector](https://huggingface.co/SuperAnnotate/ai-detector)
23
-
-**Optimized for High Overall Prediction Accuracy:**[LLM Content Detector V2](https://huggingface.co/SuperAnnotate/roberta-large-llm-content-detector-V2)
22
+
-**Optimized for Low False Positive Rate (FPR):**[AI Detector Low FPR](https://huggingface.co/SuperAnnotate/ai-detector-low-fpr)
23
+
-**Optimized for High Overall Prediction Accuracy:**[AI Detector](https://huggingface.co/SuperAnnotate/ai-detector)
24
24
25
25
For more details and access to the model weights, please refer to the links above on the Hugging Face Model Hub.
26
26
@@ -52,7 +52,9 @@ Hardware requirements will depend on your on your deployment type. Recommended e
0 commit comments