Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
sentiment-classification
Languages:
English
Size:
100K - 1M
ArXiv:
Sasha Luccioni
commited on
Commit
•
cdd802f
1
Parent(s):
6c0f415
Eval metadata Batch 4: Tweet Eval, Tweets Hate Speech Detection, VCTK, Weibo NER, Wisesight Sentiment, XSum, Yahoo Answers Topics, Yelp Polarity, Yelp Review Full (#4338)
Browse files* Eval metadata for Tweet Eval, Tweets Hate Speech Detection, VCTK, Weibo NER, Wisesight Sentiment, XSum, Yahoo Answers Topics, Yelp Polarity, Yelp Review Full
* Update README.md
oops, duplicate
* Update README.md
adding header
* Update README.md
adding header
* Update datasets/xsum/README.md
Co-authored-by: Quentin Lhoest <[email protected]>
* Update README.md
removing ROUGE args
* Update README.md
removing F1 params
* Update README.md
* Update README.md
updating to binary F1
* Update README.md
oops typo
* Update README.md
F1 binary
Co-authored-by: sashavor <[email protected]>
Co-authored-by: Quentin Lhoest <[email protected]>
Commit from https://github.com/huggingface/datasets/commit/bce8e6541af98cb0e06b24f9c96a6431cf813a38
README.md
CHANGED
@@ -3,6 +3,47 @@ languages:
|
|
3 |
- en
|
4 |
paperswithcode_id: null
|
5 |
pretty_name: YelpPolarity
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# Dataset Card for "yelp_polarity"
|
|
|
3 |
- en
|
4 |
paperswithcode_id: null
|
5 |
pretty_name: YelpPolarity
|
6 |
+
train-eval-index:
|
7 |
+
- config: plain_text
|
8 |
+
task: text-classification
|
9 |
+
task_id: binary_classification
|
10 |
+
splits:
|
11 |
+
train_split: train
|
12 |
+
eval_split: test
|
13 |
+
col_mapping:
|
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 |
---
|
48 |
|
49 |
# Dataset Card for "yelp_polarity"
|