Commit
·
ff93696
1
Parent(s):
e4baa14
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
datasets:
|
| 4 |
+
- ucberkeley-dlab/measuring-hate-speech
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
metrics:
|
| 8 |
+
- f1
|
| 9 |
+
- accuracy
|
| 10 |
+
pipeline_tag: text-classification
|
| 11 |
+
widget:
|
| 12 |
+
- text: Yellow peril.
|
| 13 |
+
example_title: Age Hate Example
|
| 14 |
+
- text: Nietzsche said 'God is dead'.
|
| 15 |
+
example_title: Religion Hate Example
|
| 16 |
+
- text: Go back to where you came from.
|
| 17 |
+
example_title: Origin Hate Example
|
| 18 |
+
- text: You're being emotional.
|
| 19 |
+
example_title: Gender Hate Example
|
| 20 |
+
- text: I identify as a sandwich.
|
| 21 |
+
example_title: Sexuality Hate Example
|
| 22 |
+
- text: Old fart.
|
| 23 |
+
example_title: Age Hate Example
|
| 24 |
+
- text: Confined to a wheelchair.
|
| 25 |
+
example_title: Disability Hate Example
|
| 26 |
+
---
|