Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -1,3 +1,51 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-nc-sa-4.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-sa-4.0
|
| 3 |
+
dataset_info:
|
| 4 |
+
features:
|
| 5 |
+
- name: id
|
| 6 |
+
dtype: string
|
| 7 |
+
- name: text
|
| 8 |
+
dtype: string
|
| 9 |
+
- name: image
|
| 10 |
+
dtype: image
|
| 11 |
+
- name: img_path
|
| 12 |
+
dtype: string
|
| 13 |
+
- name: prop_label
|
| 14 |
+
dtype:
|
| 15 |
+
class_label:
|
| 16 |
+
names:
|
| 17 |
+
'0': not_propaganda
|
| 18 |
+
'1': propaganda
|
| 19 |
+
- name: hate_label
|
| 20 |
+
dtype:
|
| 21 |
+
class_label:
|
| 22 |
+
names:
|
| 23 |
+
'0': not-hateful
|
| 24 |
+
'1': hateful
|
| 25 |
+
- name: hate_fine_grained_label
|
| 26 |
+
dtype:
|
| 27 |
+
class_label:
|
| 28 |
+
names:
|
| 29 |
+
'0': sarcasm
|
| 30 |
+
'1': humor
|
| 31 |
+
'2': inciting_violence
|
| 32 |
+
'3': mocking
|
| 33 |
+
'4': other
|
| 34 |
+
'5': exclusion
|
| 35 |
+
'6': dehumanizing
|
| 36 |
+
'7': contempt
|
| 37 |
+
'8': inferiority
|
| 38 |
+
'9': slurs
|
| 39 |
+
splits:
|
| 40 |
+
- name: train
|
| 41 |
+
num_bytes: 156541594.307
|
| 42 |
+
num_examples: 2143
|
| 43 |
+
- name: dev
|
| 44 |
+
num_bytes: 21725452.0
|
| 45 |
+
num_examples: 312
|
| 46 |
+
- name: test
|
| 47 |
+
num_bytes: 45373687.0
|
| 48 |
+
num_examples: 606
|
| 49 |
+
download_size: 221704545
|
| 50 |
+
dataset_size: 223640733.307
|
| 51 |
+
---
|