|
--- |
|
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.* |
|
|