kauffinger commited on
Commit
3341f1c
1 Parent(s): 142c8a2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: openrail
3
+ datasets:
4
+ - SetFit/enron_spam
5
+ metrics:
6
+ - accuracy
7
+ library_name: transformers
8
+ pipeline_tag: text-classification
9
+ tags:
10
+ - email
11
+ - multilingual
12
+ ---
13
+
14
+ # XLM-RoBERTa for multilingual spam detection
15
+
16
+ I trained this model to detect spam in german as there is no german labeled spam mail dataset, and I could not find an already pretrained model for this dataset.
17
+
18
+ ## Intended use
19
+ Identifying spam mail in any XLM-RoBERTa-supported language.
20
+ Note that there was no thorough testing on it's intended use - only validation on the enron mail dataset.