Upload dataset_infos.json with huggingface_hub
Browse files- dataset_infos.json +59 -1
dataset_infos.json
CHANGED
@@ -1 +1,59 @@
|
|
1 |
-
{"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
}}
|