Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
multi-class-classification
Languages:
Danish
Size:
1K - 10K
License:
Commit
•
4650509
1
Parent(s):
261ce48
Replace YAML keys from int to str
Browse filesReplace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275
README.md
CHANGED
@@ -17,7 +17,6 @@ task_categories:
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- multi-class-classification
|
20 |
-
paperswithcode_id: null
|
21 |
pretty_name: DanishPoliticalComments
|
22 |
dataset_info:
|
23 |
features:
|
@@ -29,11 +28,11 @@ dataset_info:
|
|
29 |
dtype:
|
30 |
class_label:
|
31 |
names:
|
32 |
-
0: '2'
|
33 |
-
1: '1'
|
34 |
-
2: '0'
|
35 |
-
3: '-1'
|
36 |
-
4: '-2'
|
37 |
splits:
|
38 |
- name: train
|
39 |
num_bytes: 829569
|
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- multi-class-classification
|
|
|
20 |
pretty_name: DanishPoliticalComments
|
21 |
dataset_info:
|
22 |
features:
|
|
|
28 |
dtype:
|
29 |
class_label:
|
30 |
names:
|
31 |
+
'0': '2'
|
32 |
+
'1': '1'
|
33 |
+
'2': '0'
|
34 |
+
'3': '-1'
|
35 |
+
'4': '-2'
|
36 |
splits:
|
37 |
- name: train
|
38 |
num_bytes: 829569
|