Update README.md
Browse files
README.md
CHANGED
|
@@ -22,22 +22,20 @@ Training Data: The model was trained on a balanced dataset of human-written and
|
|
| 22 |
Input: Text with maximum length of 256 tokens
|
| 23 |
Output: Binary classification with probability score
|
| 24 |
|
| 25 |
-
## Use Cases
|
| 26 |
-
Content moderation: Identify AI-generated content in submissions
|
| 27 |
-
Academic integrity: Help detect AI-generated essays or assignments
|
| 28 |
-
Research: Study the differences between human and AI writing patterns
|
| 29 |
-
Media verification: Support efforts to label AI-generated content.
|
| 30 |
|
| 31 |
-
|
|
|
|
|
|
|
|
|
|
| 32 |
|
| 33 |
-
|
| 34 |
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
The model should be used as a tool to assist human judgment, not as the sole decision-maker.
|
| 41 |
|
| 42 |
Made with ❤️ by Abuzaid
|
| 43 |
|
|
|
|
| 22 |
Input: Text with maximum length of 256 tokens
|
| 23 |
Output: Binary classification with probability score
|
| 24 |
|
| 25 |
+
### Use Cases
|
|
|
|
|
|
|
|
|
|
|
|
|
| 26 |
|
| 27 |
+
- **Content moderation**: Identify AI-generated content in submissions
|
| 28 |
+
- **Academic integrity**: Help detect AI-generated essays or assignments
|
| 29 |
+
- **Research**: Study the differences between human and AI writing patterns
|
| 30 |
+
- **Media verification**: Support efforts to label AI-generated content
|
| 31 |
|
| 32 |
+
### Limitations
|
| 33 |
|
| 34 |
+
The model may not perform as well on:
|
| 35 |
+
- Very short texts
|
| 36 |
+
- Highly technical or specialized content
|
| 37 |
+
- Content from newer AI models it wasn't trained on
|
| 38 |
+
- Text that has been deliberately edited to evade detection
|
|
|
|
| 39 |
|
| 40 |
Made with ❤️ by Abuzaid
|
| 41 |
|