Datasets:
thibaudltn
commited on
Commit
·
84c43d8
1
Parent(s):
7c08531
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -3,6 +3,20 @@ task_categories:
|
|
3 |
- text-classification
|
4 |
language:
|
5 |
- en
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
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)).
|
|
|
3 |
- text-classification
|
4 |
language:
|
5 |
- en
|
6 |
+
dataset_info:
|
7 |
+
features:
|
8 |
+
- name: text
|
9 |
+
dtype: string
|
10 |
+
- name: label
|
11 |
+
dtype: int64
|
12 |
+
- name: sa
|
13 |
+
dtype: int64
|
14 |
+
splits:
|
15 |
+
- name: train
|
16 |
+
num_bytes: 178653084
|
17 |
+
num_examples: 2241376
|
18 |
+
download_size: 91283989
|
19 |
+
dataset_size: 178653084
|
20 |
---
|
21 |
|
22 |
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)).
|