Add evaluation results on sms_spam

#1
by autoevaluator HF staff - opened
Files changed (1) hide show
  1. README.md +53 -0
README.md CHANGED
@@ -19,6 +19,59 @@ model-index:
19
  - name: Accuracy
20
  type: accuracy
21
  value: 0.9928263988522238
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
19
  - name: Accuracy
20
  type: accuracy
21
  value: 0.9928263988522238
22
+ - task:
23
+ type: text-classification
24
+ name: Text Classification
25
+ dataset:
26
+ name: sms_spam
27
+ type: sms_spam
28
+ config: plain_text
29
+ split: train
30
+ metrics:
31
+ - name: Accuracy
32
+ type: accuracy
33
+ value: 0.9919268030139935
34
+ verified: true
35
+ - name: Precision Macro
36
+ type: precision
37
+ value: 0.9917859736487188
38
+ verified: true
39
+ - name: Precision Micro
40
+ type: precision
41
+ value: 0.9919268030139935
42
+ verified: true
43
+ - name: Precision Weighted
44
+ type: precision
45
+ value: 0.9919245611572381
46
+ verified: true
47
+ - name: Recall Macro
48
+ type: recall
49
+ value: 0.973274078289541
50
+ verified: true
51
+ - name: Recall Micro
52
+ type: recall
53
+ value: 0.9919268030139935
54
+ verified: true
55
+ - name: Recall Weighted
56
+ type: recall
57
+ value: 0.9919268030139935
58
+ verified: true
59
+ - name: F1 Macro
60
+ type: f1
61
+ value: 0.9822768887959031
62
+ verified: true
63
+ - name: F1 Micro
64
+ type: f1
65
+ value: 0.9919268030139935
66
+ verified: true
67
+ - name: F1 Weighted
68
+ type: f1
69
+ value: 0.9918493784651978
70
+ verified: true
71
+ - name: loss
72
+ type: loss
73
+ value: 0.06175367161631584
74
+ verified: true
75
  ---
76
 
77
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You