Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
crowdsourced
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
bfd4401
1 Parent(s): 18a3aad

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -20,6 +20,7 @@ task_ids:
20
  pretty_name: YelpReviewFull
21
  license_details: yelp-licence
22
  dataset_info:
 
23
  features:
24
  - name: label
25
  dtype:
@@ -32,7 +33,6 @@ dataset_info:
32
  '4': 5 stars
33
  - name: text
34
  dtype: string
35
- config_name: yelp_review_full
36
  splits:
37
  - name: train
38
  num_bytes: 483811554
@@ -40,8 +40,16 @@ dataset_info:
40
  - name: test
41
  num_bytes: 37271188
42
  num_examples: 50000
43
- download_size: 196146755
44
  dataset_size: 521082742
 
 
 
 
 
 
 
 
45
  train-eval-index:
46
  - config: yelp_review_full
47
  task: text-classification
20
  pretty_name: YelpReviewFull
21
  license_details: yelp-licence
22
  dataset_info:
23
+ config_name: yelp_review_full
24
  features:
25
  - name: label
26
  dtype:
33
  '4': 5 stars
34
  - name: text
35
  dtype: string
 
36
  splits:
37
  - name: train
38
  num_bytes: 483811554
40
  - name: test
41
  num_bytes: 37271188
42
  num_examples: 50000
43
+ download_size: 322952369
44
  dataset_size: 521082742
45
+ configs:
46
+ - config_name: yelp_review_full
47
+ data_files:
48
+ - split: train
49
+ path: yelp_review_full/train-*
50
+ - split: test
51
+ path: yelp_review_full/test-*
52
+ default: true
53
  train-eval-index:
54
  - config: yelp_review_full
55
  task: text-classification
dataset_infos.json CHANGED
@@ -1 +1,56 @@
1
- {"yelp_review_full": {"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": 483811554, "num_examples": 650000, "dataset_name": "yelp_review_full"}, "test": {"name": "test", "num_bytes": 37271188, "num_examples": 50000, "dataset_name": "yelp_review_full"}}, "download_checksums": {"https://s3.amazonaws.com/fast-ai-nlp/yelp_review_full_csv.tgz": {"num_bytes": 196146755, "checksum": "56006b0a17a370f1e366504b1f2c3e3754e4a3dda17d3e718a885c552869a559"}}, "download_size": 196146755, "post_processing_size": null, "dataset_size": 521082742, "size_in_bytes": 717229497}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 (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",
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
+ }
yelp_review_full/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf06d5969bff93ecd4a6d4b330643761ce108b42e9b8a894cf82c9df02a08540
3
+ size 23515519
yelp_review_full/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da3ca3dcc52b1e2e44195b53668610d645a59010a985dd45aa12e1109cd44601
3
+ size 299436850