Datasets:

Languages:
Polish
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
albertvillanova HF staff commited on
Commit
c88016b
1 Parent(s): 640d5c0

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -28,16 +28,25 @@ dataset_info:
28
  dtype: float32
29
  splits:
30
  - name: train
31
- num_bytes: 4899539
32
  num_examples: 9577
33
  - name: test
34
- num_bytes: 514527
35
  num_examples: 1006
36
  - name: validation
37
- num_bytes: 515785
38
  num_examples: 1002
39
- download_size: 2314847
40
- dataset_size: 5929851
 
 
 
 
 
 
 
 
 
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
- {"default": {"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", "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", "homepage": "https://github.com/allegro/klejbenchmark-allegroreviews", "license": "CC BY-SA 4.0", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}, "rating": {"dtype": "float32", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "allegro_reviews", "config_name": "default", "version": {"version_str": "1.1.0", "description": null, "major": 1, "minor": 1, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4899539, "num_examples": 9577, "dataset_name": "allegro_reviews"}, "test": {"name": "test", "num_bytes": 514527, "num_examples": 1006, "dataset_name": "allegro_reviews"}, "validation": {"name": "validation", "num_bytes": 515785, "num_examples": 1002, "dataset_name": "allegro_reviews"}}, "download_checksums": {"https://klejbenchmark.com/static/data/klej_ar.zip": {"num_bytes": 2314847, "checksum": "7c74bdb440e15c36b0a66f32500decd86f29380fc42b28752f1335de143a99fc"}}, "download_size": 2314847, "post_processing_size": null, "dataset_size": 5929851, "size_in_bytes": 8244698}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }