Create README.md
Browse files
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"}
|