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
@@ -19,6 +19,19 @@ task_ids:
|
|
19 |
- named-entity-recognition
|
20 |
paperswithcode_id: conll
|
21 |
pretty_name: CoNLL++
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for "conllpp"
|
|
|
19 |
- named-entity-recognition
|
20 |
paperswithcode_id: conll
|
21 |
pretty_name: CoNLL++
|
22 |
+
train-eval-index:
|
23 |
+
- config: conllpp
|
24 |
+
task: token-classification
|
25 |
+
task_id: entity_extraction
|
26 |
+
splits:
|
27 |
+
train_split: train
|
28 |
+
eval_split: test
|
29 |
+
col_mapping:
|
30 |
+
tokens: tokens
|
31 |
+
ner_tags: tags
|
32 |
+
metrics:
|
33 |
+
- type: seqeval
|
34 |
+
name: seqeval
|
35 |
---
|
36 |
|
37 |
# Dataset Card for "conllpp"
|