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
8dab326
1 Parent(s): 58d2590

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -50
dataset_infos.json DELETED
@@ -1,50 +0,0 @@
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
- }