Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,52 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: 'Unnamed: 0'
|
6 |
+
dtype: int64
|
7 |
+
- name: text_id
|
8 |
+
dtype: string
|
9 |
+
- name: target
|
10 |
+
dtype: string
|
11 |
+
- name: text
|
12 |
+
dtype: string
|
13 |
+
- name: annotator_id
|
14 |
+
dtype: string
|
15 |
+
- name: stakeholder
|
16 |
+
dtype: string
|
17 |
+
- name: stance
|
18 |
+
dtype: float64
|
19 |
+
- name: acceptability
|
20 |
+
dtype: float64
|
21 |
+
- name: sample
|
22 |
+
dtype: string
|
23 |
+
- name: comment
|
24 |
+
dtype: string
|
25 |
+
- name: care
|
26 |
+
dtype: float64
|
27 |
+
- name: fairness
|
28 |
+
dtype: float64
|
29 |
+
- name: loyalty
|
30 |
+
dtype: float64
|
31 |
+
- name: authority
|
32 |
+
dtype: float64
|
33 |
+
- name: purity
|
34 |
+
dtype: float64
|
35 |
+
- name: cluster
|
36 |
+
dtype: int64
|
37 |
+
- name: Gender identity
|
38 |
+
dtype: string
|
39 |
+
- name: annotation_id
|
40 |
+
dtype: string
|
41 |
+
splits:
|
42 |
+
- name: train
|
43 |
+
num_bytes: 4016857
|
44 |
+
num_examples: 11935
|
45 |
+
download_size: 1138689
|
46 |
+
dataset_size: 4016857
|
47 |
+
configs:
|
48 |
+
- config_name: default
|
49 |
+
data_files:
|
50 |
+
- split: train
|
51 |
+
path: data/train-*
|
52 |
---
|