Datasets:
Tasks:
Text Classification
Sub-tasks:
sentiment-classification
Languages:
English
Size:
1K<n<10K
License:
Commit
•
4365799
1
Parent(s):
fabf4e7
Replace YAML keys from int to str (#1)
Browse files- Replace YAML keys from int to str (bd73a555398d6d26b44850a2abf3e75bdc7750df)
README.md
CHANGED
@@ -1,15 +1,14 @@
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
- crowdsourced
|
4 |
-
language:
|
5 |
-
- en
|
6 |
language_creators:
|
7 |
- found
|
|
|
|
|
8 |
license:
|
9 |
- unknown
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
-
pretty_name: MovieRationales
|
13 |
size_categories:
|
14 |
- 1K<n<10K
|
15 |
source_datasets:
|
@@ -18,7 +17,7 @@ task_categories:
|
|
18 |
- text-classification
|
19 |
task_ids:
|
20 |
- sentiment-classification
|
21 |
-
|
22 |
dataset_info:
|
23 |
features:
|
24 |
- name: review
|
@@ -27,8 +26,8 @@ dataset_info:
|
|
27 |
dtype:
|
28 |
class_label:
|
29 |
names:
|
30 |
-
0: NEG
|
31 |
-
1: POS
|
32 |
- name: evidences
|
33 |
sequence: string
|
34 |
splits:
|
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
- crowdsourced
|
|
|
|
|
4 |
language_creators:
|
5 |
- found
|
6 |
+
language:
|
7 |
+
- en
|
8 |
license:
|
9 |
- unknown
|
10 |
multilinguality:
|
11 |
- monolingual
|
|
|
12 |
size_categories:
|
13 |
- 1K<n<10K
|
14 |
source_datasets:
|
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- sentiment-classification
|
20 |
+
pretty_name: MovieRationales
|
21 |
dataset_info:
|
22 |
features:
|
23 |
- name: review
|
|
|
26 |
dtype:
|
27 |
class_label:
|
28 |
names:
|
29 |
+
'0': NEG
|
30 |
+
'1': POS
|
31 |
- name: evidences
|
32 |
sequence: string
|
33 |
splits:
|