Datasets:
Commit
·
2a0e854
1
Parent(s):
e26fb5b
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -11,20 +11,18 @@ dataset_info:
|
|
11 |
dtype: int64
|
12 |
- name: sa
|
13 |
dtype: int64
|
14 |
-
- name: __index_level_0__
|
15 |
-
dtype: int64
|
16 |
splits:
|
17 |
- name: train
|
18 |
-
num_bytes:
|
19 |
num_examples: 1613790
|
20 |
- name: test
|
21 |
-
num_bytes:
|
22 |
num_examples: 448276
|
23 |
- name: dev
|
24 |
-
num_bytes:
|
25 |
num_examples: 179310
|
26 |
-
download_size:
|
27 |
-
dataset_size:
|
28 |
---
|
29 |
|
30 |
The Moji dataset (Blodgett et al., 2016) (http://slanglab.cs.umass.edu/TwitterAAE/) contains tweets used for sentiment analysis (either positive or negative sentiment), with additional information on the type of English used in the tweets which is a sensitive attribute considered in fairness-aware approaches (African-American English (AAE) or Standard-American English (SAE)).
|
|
|
11 |
dtype: int64
|
12 |
- name: sa
|
13 |
dtype: int64
|
|
|
|
|
14 |
splits:
|
15 |
- name: train
|
16 |
+
num_bytes: 128596235
|
17 |
num_examples: 1613790
|
18 |
- name: test
|
19 |
+
num_bytes: 35731728
|
20 |
num_examples: 448276
|
21 |
- name: dev
|
22 |
+
num_bytes: 14325121
|
23 |
num_examples: 179310
|
24 |
+
download_size: 93470968
|
25 |
+
dataset_size: 178653084
|
26 |
---
|
27 |
|
28 |
The Moji dataset (Blodgett et al., 2016) (http://slanglab.cs.umass.edu/TwitterAAE/) contains tweets used for sentiment analysis (either positive or negative sentiment), with additional information on the type of English used in the tweets which is a sensitive attribute considered in fairness-aware approaches (African-American English (AAE) or Standard-American English (SAE)).
|