Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Sub-tasks:
sentiment-classification
Languages:
English
Size:
100K - 1M
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Sentiment Analysis Dataset
|
2 |
|
3 |
## Overview
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- sentiment-analysis-dataset
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
task_categories:
|
7 |
+
- text-classification
|
8 |
+
task_ids:
|
9 |
+
- sentiment-classification
|
10 |
+
size_categories:
|
11 |
+
- 100K<n<500K
|
12 |
+
license: cc-by-4.0
|
13 |
+
tags:
|
14 |
+
- sentiment-analysis
|
15 |
+
- text-classification
|
16 |
+
- balanced-dataset
|
17 |
+
- oversampling
|
18 |
+
- csv
|
19 |
+
pretty_name: Sentiment Analysis Dataset
|
20 |
+
dataset_info:
|
21 |
+
features:
|
22 |
+
- name: text
|
23 |
+
dtype: string
|
24 |
+
- name: label
|
25 |
+
dtype: int64
|
26 |
+
splits:
|
27 |
+
- name: train
|
28 |
+
num_examples: 121374
|
29 |
+
- name: validation
|
30 |
+
num_examples: 10499
|
31 |
+
- name: test
|
32 |
+
num_examples: 10499
|
33 |
+
size_in_bytes: ~11MB
|
34 |
+
format: csv
|
35 |
+
---
|
36 |
+
|
37 |
+
|
38 |
# Sentiment Analysis Dataset
|
39 |
|
40 |
## Overview
|