Datasets:
Eval metadata batch 3: Reddit, Rotten Tomatoes, SemEval 2010, Sentiment 140, SMS Spam, Snips, SQuAD, SQuAD v2, Timit ASR (#4337)
Browse files* Eval metadata batch 3: Quora, Reddit, Rotten Tomatoes, SemEval 2010, Sentiment 140, SMS Spam, Snips, SQuAD, SQuAD v2, Timit ASR
* Update datasets/quora/README.md
Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com>
* Update README.md
removing ROUGE args
* Update datasets/rotten_tomatoes/README.md
Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>
* Update datasets/rotten_tomatoes/README.md
Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>
* Update datasets/squad/README.md
Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>
* Update datasets/squad_v2/README.md
Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>
* Update datasets/squad/README.md
Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>
* Update datasets/squad_v2/README.md
Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>
* Update datasets/squad_v2/README.md
Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>
* Update README.md
removing eval for quora
Co-authored-by: sashavor <sasha.luccioni@huggingface.co>
Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com>
Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>
Commit from https://github.com/huggingface/datasets/commit/8ccf58b77343f323ba6654250f88b69699a57b8e
@@ -19,6 +19,55 @@ size_categories:
|
|
19 |
- 1K<n<10K
|
20 |
source_datasets:
|
21 |
- original
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for "rotten_tomatoes"
|
|
|
19 |
- 1K<n<10K
|
20 |
source_datasets:
|
21 |
- original
|
22 |
+
train-eval-index:
|
23 |
+
- config: default
|
24 |
+
task: text-classification
|
25 |
+
task_id: binary_classification
|
26 |
+
splits:
|
27 |
+
train_split: train
|
28 |
+
eval_split: test
|
29 |
+
col_mapping:
|
30 |
+
text: text
|
31 |
+
label: target
|
32 |
+
metrics:
|
33 |
+
- type: accuracy
|
34 |
+
name: Accuracy
|
35 |
+
- type: f1
|
36 |
+
name: F1
|
37 |
+
args:
|
38 |
+
average: binary
|
39 |
+
- type: f1
|
40 |
+
name: F1 micro
|
41 |
+
args:
|
42 |
+
average: micro
|
43 |
+
- type: f1
|
44 |
+
name: F1 weighted
|
45 |
+
args:
|
46 |
+
average: weighted
|
47 |
+
- type: precision
|
48 |
+
name: Precision macro
|
49 |
+
args:
|
50 |
+
average: macro
|
51 |
+
- type: precision
|
52 |
+
name: Precision micro
|
53 |
+
args:
|
54 |
+
average: micro
|
55 |
+
- type: precision
|
56 |
+
name: Precision weighted
|
57 |
+
args:
|
58 |
+
average: weighted
|
59 |
+
- type: recall
|
60 |
+
name: Recall macro
|
61 |
+
args:
|
62 |
+
average: macro
|
63 |
+
- type: recall
|
64 |
+
name: Recall micro
|
65 |
+
args:
|
66 |
+
average: micro
|
67 |
+
- type: recall
|
68 |
+
name: Recall weighted
|
69 |
+
args:
|
70 |
+
average: weighted
|
71 |
---
|
72 |
|
73 |
# Dataset Card for "rotten_tomatoes"
|