--- dataset_info: features: - name: text dtype: string - name: label dtype: class_label: names: '0': negative '1': neutral '2': positive splits: - name: train num_bytes: 2282607927 num_examples: 4111536 - name: test num_bytes: 571116050 num_examples: 1027885 download_size: 1810334576 dataset_size: 2853723977 --- # Dataset Card for "yelp_restaurant_review_labelled" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) # More info about the dataset dataset downloaded from [Yelp](https://www.yelp.com/dataset/download) ### labelling if review star < 3 is 1 (negative)\ else if review star == 3 is 2 (neutral)\ else if review star > 3 is 3 (positive)