Sasha Luccioni commited on
Commit
6fffda5
1 Parent(s): 609fd83

Eval metadata batch 2 : Health Fact, Jigsaw Toxicity, LIAR, LJ Speech, MSRA NER, Multi News, NCBI Disease, Poem Sentiment (#4336)

Browse files

* Eval metadata batch 2 : Health Fact, Jigsaw Toxicity, LIAR, LJ Speech, MSRA NER, Multi News, NCBI Disease, PiQA, Poem Sentiment, QAsper

* Update README.md

fixing header

* Update datasets/piqa/README.md

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

* Update README.md

changing MSRA NER metric to `seqeval`

* Update README.md

removing ROUGE args

* Update README.md

removing duplicate information

* Update README.md

removing eval for now

* 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>

Commit from https://github.com/huggingface/datasets/commit/095d12ff7414df118f60e00cd6494299a881743a

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