Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
English
Size:
100K - 1M
ArXiv:
License:
Commit
•
42f1ec8
1
Parent(s):
f937fcb
Replace YAML keys from int to str
Browse filesReplace YAML metadata integer keys with strings, as the Hub does not support integers.
See: https://github.com/huggingface/datasets/issues/5275
README.md
CHANGED
@@ -7,7 +7,6 @@ language:
|
|
7 |
- en
|
8 |
license:
|
9 |
- other
|
10 |
-
license_details: yelp-licence
|
11 |
multilinguality:
|
12 |
- monolingual
|
13 |
size_categories:
|
@@ -18,8 +17,31 @@ task_categories:
|
|
18 |
- text-classification
|
19 |
task_ids:
|
20 |
- sentiment-classification
|
21 |
-
paperswithcode_id: null
|
22 |
pretty_name: YelpReviewFull
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
train-eval-index:
|
24 |
- config: yelp_review_full
|
25 |
task: text-classification
|
@@ -69,29 +91,6 @@ train-eval-index:
|
|
69 |
name: Recall weighted
|
70 |
args:
|
71 |
average: weighted
|
72 |
-
dataset_info:
|
73 |
-
features:
|
74 |
-
- name: label
|
75 |
-
dtype:
|
76 |
-
class_label:
|
77 |
-
names:
|
78 |
-
0: 1 star
|
79 |
-
1: 2 star
|
80 |
-
2: 3 stars
|
81 |
-
3: 4 stars
|
82 |
-
4: 5 stars
|
83 |
-
- name: text
|
84 |
-
dtype: string
|
85 |
-
config_name: yelp_review_full
|
86 |
-
splits:
|
87 |
-
- name: train
|
88 |
-
num_bytes: 483811554
|
89 |
-
num_examples: 650000
|
90 |
-
- name: test
|
91 |
-
num_bytes: 37271188
|
92 |
-
num_examples: 50000
|
93 |
-
download_size: 196146755
|
94 |
-
dataset_size: 521082742
|
95 |
---
|
96 |
---
|
97 |
|
|
|
7 |
- en
|
8 |
license:
|
9 |
- other
|
|
|
10 |
multilinguality:
|
11 |
- monolingual
|
12 |
size_categories:
|
|
|
17 |
- text-classification
|
18 |
task_ids:
|
19 |
- sentiment-classification
|
|
|
20 |
pretty_name: YelpReviewFull
|
21 |
+
license_details: yelp-licence
|
22 |
+
dataset_info:
|
23 |
+
features:
|
24 |
+
- name: label
|
25 |
+
dtype:
|
26 |
+
class_label:
|
27 |
+
names:
|
28 |
+
'0': 1 star
|
29 |
+
'1': 2 star
|
30 |
+
'2': 3 stars
|
31 |
+
'3': 4 stars
|
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
|
39 |
+
num_examples: 650000
|
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
|
|
|
91 |
name: Recall weighted
|
92 |
args:
|
93 |
average: weighted
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
---
|
95 |
---
|
96 |
|