Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +1 -0
dataset_infos.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"pig4431--AmazonPolarity_train25k_test5k_valid5k": {"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", "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", "homepage": "https://registry.opendata.aws/", "license": "Apache License 2.0", "features": {"label": {"num_classes": 2, "names": ["negative", "positive"], "id": null, "_type": "ClassLabel"}, "text": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": "amazon_polarity", "config_name": "amazon_polarity", "version": {"version_str": "3.0.0", "description": null, "major": 3, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 10428735.5625, "num_examples": 25000, "dataset_name": "AmazonPolarity_train25k_test5k_valid5k"}, "test": {"name": "test", "num_bytes": 2084551.15, "num_examples": 5000, "dataset_name": "AmazonPolarity_train25k_test5k_valid5k"}, "validate": {"name": "validate", "num_bytes": 2084551.15, "num_examples": 5000, "dataset_name": "AmazonPolarity_train25k_test5k_valid5k"}}, "download_checksums": null, "download_size": 9497998, "post_processing_size": null, "dataset_size": 14597837.8625, "size_in_bytes": 24095835.8625}}
|