Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
English
Size:
100K - 1M
ArXiv:
License:
Commit
·
c4efa06
1
Parent(s):
ac93e45
Delete legacy dataset_infos.json
Browse files- dataset_infos.json +0 -56
dataset_infos.json
DELETED
@@ -1,56 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"yelp_review_full": {
|
3 |
-
"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 ([email protected]) 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",
|
4 |
-
"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",
|
5 |
-
"homepage": "https://www.yelp.com/dataset",
|
6 |
-
"license": "https://s3-media3.fl.yelpcdn.com/assets/srv0/engineering_pages/bea5c1e92bf3/assets/vendor/yelp-dataset-agreement.pdf",
|
7 |
-
"features": {
|
8 |
-
"label": {
|
9 |
-
"names": [
|
10 |
-
"1 star",
|
11 |
-
"2 star",
|
12 |
-
"3 stars",
|
13 |
-
"4 stars",
|
14 |
-
"5 stars"
|
15 |
-
],
|
16 |
-
"_type": "ClassLabel"
|
17 |
-
},
|
18 |
-
"text": {
|
19 |
-
"dtype": "string",
|
20 |
-
"_type": "Value"
|
21 |
-
}
|
22 |
-
},
|
23 |
-
"task_templates": [
|
24 |
-
{
|
25 |
-
"task": "text-classification",
|
26 |
-
"label_column": "label"
|
27 |
-
}
|
28 |
-
],
|
29 |
-
"builder_name": "yelp_review_full",
|
30 |
-
"dataset_name": "yelp_review_full",
|
31 |
-
"config_name": "yelp_review_full",
|
32 |
-
"version": {
|
33 |
-
"version_str": "1.0.0",
|
34 |
-
"major": 1,
|
35 |
-
"minor": 0,
|
36 |
-
"patch": 0
|
37 |
-
},
|
38 |
-
"splits": {
|
39 |
-
"train": {
|
40 |
-
"name": "train",
|
41 |
-
"num_bytes": 483811554,
|
42 |
-
"num_examples": 650000,
|
43 |
-
"dataset_name": null
|
44 |
-
},
|
45 |
-
"test": {
|
46 |
-
"name": "test",
|
47 |
-
"num_bytes": 37271188,
|
48 |
-
"num_examples": 50000,
|
49 |
-
"dataset_name": null
|
50 |
-
}
|
51 |
-
},
|
52 |
-
"download_size": 322952369,
|
53 |
-
"dataset_size": 521082742,
|
54 |
-
"size_in_bytes": 844035111
|
55 |
-
}
|
56 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|