SimplyLeo commited on
Commit
8d9c930
1 Parent(s): 4cfbdf4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -2,5 +2,20 @@
2
  license: apache-2.0
3
  language:
4
  - en
5
- pipeline_tag: text-generation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
 
2
  license: apache-2.0
3
  language:
4
  - en
5
+ pipeline_tag: text-classification
6
+ datasets:
7
+ - sms_spam
8
+ metrics:
9
+ - name: Accuracy
10
+ type: Classification Metric
11
+ value: 99.37
12
+ - name: Precision
13
+ type: Classification Metric
14
+ value: 98.63
15
+ - name: Recall
16
+ type: Classification Metric
17
+ value: 96.64
18
+ - name: F1-Score
19
+ type: Classification Metric
20
+ value: 97.63
21
  ---