lewtun HF staff commited on
Commit
e96391e
1 Parent(s): 5ff852c

Add evaluation results on the plain_text config of sms_spam

Browse files

Beep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the plain_text config of the [sms_spam](https://huggingface.co/datasets/sms_spam) dataset by

@Al-Ip

, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-sms_spam-216c1ded-12215630).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=sms_spam).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=sms_spam).

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