Datasets:
Tasks:
Text Classification
Sub-tasks:
sentiment-classification
Languages:
Polish
Size:
1K<n<10K
License:
Replace YAML keys from int to str
#2
by
albertvillanova
HF Staff
- opened
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: polemo2
|
| 22 |
dataset_info:
|
| 23 |
- config_name: in
|
|
@@ -28,10 +27,10 @@ dataset_info:
|
|
| 28 |
dtype:
|
| 29 |
class_label:
|
| 30 |
names:
|
| 31 |
-
0: __label__meta_amb
|
| 32 |
-
1: __label__meta_minus_m
|
| 33 |
-
2: __label__meta_plus_m
|
| 34 |
-
3: __label__meta_zero
|
| 35 |
splits:
|
| 36 |
- name: train
|
| 37 |
num_bytes: 4810215
|
|
@@ -52,10 +51,10 @@ dataset_info:
|
|
| 52 |
dtype:
|
| 53 |
class_label:
|
| 54 |
names:
|
| 55 |
-
0: __label__meta_amb
|
| 56 |
-
1: __label__meta_minus_m
|
| 57 |
-
2: __label__meta_plus_m
|
| 58 |
-
3: __label__meta_zero
|
| 59 |
splits:
|
| 60 |
- name: train
|
| 61 |
num_bytes: 4810215
|
|
|
|
| 17 |
- text-classification
|
| 18 |
task_ids:
|
| 19 |
- sentiment-classification
|
|
|
|
| 20 |
pretty_name: polemo2
|
| 21 |
dataset_info:
|
| 22 |
- config_name: in
|
|
|
|
| 27 |
dtype:
|
| 28 |
class_label:
|
| 29 |
names:
|
| 30 |
+
'0': __label__meta_amb
|
| 31 |
+
'1': __label__meta_minus_m
|
| 32 |
+
'2': __label__meta_plus_m
|
| 33 |
+
'3': __label__meta_zero
|
| 34 |
splits:
|
| 35 |
- name: train
|
| 36 |
num_bytes: 4810215
|
|
|
|
| 51 |
dtype:
|
| 52 |
class_label:
|
| 53 |
names:
|
| 54 |
+
'0': __label__meta_amb
|
| 55 |
+
'1': __label__meta_minus_m
|
| 56 |
+
'2': __label__meta_plus_m
|
| 57 |
+
'3': __label__meta_zero
|
| 58 |
splits:
|
| 59 |
- name: train
|
| 60 |
num_bytes: 4810215
|