Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,17 @@
|
|
|
|
1 |
|
2 |
-
|
3 |
-
This model classifies YouTube comments as **Spam** or **Not Spam**.
|
4 |
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# TinyBERT YouTube Spam Detector
|
2 |
|
3 |
+
A simple model that checks if YouTube comments are **Spam** or **Not Spam** using **TinyBERT**.
|
|
|
4 |
|
5 |
+
## Task
|
6 |
+
- **Text Classification**: Classifies comments as **Spam** or **Not Spam**.
|
7 |
+
|
8 |
+
## How It Works
|
9 |
+
1. Enter a YouTube comment.
|
10 |
+
2. The model predicts if it's **Spam** or **Not Spam**.
|
11 |
+
|
12 |
+
## Tools Used
|
13 |
+
- **Model:** TinyBERT
|
14 |
+
- **Framework:** Python, Hugging Face Transformers
|
15 |
+
|
16 |
+
---
|
17 |
+
*Simple and fast spam detection for YouTube comments.*
|