JunHwi commited on
Commit
a6e45cd
1 Parent(s): 4c1aeae

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Pretraining KoLD Dataset with pretrained "koelectra-v3" model.
2
+
3
+ dataset : https://github.com/boychaboy/KOLD
4
+
5
+ pretrained_model : https://huggingface.co/monologg/koelectra-base-v3-discriminator
6
+
7
+ So you should use tokenizer with "koelectra-base-v3-discriminator".
8
+
9
+ label maps are like
10
+ >
11
+ {0: "not_hate_speech", 1: "hate_speech"}