Update README.md
Browse files
README.md
CHANGED
|
@@ -1 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
This model classifies whether a tweet is clickbait or not. It has been trained using [Webis-Clickbait-17](https://webis.de/data/webis-clickbait-17.html) dataset. Input is composed of 'postText'. Achieved ~0.7 F1-score on test data.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- eng
|
| 4 |
+
tags:
|
| 5 |
+
- Tweet
|
| 6 |
+
- Twitter
|
| 7 |
+
- Clickbait
|
| 8 |
+
- Spam
|
| 9 |
+
license: apache-2.0
|
| 10 |
+
datasets:
|
| 11 |
+
- Webis-Clickbait-17
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
This model classifies whether a tweet is clickbait or not. It has been trained using [Webis-Clickbait-17](https://webis.de/data/webis-clickbait-17.html) dataset. Input is composed of 'postText'. Achieved ~0.7 F1-score on test data.
|