Sasha Luccioni commited on
Commit
ec80f9d
1 Parent(s): 4d34797

Eval metadata batch 3: Reddit, Rotten Tomatoes, SemEval 2010, Sentiment 140, SMS Spam, Snips, SQuAD, SQuAD v2, Timit ASR (#4337)

Browse files

* Eval metadata batch 3: Quora, Reddit, Rotten Tomatoes, SemEval 2010, Sentiment 140, SMS Spam, Snips, SQuAD, SQuAD v2, Timit ASR

* Update datasets/quora/README.md

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

* Update README.md

removing ROUGE args

* Update datasets/rotten_tomatoes/README.md

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

* Update datasets/rotten_tomatoes/README.md

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

* Update datasets/squad/README.md

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

* Update datasets/squad_v2/README.md

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

* Update datasets/squad/README.md

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

* Update datasets/squad_v2/README.md

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

* Update datasets/squad_v2/README.md

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

* Update README.md

removing eval for quora

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/8ccf58b77343f323ba6654250f88b69699a57b8e

Files changed (1) hide show
  1. README.md +49 -1
README.md CHANGED
@@ -21,6 +21,54 @@ task_ids:
21
  - intent-classification
22
  paperswithcode_id: sms-spam-collection-data-set
23
  pretty_name: SMS Spam Collection Data Set
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  ---
25
 
26
  # Dataset Card for [Dataset Name]
@@ -59,7 +107,7 @@ pretty_name: SMS Spam Collection Data Set
59
 
60
  ### Dataset Summary
61
 
62
- The SMS Spam Collection v.1 is a public set of SMS labeled messages that have been collected for mobile phone spam research.
63
  It has one collection composed by 5,574 English, real and non-enconded messages, tagged according being legitimate (ham) or spam.
64
 
65
  ### Supported Tasks and Leaderboards
21
  - intent-classification
22
  paperswithcode_id: sms-spam-collection-data-set
23
  pretty_name: SMS Spam Collection Data Set
24
+ train-eval-index:
25
+ - config: plain_text
26
+ task: text-classification
27
+ task_id: binary_classification
28
+ splits:
29
+ train_split: train
30
+ col_mapping:
31
+ sms: 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 [Dataset Name]
107
 
108
  ### Dataset Summary
109
 
110
+ The SMS Spam Collection v.1 is a public set of SMS labeled messages that have been collected for mobile phone spam research.
111
  It has one collection composed by 5,574 English, real and non-enconded messages, tagged according being legitimate (ham) or spam.
112
 
113
  ### Supported Tasks and Leaderboards