Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
English
Size:
100K - 1M
ArXiv:
License:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -31,44 +31,67 @@ train-eval-index:
|
|
31 |
text: text
|
32 |
label: target
|
33 |
metrics:
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
---
|
73 |
---
|
74 |
|
@@ -202,4 +225,4 @@ Xiang Zhang, Junbo Zhao, Yann LeCun. Character-level Convolutional Networks for
|
|
202 |
|
203 |
### Contributions
|
204 |
|
205 |
-
Thanks to [@hfawaz](https://github.com/hfawaz) for adding this dataset.
|
|
|
31 |
text: text
|
32 |
label: target
|
33 |
metrics:
|
34 |
+
- type: accuracy
|
35 |
+
name: Accuracy
|
36 |
+
- type: f1
|
37 |
+
name: F1 macro
|
38 |
+
args:
|
39 |
+
average: macro
|
40 |
+
- type: f1
|
41 |
+
name: F1 micro
|
42 |
+
args:
|
43 |
+
average: micro
|
44 |
+
- type: f1
|
45 |
+
name: F1 weighted
|
46 |
+
args:
|
47 |
+
average: weighted
|
48 |
+
- type: precision
|
49 |
+
name: Precision macro
|
50 |
+
args:
|
51 |
+
average: macro
|
52 |
+
- type: precision
|
53 |
+
name: Precision micro
|
54 |
+
args:
|
55 |
+
average: micro
|
56 |
+
- type: precision
|
57 |
+
name: Precision weighted
|
58 |
+
args:
|
59 |
+
average: weighted
|
60 |
+
- type: recall
|
61 |
+
name: Recall macro
|
62 |
+
args:
|
63 |
+
average: macro
|
64 |
+
- type: recall
|
65 |
+
name: Recall micro
|
66 |
+
args:
|
67 |
+
average: micro
|
68 |
+
- type: recall
|
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: test
|
88 |
+
num_bytes: 37271188
|
89 |
+
num_examples: 50000
|
90 |
+
- name: train
|
91 |
+
num_bytes: 483811554
|
92 |
+
num_examples: 650000
|
93 |
+
download_size: 196146755
|
94 |
+
dataset_size: 521082742
|
95 |
---
|
96 |
---
|
97 |
|
|
|
225 |
|
226 |
### Contributions
|
227 |
|
228 |
+
Thanks to [@hfawaz](https://github.com/hfawaz) for adding this dataset.
|