Add evaluation results on the plain_text config of sms_spam

#2
by autoevaluator HF staff - opened
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -19,6 +19,39 @@ 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
36
+ type: precision
37
+ value: 0.9915966386554622
38
+ verified: true
39
+ - name: Recall
40
+ type: recall
41
+ value: 0.9477911646586346
42
+ verified: true
43
+ - name: AUC
44
+ type: auc
45
+ value: 0.9765156891636706
46
+ verified: true
47
+ - name: F1
48
+ type: f1
49
+ value: 0.9691991786447638
50
+ verified: true
51
+ - name: loss
52
+ type: loss
53
+ value: 0.06180405616760254
54
+ verified: true
55
  ---
56
 
57
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You