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
@@ -9,16 +16,21 @@ To integrate the detector with your project on the SuperAnnotate platform, pleas
9
16
10
17
### Model ###
11
18
12
-
The Generated Text Detection model is based on a fine-tuned RoBERTa Large architecture. Trained on a diverse dataset sourced from multiple open datasets, it excels at classifying text inputs as either generated/synthetic or human-written. \
13
-
For more details and access to the model, visit its [Hugging Face Model Hub page](https://huggingface.co/SuperAnnotate/roberta-large-llm-content-detector).
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
+
This model is optimized for robust detection, offering two configurations based on specific needs:
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)
24
+
25
+
For more details and access to the model weights, please refer to the links above on the Hugging Face Model Hub.
14
26
15
27
## How to run it ##
16
28
17
29
### API Service Configuration ###
18
30
19
31
You can deploy the service wherever it is convenient; one of the basic options is on a created EC2 instance. Learn about instance creation and setup [here](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EC2_GetStarted.html). \
20
32
Hardware requirements will depend on your on your deployment type. Recommended ec2 instances for deployment type 2:
0 commit comments