pig4431 commited on
Commit
f6d758c
1 Parent(s): 81730bd

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +59 -1
dataset_infos.json CHANGED
@@ -1 +1,59 @@
1
- {"pig4431--yelp_train25k_test5k_valid5k": {"description": "The Yelp reviews dataset consists of reviews from Yelp. It is extracted from the Yelp Dataset Challenge 2015 data.\nThe Yelp reviews full star dataset is constructed by Xiang Zhang (xiang.zhang@nyu.edu) from the above dataset.\nIt is first used as a text classification benchmark in the following paper: Xiang Zhang, Junbo Zhao, Yann LeCun.\nCharacter-level Convolutional Networks for Text Classification. Advances in Neural Information Processing Systems 28 (NIPS 2015).\n", "citation": "@inproceedings{zhang2015character,\n title={Character-level convolutional networks for text classification},\n author={Zhang, Xiang and Zhao, Junbo and LeCun, Yann},\n booktitle={Advances in neural information processing systems},\n pages={649--657},\n year={2015}\n}\n", "homepage": "https://www.yelp.com/dataset", "license": "https://s3-media3.fl.yelpcdn.com/assets/srv0/engineering_pages/bea5c1e92bf3/assets/vendor/yelp-dataset-agreement.pdf", "features": {"label": {"num_classes": 5, "names": ["1 star", "2 star", "3 stars", "4 stars", "5 stars"], "id": null, "_type": "ClassLabel"}, "text": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": [{"task": "text-classification", "text_column": "text", "label_column": "label"}], "builder_name": "yelp_review_full", "config_name": "yelp_review_full", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 18443324.278846152, "num_examples": 25000, "dataset_name": "yelp_train25k_test5k_valid5k"}, "test": {"name": "test", "num_bytes": 3685334.875, "num_examples": 5000, "dataset_name": "yelp_train25k_test5k_valid5k"}, "validate": {"name": "validate", "num_bytes": 3685334.875, "num_examples": 5000, "dataset_name": "yelp_train25k_test5k_valid5k"}}, "download_checksums": null, "download_size": 16217024, "post_processing_size": null, "dataset_size": 25813994.028846152, "size_in_bytes": 42031018.02884615}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"default": {
2
+ "description": "The Yelp reviews dataset consists of reviews from Yelp. It is extracted from the Yelp Dataset Challenge 2015 data.\nThe Yelp reviews full star dataset is constructed by Xiang Zhang (xiang.zhang@nyu.edu) from the above dataset.\nIt is first used as a text classification benchmark in the following paper: Xiang Zhang, Junbo Zhao, Yann LeCun.\nCharacter-level Convolutional Networks for Text Classification. Advances in Neural Information Processing Systems 28 (NIPS 2015).\n",
3
+ "citation": "@inproceedings{zhang2015character,\n title={Character-level convolutional networks for text classification},\n author={Zhang, Xiang and Zhao, Junbo and LeCun, Yann},\n booktitle={Advances in neural information processing systems},\n pages={649--657},\n year={2015}\n}\n",
4
+ "homepage": "https://www.yelp.com/dataset",
5
+ "license": "https://s3-media3.fl.yelpcdn.com/assets/srv0/engineering_pages/bea5c1e92bf3/assets/vendor/yelp-dataset-agreement.pdf",
6
+ "features": {
7
+ "label": {
8
+ "names": [
9
+ "1 star",
10
+ "2 star",
11
+ "3 stars",
12
+ "4 stars",
13
+ "5 stars"
14
+ ],
15
+ "_type": "ClassLabel"
16
+ },
17
+ "text": {
18
+ "dtype": "string",
19
+ "_type": "Value"
20
+ }
21
+ },
22
+ "task_templates": [
23
+ {
24
+ "task": "text-classification",
25
+ "label_column": "label"
26
+ }
27
+ ],
28
+ "builder_name": "yelp_review_full",
29
+ "config_name": "yelp_review_full",
30
+ "version": {
31
+ "version_str": "1.0.0",
32
+ "major": 1,
33
+ "minor": 0,
34
+ "patch": 0
35
+ },
36
+ "splits": {
37
+ "train": {
38
+ "name": "train",
39
+ "num_bytes": 18443324.278846152,
40
+ "num_examples": 25000,
41
+ "dataset_name": null
42
+ },
43
+ "test": {
44
+ "name": "test",
45
+ "num_bytes": 3685334.875,
46
+ "num_examples": 5000,
47
+ "dataset_name": null
48
+ },
49
+ "validate": {
50
+ "name": "validate",
51
+ "num_bytes": 3685334.875,
52
+ "num_examples": 5000,
53
+ "dataset_name": null
54
+ }
55
+ },
56
+ "download_size": 16346689,
57
+ "dataset_size": 25813994.028846152,
58
+ "size_in_bytes": 42160683.02884615
59
+ }}