mrcaelumn commited on
Commit
eac978a
·
1 Parent(s): cd1a901

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -5
README.md CHANGED
@@ -4,16 +4,21 @@ dataset_info:
4
  - name: text
5
  dtype: string
6
  - name: label
7
- dtype: int64
 
 
 
 
 
8
  splits:
9
  - name: train
10
- num_bytes: 2283566168
11
  num_examples: 4111536
12
  - name: test
13
- num_bytes: 570651701
14
  num_examples: 1027885
15
- download_size: 1810614670
16
- dataset_size: 2854217869
17
  ---
18
  # Dataset Card for "yelp_restaurant_review_labelled"
19
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
4
  - name: text
5
  dtype: string
6
  - name: label
7
+ dtype:
8
+ class_label:
9
+ names:
10
+ '0': negative
11
+ '1': neutral
12
+ '2': positive
13
  splits:
14
  - name: train
15
+ num_bytes: 2282607927
16
  num_examples: 4111536
17
  - name: test
18
+ num_bytes: 571116050
19
  num_examples: 1027885
20
+ download_size: 1810334576
21
+ dataset_size: 2853723977
22
  ---
23
  # Dataset Card for "yelp_restaurant_review_labelled"
24
  [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)