MathewManoj commited on
Commit
3f80557
·
verified ·
1 Parent(s): 1a4acc3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -5
README.md CHANGED
@@ -1,7 +1,17 @@
 
1
 
2
- # TinyBERT Spam Detector
3
- This model classifies YouTube comments as **Spam** or **Not Spam**.
4
 
5
- ## Task
6
- - `text-classification`
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.*