Jongha611/news-classifier
Browse files
README.md
CHANGED
@@ -1,8 +1,14 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
4 |
-
|
|
|
5 |
tags:
|
|
|
|
|
|
|
|
|
|
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
8 |
- name: ynat_model
|
@@ -14,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
14 |
|
15 |
# ynat_model
|
16 |
|
17 |
-
This model is a fine-tuned version of [
|
18 |
It achieves the following results on the evaluation set:
|
19 |
- eval_loss: 2.0522
|
20 |
- eval_accuracy: 0.0917
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
language:
|
4 |
+
- ko
|
5 |
+
base_model: model.config._name_or_path
|
6 |
tags:
|
7 |
+
- text-classification
|
8 |
+
- KoELECTRA
|
9 |
+
- Korean-NLP
|
10 |
+
- topic-classification
|
11 |
+
- news-classification
|
12 |
- generated_from_trainer
|
13 |
model-index:
|
14 |
- name: ynat_model
|
|
|
20 |
|
21 |
# ynat_model
|
22 |
|
23 |
+
This model is a fine-tuned version of [model.config._name_or_path](https://huggingface.co/model.config._name_or_path) on the klue-ynat dataset.
|
24 |
It achieves the following results on the evaluation set:
|
25 |
- eval_loss: 2.0522
|
26 |
- eval_accuracy: 0.0917
|