Sasha Luccioni commited on
Commit
74d92af
1 Parent(s): f72187e

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 <42851186+lhoestq@users.noreply.github.com>

* Update README.md

removing ROUGE args

* Update datasets/cuad/README.md

Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>

* Update datasets/cuad/README.md

Co-authored-by: lewtun <lewis.c.tunstall@gmail.com>

* Update datasets/gigaword/README.md

Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com>

* Update README.md

removing ROUGE config

* Update README.md

removing eval for now

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/14aca922c0dcf1d1fd4a36a6a84a1484bc62b7d2

Files changed (1) hide show
  1. README.md +48 -0
README.md CHANGED
@@ -19,6 +19,54 @@ task_ids:
19
  - intent-classification
20
  paperswithcode_id: hate-speech
21
  pretty_name: Hate Speech
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for [Dataset Name]
19
  - intent-classification
20
  paperswithcode_id: hate-speech
21
  pretty_name: Hate Speech
22
+ train-eval-index:
23
+ - config: default
24
+ task: text-classification
25
+ task_id: multi_class_classification
26
+ splits:
27
+ train_split: train
28
+ col_mapping:
29
+ text: text
30
+ label: target
31
+ metrics:
32
+ - type: accuracy
33
+ name: Accuracy
34
+ - type: f1
35
+ name: F1 macro
36
+ args:
37
+ average: macro
38
+ - type: f1
39
+ name: F1 micro
40
+ args:
41
+ average: micro
42
+ - type: f1
43
+ name: F1 weighted
44
+ args:
45
+ average: weighted
46
+ - type: precision
47
+ name: Precision macro
48
+ args:
49
+ average: macro
50
+ - type: precision
51
+ name: Precision micro
52
+ args:
53
+ average: micro
54
+ - type: precision
55
+ name: Precision weighted
56
+ args:
57
+ average: weighted
58
+ - type: recall
59
+ name: Recall macro
60
+ args:
61
+ average: macro
62
+ - type: recall
63
+ name: Recall micro
64
+ args:
65
+ average: micro
66
+ - type: recall
67
+ name: Recall weighted
68
+ args:
69
+ average: weighted
70
  ---
71
 
72
  # Dataset Card for [Dataset Name]