Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
multi-class-classification
Languages:
Danish
Size:
1K - 10K
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,27 @@ task_ids:
|
|
19 |
- multi-class-classification
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: DanishPoliticalComments
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for DanishPoliticalComments
|
@@ -142,4 +163,4 @@ pretty_name: DanishPoliticalComments
|
|
142 |
[More Information Needed]
|
143 |
### Contributions
|
144 |
|
145 |
-
Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
|
|
|
19 |
- multi-class-classification
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: DanishPoliticalComments
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: id
|
25 |
+
dtype: string
|
26 |
+
- name: sentence
|
27 |
+
dtype: string
|
28 |
+
- name: target
|
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
|
40 |
+
num_examples: 9008
|
41 |
+
download_size: 690873
|
42 |
+
dataset_size: 829569
|
43 |
---
|
44 |
|
45 |
# Dataset Card for DanishPoliticalComments
|
|
|
163 |
[More Information Needed]
|
164 |
### Contributions
|
165 |
|
166 |
+
Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
|