Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
Tags:
sentiment
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,8 @@ configs:
|
|
| 17 |
data_files:
|
| 18 |
- split: train
|
| 19 |
path: data/train-*
|
|
|
|
|
|
|
| 20 |
---
|
| 21 |
# Sentiment Analysis dataset
|
| 22 |
|
|
@@ -36,6 +38,10 @@ This dataset is a concatenation of the [`IMDB 50K`](https://www.kaggle.com/datas
|
|
| 36 |
|
| 37 |
The dataset consists of a data frame with the following columns:
|
| 38 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
|
| 40 |
## How to use
|
| 41 |
|
|
@@ -48,4 +54,4 @@ dataset = load_dataset("AiresPucrs/sentiment-analysis", split='train')
|
|
| 48 |
|
| 49 |
## License
|
| 50 |
|
| 51 |
-
This dataset is licensed under the Apache
|
|
|
|
| 17 |
data_files:
|
| 18 |
- split: train
|
| 19 |
path: data/train-*
|
| 20 |
+
language:
|
| 21 |
+
- en
|
| 22 |
---
|
| 23 |
# Sentiment Analysis dataset
|
| 24 |
|
|
|
|
| 38 |
|
| 39 |
The dataset consists of a data frame with the following columns:
|
| 40 |
|
| 41 |
+
-**text:**
|
| 42 |
+
|
| 43 |
+
-**label:**
|
| 44 |
+
|
| 45 |
|
| 46 |
## How to use
|
| 47 |
|
|
|
|
| 54 |
|
| 55 |
## License
|
| 56 |
|
| 57 |
+
This dataset is licensed under the Apache License 2.0.
|