Spaces:
Running
Running
Update ai_text_detector_valid_final.py
Browse files
ai_text_detector_valid_final.py
CHANGED
|
@@ -5,7 +5,7 @@ import numpy as np
|
|
| 5 |
# Multiple AI text detection models
|
| 6 |
MODELS = {
|
| 7 |
"OpenAI Detector": "roberta-base-openai-detector", # HuggingFace OpenAI GPT-2 detector
|
| 8 |
-
"DeBERTa Detector": "
|
| 9 |
"GPTZero-Style": "Hello-SimpleAI/chatgpt-detector-roberta" # Another HF model
|
| 10 |
}
|
| 11 |
|
|
|
|
| 5 |
# Multiple AI text detection models
|
| 6 |
MODELS = {
|
| 7 |
"OpenAI Detector": "roberta-base-openai-detector", # HuggingFace OpenAI GPT-2 detector
|
| 8 |
+
"DeBERTa Detector": "distilbert-base-uncased-finetuned-sst-2-english", # Community AI detector
|
| 9 |
"GPTZero-Style": "Hello-SimpleAI/chatgpt-detector-roberta" # Another HF model
|
| 10 |
}
|
| 11 |
|