Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
Swedish
Size:
100K - 1M
License:
Commit
•
1e129d3
1
Parent(s):
105ba6b
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
This dataset uses `tasks`, which are deprecated and will raise an error after the next release of `datasets`. See: https://github.com/huggingface/datasets/pull/6999
README.md
CHANGED
@@ -19,6 +19,7 @@ task_ids:
|
|
19 |
- sentiment-classification
|
20 |
pretty_name: Swedish Reviews
|
21 |
dataset_info:
|
|
|
22 |
features:
|
23 |
- name: text
|
24 |
dtype: string
|
@@ -28,19 +29,28 @@ dataset_info:
|
|
28 |
names:
|
29 |
'0': negative
|
30 |
'1': positive
|
31 |
-
config_name: plain_text
|
32 |
splits:
|
33 |
- name: test
|
34 |
-
num_bytes:
|
35 |
num_examples: 20697
|
36 |
- name: validation
|
37 |
-
num_bytes:
|
38 |
num_examples: 20696
|
39 |
- name: train
|
40 |
-
num_bytes:
|
41 |
num_examples: 62089
|
42 |
-
download_size:
|
43 |
-
dataset_size:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
---
|
45 |
|
46 |
# Dataset Card for Swedish Reviews
|
|
|
19 |
- sentiment-classification
|
20 |
pretty_name: Swedish Reviews
|
21 |
dataset_info:
|
22 |
+
config_name: plain_text
|
23 |
features:
|
24 |
- name: text
|
25 |
dtype: string
|
|
|
29 |
names:
|
30 |
'0': negative
|
31 |
'1': positive
|
|
|
32 |
splits:
|
33 |
- name: test
|
34 |
+
num_bytes: 6296529
|
35 |
num_examples: 20697
|
36 |
- name: validation
|
37 |
+
num_bytes: 6359215
|
38 |
num_examples: 20696
|
39 |
- name: train
|
40 |
+
num_bytes: 18842863
|
41 |
num_examples: 62089
|
42 |
+
download_size: 19622770
|
43 |
+
dataset_size: 31498607
|
44 |
+
configs:
|
45 |
+
- config_name: plain_text
|
46 |
+
data_files:
|
47 |
+
- split: test
|
48 |
+
path: plain_text/test-*
|
49 |
+
- split: validation
|
50 |
+
path: plain_text/validation-*
|
51 |
+
- split: train
|
52 |
+
path: plain_text/train-*
|
53 |
+
default: true
|
54 |
---
|
55 |
|
56 |
# Dataset Card for Swedish Reviews
|
plain_text/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a33dda3140526ea954d2f19de9bf3dc3630683252a23136cbf5caba0f978e229
|
3 |
+
size 3905563
|
plain_text/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d837bdac3cefabaf2ac65b70084bf7cfb60488cf850907f7a67ad1be8fa926a
|
3 |
+
size 11760702
|
plain_text/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7c7d60749b6d78449386a9a0984f735b397ea0b1d0e859fd622af0c908410f8
|
3 |
+
size 3956505
|