Datasets:
Tasks:
Text Classification
Formats:
csv
Sub-tasks:
sentiment-classification
Languages:
English
Size:
10K - 100K
License:
kikoarizeai
commited on
Commit
·
d7acde6
1
Parent(s):
181e3a9
Update README.md
Browse files
README.md
CHANGED
@@ -51,15 +51,15 @@ task_ids:
|
|
51 |
|
52 |
### Dataset Summary
|
53 |
|
54 |
-
This dataset was crafted to be used in our tutorial [Link to the tutorial when ready]. It consists on a large Movie Review Dataset mixed with some reviews from a Hotel Review Dataset. The training/validation set are purely obtained from the Movie Review Dataset while the production set is mixed. Some other features have been added (`age
|
55 |
|
56 |
### Supported Tasks and Leaderboards
|
57 |
|
58 |
-
|
59 |
|
60 |
### Languages
|
61 |
|
62 |
-
|
63 |
|
64 |
## Dataset Structure
|
65 |
|
|
|
51 |
|
52 |
### Dataset Summary
|
53 |
|
54 |
+
This dataset was crafted to be used in our tutorial [Link to the tutorial when ready]. It consists on a large Movie Review Dataset mixed with some reviews from a Hotel Review Dataset. The training/validation set are purely obtained from the Movie Review Dataset while the production set is mixed. Some other features have been added (`age`, `gender`, `context`) as well as a made up timestamp `prediction_ts` of when the inference took place.
|
55 |
|
56 |
### Supported Tasks and Leaderboards
|
57 |
|
58 |
+
`text-classification`, `sentiment-classification`: The dataset is mainly used for text classification: given the text, predict the sentiment (positive or negative).
|
59 |
|
60 |
### Languages
|
61 |
|
62 |
+
Text is mainly written in english.
|
63 |
|
64 |
## Dataset Structure
|
65 |
|