Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +50 -1
dataset_infos.json
CHANGED
@@ -1 +1,50 @@
|
|
1 |
-
{"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"default": {
|
2 |
+
"description": "The Amazon reviews dataset consists of reviews from amazon.\nThe data span a period of 18 years, including ~35 million reviews up to March 2013.\nReviews include product and user information, ratings, and a plaintext review.\n",
|
3 |
+
"citation": "@inproceedings{mcauley2013hidden,\n title={Hidden factors and hidden topics: understanding rating dimensions with review text},\n author={McAuley, Julian and Leskovec, Jure},\n booktitle={Proceedings of the 7th ACM conference on Recommender systems},\n pages={165--172},\n year={2013}\n}\n",
|
4 |
+
"homepage": "https://registry.opendata.aws/",
|
5 |
+
"license": "Apache License 2.0",
|
6 |
+
"features": {
|
7 |
+
"label": {
|
8 |
+
"names": [
|
9 |
+
"negative",
|
10 |
+
"positive"
|
11 |
+
],
|
12 |
+
"_type": "ClassLabel"
|
13 |
+
},
|
14 |
+
"text": {
|
15 |
+
"dtype": "string",
|
16 |
+
"_type": "Value"
|
17 |
+
}
|
18 |
+
},
|
19 |
+
"builder_name": "amazon_polarity",
|
20 |
+
"config_name": "amazon_polarity",
|
21 |
+
"version": {
|
22 |
+
"version_str": "3.0.0",
|
23 |
+
"major": 3,
|
24 |
+
"minor": 0,
|
25 |
+
"patch": 0
|
26 |
+
},
|
27 |
+
"splits": {
|
28 |
+
"train": {
|
29 |
+
"name": "train",
|
30 |
+
"num_bytes": 10428735.5625,
|
31 |
+
"num_examples": 25000,
|
32 |
+
"dataset_name": null
|
33 |
+
},
|
34 |
+
"test": {
|
35 |
+
"name": "test",
|
36 |
+
"num_bytes": 2084551.15,
|
37 |
+
"num_examples": 5000,
|
38 |
+
"dataset_name": null
|
39 |
+
},
|
40 |
+
"validate": {
|
41 |
+
"name": "validate",
|
42 |
+
"num_bytes": 2084551.15,
|
43 |
+
"num_examples": 5000,
|
44 |
+
"dataset_name": null
|
45 |
+
}
|
46 |
+
},
|
47 |
+
"download_size": 9625931,
|
48 |
+
"dataset_size": 14597837.8625,
|
49 |
+
"size_in_bytes": 24223768.8625
|
50 |
+
}}
|