Text Classification
Transformers
English
Inference Endpoints
ggrizzly commited on
Commit
cf5e25c
·
verified ·
1 Parent(s): 6a4adcf

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - NotShrirang/email-spam-filter
4
+ - thehamkercat/telegram-spam-ham
5
+ - ucirvine/sms_spam
6
+ base_model:
7
+ - FacebookAI/roberta-base
8
+ pipeline_tag: text-classification
9
+ license: mit
10
+ language:
11
+ - en
12
+ metrics:
13
+ - accuracy
14
+ results:
15
+ - task:
16
+ type: text-classification
17
+ dataset:
18
+ name: ucirvine/sms_spam
19
+ metrics:
20
+ - name: Accuracy
21
+ type: Test-Data Accuracy
22
+
23
+ value: 95.03%
24
+ source:
25
+ name: Validation via ucirvine/sms_spam dataset in Google Collab
26
+ library_name: transformers
27
+ ---