Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
English
Size:
100K - 1M
ArXiv:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -14,36 +14,56 @@ train-eval-index:
|
|
14 |
text: text
|
15 |
label: target
|
16 |
metrics:
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
---
|
48 |
|
49 |
# Dataset Card for "yelp_polarity"
|
@@ -231,4 +251,4 @@ The data fields are the same among all splits.
|
|
231 |
|
232 |
### Contributions
|
233 |
|
234 |
-
Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun), [@mariamabarham](https://github.com/mariamabarham), [@thomwolf](https://github.com/thomwolf), [@julien-c](https://github.com/julien-c) for adding this dataset.
|
|
|
14 |
text: text
|
15 |
label: target
|
16 |
metrics:
|
17 |
+
- type: accuracy
|
18 |
+
name: Accuracy
|
19 |
+
- type: f1
|
20 |
+
name: F1 binary
|
21 |
+
args:
|
22 |
+
average: binary
|
23 |
+
- type: precision
|
24 |
+
name: Precision macro
|
25 |
+
args:
|
26 |
+
average: macro
|
27 |
+
- type: precision
|
28 |
+
name: Precision micro
|
29 |
+
args:
|
30 |
+
average: micro
|
31 |
+
- type: precision
|
32 |
+
name: Precision weighted
|
33 |
+
args:
|
34 |
+
average: weighted
|
35 |
+
- type: recall
|
36 |
+
name: Recall macro
|
37 |
+
args:
|
38 |
+
average: macro
|
39 |
+
- type: recall
|
40 |
+
name: Recall micro
|
41 |
+
args:
|
42 |
+
average: micro
|
43 |
+
- type: recall
|
44 |
+
name: Recall weighted
|
45 |
+
args:
|
46 |
+
average: weighted
|
47 |
+
dataset_info:
|
48 |
+
features:
|
49 |
+
- name: text
|
50 |
+
dtype: string
|
51 |
+
- name: label
|
52 |
+
dtype:
|
53 |
+
class_label:
|
54 |
+
names:
|
55 |
+
0: '1'
|
56 |
+
1: '2'
|
57 |
+
config_name: plain_text
|
58 |
+
splits:
|
59 |
+
- name: test
|
60 |
+
num_bytes: 27962097
|
61 |
+
num_examples: 38000
|
62 |
+
- name: train
|
63 |
+
num_bytes: 413558837
|
64 |
+
num_examples: 560000
|
65 |
+
download_size: 166373201
|
66 |
+
dataset_size: 441520934
|
67 |
---
|
68 |
|
69 |
# Dataset Card for "yelp_polarity"
|
|
|
251 |
|
252 |
### Contributions
|
253 |
|
254 |
+
Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun), [@mariamabarham](https://github.com/mariamabarham), [@thomwolf](https://github.com/thomwolf), [@julien-c](https://github.com/julien-c) for adding this dataset.
|