BigBigBe/news_classifier
Browse files
README.md
CHANGED
@@ -1,8 +1,15 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
|
|
|
|
3 |
license: apache-2.0
|
4 |
base_model: monologg/koelectra-base-v3-discriminator
|
5 |
tags:
|
|
|
|
|
|
|
|
|
|
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
8 |
- accuracy
|
@@ -19,7 +26,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
# ynat-model
|
21 |
|
22 |
-
This model is a fine-tuned version of [monologg/koelectra-base-v3-discriminator](https://huggingface.co/monologg/koelectra-base-v3-discriminator) on
|
23 |
It achieves the following results on the evaluation set:
|
24 |
- Loss: 0.4085
|
25 |
- Accuracy: 0.8608
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
language:
|
4 |
+
- ko
|
5 |
license: apache-2.0
|
6 |
base_model: monologg/koelectra-base-v3-discriminator
|
7 |
tags:
|
8 |
+
- text_calssification
|
9 |
+
- KoELECTRA
|
10 |
+
- Korean-NLP
|
11 |
+
- topic-classification
|
12 |
+
- news-classification
|
13 |
- generated_from_trainer
|
14 |
metrics:
|
15 |
- accuracy
|
|
|
26 |
|
27 |
# ynat-model
|
28 |
|
29 |
+
This model is a fine-tuned version of [monologg/koelectra-base-v3-discriminator](https://huggingface.co/monologg/koelectra-base-v3-discriminator) on the klue_ynat dataset.
|
30 |
It achieves the following results on the evaluation set:
|
31 |
- Loss: 0.4085
|
32 |
- Accuracy: 0.8608
|