Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -4,16 +4,21 @@ dataset_info:
|
|
4 |
- name: text
|
5 |
dtype: string
|
6 |
- name: label
|
7 |
-
dtype:
|
|
|
|
|
|
|
|
|
|
|
8 |
splits:
|
9 |
- name: train
|
10 |
-
num_bytes:
|
11 |
num_examples: 4111536
|
12 |
- name: test
|
13 |
-
num_bytes:
|
14 |
num_examples: 1027885
|
15 |
-
download_size:
|
16 |
-
dataset_size:
|
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)
|