Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
Swedish
Size:
100K - 1M
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -19,6 +19,29 @@ task_ids:
|
|
19 |
- sentiment-classification
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: Swedish Reviews
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for Swedish Reviews
|
@@ -156,4 +179,4 @@ No paper exists currently.
|
|
156 |
|
157 |
### Contributions
|
158 |
|
159 |
-
Thanks to [@timpal0l](https://github.com/timpal0l) for adding this dataset.
|
|
|
19 |
- sentiment-classification
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: Swedish Reviews
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: text
|
25 |
+
dtype: string
|
26 |
+
- name: label
|
27 |
+
dtype:
|
28 |
+
class_label:
|
29 |
+
names:
|
30 |
+
0: negative
|
31 |
+
1: positive
|
32 |
+
config_name: plain_text
|
33 |
+
splits:
|
34 |
+
- name: test
|
35 |
+
num_bytes: 6296541
|
36 |
+
num_examples: 20697
|
37 |
+
- name: train
|
38 |
+
num_bytes: 18842891
|
39 |
+
num_examples: 62089
|
40 |
+
- name: validation
|
41 |
+
num_bytes: 6359227
|
42 |
+
num_examples: 20696
|
43 |
+
download_size: 11841056
|
44 |
+
dataset_size: 31498659
|
45 |
---
|
46 |
|
47 |
# Dataset Card for Swedish Reviews
|
|
|
179 |
|
180 |
### Contributions
|
181 |
|
182 |
+
Thanks to [@timpal0l](https://github.com/timpal0l) for adding this dataset.
|