mrcaelumn's picture
Update README.md
b7d1ca3
---
dataset_info:
features:
- name: text
dtype: string
- name: label
dtype:
class_label:
names:
'0': negative
'1': neutral
'2': positive
splits:
- name: train
num_bytes: 2282684498
num_examples: 4111534
- name: test
num_bytes: 571038991
num_examples: 1027884
download_size: 0
dataset_size: 2853723489
---
# 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 0 (negative)\
else if review star == 3 is 1 (neutral)\
else if review star > 3 is 2 (positive)