Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
|
|
|
| 1 |
+
# korPolBERT
|
| 2 |
+
|
| 3 |
+
This model is a BERT classification model to classify Korean user generated comments into binary labels of liberal or conservative.
|
| 4 |
+
This model was trained on approximately 37,000 user generated comments collected from NAVER\'s news portal.
|
| 5 |
+
|
| 6 |
+
This model is a finetuned model based on ETRI\'s KorBERT; the vocabulary file for the tokenizer should be obtained from ETRI.
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
|
| 12 |
---
|
| 13 |
license: apache-2.0
|
| 14 |
---
|