Spaces:
Running
Running
Commit
Β·
78cde11
1
Parent(s):
db8f51d
UI - theme
Browse files
app.py
CHANGED
|
@@ -51,10 +51,11 @@ title = "Detect AI Generated Texts!"
|
|
| 51 |
description = """
|
| 52 |
|
| 53 |
|
|
|
|
| 54 |
Detect AI-generated texts with precision using the new **ModernBERT** model, fine-tuned for machine-generated text detection, and capable of identifying 40 different models.
|
| 55 |
|
| 56 |
-
|
| 57 |
-
|
| 58 |
|
| 59 |
**Note:** The longer the text, the better the detection accuracy.
|
| 60 |
|
|
|
|
| 51 |
description = """
|
| 52 |
|
| 53 |
|
| 54 |
+
|
| 55 |
Detect AI-generated texts with precision using the new **ModernBERT** model, fine-tuned for machine-generated text detection, and capable of identifying 40 different models.
|
| 56 |
|
| 57 |
+
- π€ - **Identify AI Models:** Reveals which LLM generated the text if detected as AI.
|
| 58 |
+
- β
- **Human Verification:** Marks human-written text with a green checkmark.
|
| 59 |
|
| 60 |
**Note:** The longer the text, the better the detection accuracy.
|
| 61 |
|