JunHwi commited on
Commit
9e3d1fb
1 Parent(s): 0af65c8

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Pretrained K-mHas with binary-label model with "koelectra-v3"
2
+
3
+ You can use tokenizer of this model with "monologg/koelectra-v3-base-discriminator"
4
+
5
+ dataset : https://huggingface.co/datasets/jeanlee/kmhas_korean_hate_speech
6
+
7
+ pretrained_model : https://huggingface.co/monologg/koelectra-base-v3-discriminator
8
+
9
+ label maps are like this.
10
+ >
11
+ {0: "not_hate_speech", 1: "hate_speech"}