Konstantin
commited on
Commit
·
6e0ed9b
1
Parent(s):
f434c2d
Add examples to widget
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
- de
|
4 |
tags:
|
5 |
- distilbert
|
@@ -7,6 +7,15 @@ tags:
|
|
7 |
- classification
|
8 |
datasets:
|
9 |
- germeval21
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
# German Toxic Comment Classification
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
- de
|
4 |
tags:
|
5 |
- distilbert
|
|
|
7 |
- classification
|
8 |
datasets:
|
9 |
- germeval21
|
10 |
+
widget:
|
11 |
+
- text: "Das ist ein guter Punkt, so hatte ich das noch nicht betrachtet."
|
12 |
+
example_title: "Agreement (non-toxic)"
|
13 |
+
- text: "Wow, was ein geiles Spiel. Glückwunsch."
|
14 |
+
example_title: "Football (non-toxic)"
|
15 |
+
- text: "Halt deine scheiß Fresse, du Arschloch"
|
16 |
+
example_title: "Silence (toxic)"
|
17 |
+
- text: "Verpiss dich, du dreckiger Hurensohn."
|
18 |
+
example_title: "Dismiss (toxic)"
|
19 |
---
|
20 |
|
21 |
# German Toxic Comment Classification
|