Sasha Luccioni commited on
Commit
8dbbbc3
1 Parent(s): c671869

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
@@ -20,6 +20,54 @@ task_ids:
20
  - text-classification-other-hate-speech-detection
21
  paperswithcode_id: hate-speech-and-offensive-language
22
  pretty_name: Hate Speech and Offensive Language
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for [Dataset Name]
20
  - text-classification-other-hate-speech-detection
21
  paperswithcode_id: hate-speech-and-offensive-language
22
  pretty_name: Hate Speech and Offensive Language
23
+ train-eval-index:
24
+ - config: default
25
+ task: text-classification
26
+ task_id: multi_class_classification
27
+ splits:
28
+ train_split: train
29
+ col_mapping:
30
+ tweet: text
31
+ label: target
32
+ metrics:
33
+ - type: accuracy
34
+ name: Accuracy
35
+ - type: f1
36
+ name: F1 macro
37
+ args:
38
+ average: macro
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 [Dataset Name]