Datasets:
Eval metadata batch 1: BillSum, CoNLL2003, CoNLLPP, CUAD, Emotion, GigaWord, GLUE, Hate Speech 18, Hate Speech (#4335)
Browse files* adding evaluation metadata for the BillSum, BoolQ, CoNLL2003, CoNLLPP, CUAD, Emotion, GigaWord, GLUE, Hate Speech 18 and Hate Speech datasets>
* Update README.md
fixing tabs
* Update README.md
fixing tab
* Update README.md
fixing space
* Update README.md
fixing tabs
* Update README.md
changing the metric
* Update README.md
changing metric
* Update datasets/billsum/README.md
Co-authored-by: Quentin Lhoest <[email protected]>
* Update README.md
removing ROUGE args
* Update datasets/cuad/README.md
Co-authored-by: lewtun <[email protected]>
* Update datasets/cuad/README.md
Co-authored-by: lewtun <[email protected]>
* Update datasets/gigaword/README.md
Co-authored-by: Quentin Lhoest <[email protected]>
* Update README.md
removing ROUGE config
* Update README.md
removing eval for now
Co-authored-by: sashavor <[email protected]>
Co-authored-by: Quentin Lhoest <[email protected]>
Co-authored-by: lewtun <[email protected]>
Commit from https://github.com/huggingface/datasets/commit/14aca922c0dcf1d1fd4a36a6a84a1484bc62b7d2
@@ -66,6 +66,35 @@ task_ids:
|
|
66 |
- text-classification-other-coreference-nli
|
67 |
paperswithcode_id: glue
|
68 |
pretty_name: GLUE (General Language Understanding Evaluation benchmark)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
---
|
70 |
|
71 |
# Dataset Card for GLUE
|
|
|
66 |
- text-classification-other-coreference-nli
|
67 |
paperswithcode_id: glue
|
68 |
pretty_name: GLUE (General Language Understanding Evaluation benchmark)
|
69 |
+
train-eval-index:
|
70 |
+
- config: sst2
|
71 |
+
task: text-classification
|
72 |
+
task_id: multi_class_classification
|
73 |
+
splits:
|
74 |
+
train_split: train
|
75 |
+
eval_split: test
|
76 |
+
col_mapping:
|
77 |
+
sentence: text
|
78 |
+
label: target
|
79 |
+
metrics:
|
80 |
+
- type: glue
|
81 |
+
name: GLUE
|
82 |
+
config:
|
83 |
+
sst2
|
84 |
+
- config: cola
|
85 |
+
task: text-classification
|
86 |
+
task_id: multi_class_classification
|
87 |
+
splits:
|
88 |
+
train_split: train
|
89 |
+
eval_split: test
|
90 |
+
col_mapping:
|
91 |
+
sentence: text
|
92 |
+
label: target
|
93 |
+
metrics:
|
94 |
+
- type: glue
|
95 |
+
name: GLUE
|
96 |
+
config:
|
97 |
+
cola
|
98 |
---
|
99 |
|
100 |
# Dataset Card for GLUE
|