Datasets:
Tasks:
Text Classification
Sub-tasks:
sentiment-classification
Languages:
Romanian
Size:
10K<n<100K
ArXiv:
License:
Commit
·
30fe6d6
1
Parent(s):
d886f9d
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (155e72d165c3679704df64fbabc2b60c044aa973)
README.md
CHANGED
@@ -17,7 +17,6 @@ task_categories:
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- sentiment-classification
|
20 |
-
paperswithcode_id: null
|
21 |
pretty_name: RoSent
|
22 |
dataset_info:
|
23 |
features:
|
@@ -31,8 +30,8 @@ dataset_info:
|
|
31 |
dtype:
|
32 |
class_label:
|
33 |
names:
|
34 |
-
0: negative
|
35 |
-
1: positive
|
36 |
splits:
|
37 |
- name: train
|
38 |
num_bytes: 8367687
|
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- sentiment-classification
|
|
|
20 |
pretty_name: RoSent
|
21 |
dataset_info:
|
22 |
features:
|
|
|
30 |
dtype:
|
31 |
class_label:
|
32 |
names:
|
33 |
+
'0': negative
|
34 |
+
'1': positive
|
35 |
splits:
|
36 |
- name: train
|
37 |
num_bytes: 8367687
|