File size: 583 Bytes
82a3ff9 77d61f7 82a3ff9 77d61f7 82a3ff9 3f80557 52ab997 3f80557 52ab997 3f80557 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
---
language: en
pipeline_tag: text-classification
tags:
- spam-detection
- youtube-comments
- bert
---
# TinyBERT YouTube Spam Detector
A simple model that checks if YouTube comments are **Spam** or **Not Spam** using **TinyBERT**.
## Task
- **Text Classification**: Classifies comments as **Spam** or **Not Spam**.
## How It Works
1. Enter a YouTube comment.
2. The model predicts if it's **Spam** or **Not Spam**.
## Tools Used
- **Model:** TinyBERT
- **Framework:** Python, Hugging Face Transformers
---
*Simple and fast spam detection for YouTube comments.*
|