Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# TinyBERT YouTube Spam Detector
|
2 |
|
3 |
A simple model that checks if YouTube comments are **Spam** or **Not Spam** using **TinyBERT**.
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
license: apache-2.0
|
4 |
+
tags:
|
5 |
+
- text-classification
|
6 |
+
- spam-detection
|
7 |
+
- bert
|
8 |
+
- youtube-comments
|
9 |
+
pipeline_tag: text-classification
|
10 |
+
model-index:
|
11 |
+
- name: TinyBERT YouTube Spam Detector
|
12 |
+
results: []
|
13 |
+
---
|
14 |
+
|
15 |
# TinyBERT YouTube Spam Detector
|
16 |
|
17 |
A simple model that checks if YouTube comments are **Spam** or **Not Spam** using **TinyBERT**.
|