Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
Polish
Size:
10K - 100K
License:
Commit
•
c88016b
1
Parent(s):
640d5c0
Convert dataset to Parquet
Browse filesConvert dataset to Parquet.
- README.md +14 -5
- data/test-00000-of-00001.parquet +3 -0
- data/train-00000-of-00001.parquet +3 -0
- data/validation-00000-of-00001.parquet +3 -0
- dataset_infos.json +50 -1
README.md
CHANGED
@@ -28,16 +28,25 @@ dataset_info:
|
|
28 |
dtype: float32
|
29 |
splits:
|
30 |
- name: train
|
31 |
-
num_bytes:
|
32 |
num_examples: 9577
|
33 |
- name: test
|
34 |
-
num_bytes:
|
35 |
num_examples: 1006
|
36 |
- name: validation
|
37 |
-
num_bytes:
|
38 |
num_examples: 1002
|
39 |
-
download_size:
|
40 |
-
dataset_size:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
---
|
42 |
|
43 |
# Dataset Card for [Dataset Name]
|
|
|
28 |
dtype: float32
|
29 |
splits:
|
30 |
- name: train
|
31 |
+
num_bytes: 4899535
|
32 |
num_examples: 9577
|
33 |
- name: test
|
34 |
+
num_bytes: 514523
|
35 |
num_examples: 1006
|
36 |
- name: validation
|
37 |
+
num_bytes: 515781
|
38 |
num_examples: 1002
|
39 |
+
download_size: 3923657
|
40 |
+
dataset_size: 5929839
|
41 |
+
configs:
|
42 |
+
- config_name: default
|
43 |
+
data_files:
|
44 |
+
- split: train
|
45 |
+
path: data/train-*
|
46 |
+
- split: test
|
47 |
+
path: data/test-*
|
48 |
+
- split: validation
|
49 |
+
path: data/validation-*
|
50 |
---
|
51 |
|
52 |
# Dataset Card for [Dataset Name]
|
data/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5586790a8ab19ab5a01f54572553303216b6d58b3627bbb8dbcd1731ce9a982b
|
3 |
+
size 349137
|
data/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:647cde0312a6f659fdc3d4942f595b3c058e560fc298bd3fc91736e48a1bb8c7
|
3 |
+
size 3225749
|
data/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:013fb16adbebebc0546a0459868303a216542aaea1c07696e5a66fedd272f03e
|
3 |
+
size 348771
|
dataset_infos.json
CHANGED
@@ -1 +1,50 @@
|
|
1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"default": {
|
3 |
+
"description": "Allegro Reviews is a sentiment analysis dataset, consisting of 11,588 product reviews written in Polish and extracted\nfrom Allegro.pl - a popular e-commerce marketplace. Each review contains at least 50 words and has a rating on a scale\nfrom one (negative review) to five (positive review).\n\nWe recommend using the provided train/dev/test split. The ratings for the test set reviews are kept hidden.\nYou can evaluate your model using the online evaluation tool available on klejbenchmark.com.\n",
|
4 |
+
"citation": "@inproceedings{rybak-etal-2020-klej,\n title = \"{KLEJ}: Comprehensive Benchmark for Polish Language Understanding\",\n author = \"Rybak, Piotr and Mroczkowski, Robert and Tracz, Janusz and Gawlik, Ireneusz\",\n booktitle = \"Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics\",\n month = jul,\n year = \"2020\",\n address = \"Online\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/2020.acl-main.111\",\n pages = \"1191--1201\",\n}\n",
|
5 |
+
"homepage": "https://github.com/allegro/klejbenchmark-allegroreviews",
|
6 |
+
"license": "CC BY-SA 4.0",
|
7 |
+
"features": {
|
8 |
+
"text": {
|
9 |
+
"dtype": "string",
|
10 |
+
"_type": "Value"
|
11 |
+
},
|
12 |
+
"rating": {
|
13 |
+
"dtype": "float32",
|
14 |
+
"_type": "Value"
|
15 |
+
}
|
16 |
+
},
|
17 |
+
"builder_name": "parquet",
|
18 |
+
"dataset_name": "allegro_reviews",
|
19 |
+
"config_name": "default",
|
20 |
+
"version": {
|
21 |
+
"version_str": "1.1.0",
|
22 |
+
"major": 1,
|
23 |
+
"minor": 1,
|
24 |
+
"patch": 0
|
25 |
+
},
|
26 |
+
"splits": {
|
27 |
+
"train": {
|
28 |
+
"name": "train",
|
29 |
+
"num_bytes": 4899535,
|
30 |
+
"num_examples": 9577,
|
31 |
+
"dataset_name": null
|
32 |
+
},
|
33 |
+
"test": {
|
34 |
+
"name": "test",
|
35 |
+
"num_bytes": 514523,
|
36 |
+
"num_examples": 1006,
|
37 |
+
"dataset_name": null
|
38 |
+
},
|
39 |
+
"validation": {
|
40 |
+
"name": "validation",
|
41 |
+
"num_bytes": 515781,
|
42 |
+
"num_examples": 1002,
|
43 |
+
"dataset_name": null
|
44 |
+
}
|
45 |
+
},
|
46 |
+
"download_size": 3923657,
|
47 |
+
"dataset_size": 5929839,
|
48 |
+
"size_in_bytes": 9853496
|
49 |
+
}
|
50 |
+
}
|