mginoben commited on
Commit
d6dbc70
·
1 Parent(s): 36343c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -3
README.md CHANGED
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # roberta-tagalog-profanity-classifier
19
 
20
- This model is a fine-tuned version of [jcblaise/roberta-tagalog-base](https://huggingface.co/jcblaise/roberta-tagalog-base) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.3019
23
  - Accuracy: 0.8898
@@ -27,11 +27,27 @@ It achieves the following results on the evaluation set:
27
 
28
  ## Model description
29
 
30
- More information needed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
 
32
  ## Intended uses & limitations
33
 
34
- More information needed
35
 
36
  ## Training and evaluation data
37
 
 
17
 
18
  # roberta-tagalog-profanity-classifier
19
 
20
+ This model is a fine-tuned version of [jcblaise/roberta-tagalog-base](https://huggingface.co/jcblaise/roberta-tagalog-base) on [mginoben/tagalog-profanity-dataset](https://huggingface.co/datasets/mginoben/tagalog-profanity-dataset) dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.3019
23
  - Accuracy: 0.8898
 
27
 
28
  ## Model description
29
 
30
+ The Model classifies tagalog texts that contains profanities as either Abusive or Non-Abusive.
31
+
32
+ It only classifies texts with the following profanities:
33
+ - bobo
34
+ - bwiset
35
+ - gago
36
+ - kupal
37
+ - pakshet
38
+ - pakyu
39
+ - pucha
40
+ - punyeta
41
+ - puta
42
+ - putangina
43
+ - tanga
44
+ - tangina
45
+ - tarantado
46
+ - ulol
47
 
48
  ## Intended uses & limitations
49
 
50
+ For content moderation accross different social medias
51
 
52
  ## Training and evaluation data
53