Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,14 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
tags:
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
-
# Model Card for Sentence Type Classification
|
7 |
|
8 |
This model is fine-tuned to classify Korean financial sentences into four categories: Predictive, Inferential, Factual, and Conversational. It is built upon `jhgan/ko-sroberta-multitask`, a multilingual transformer model specialized for Korean NLP tasks.
|
9 |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- sentence-classification
|
5 |
+
- korean
|
6 |
+
- multi-class
|
7 |
+
- ko-sroberta
|
8 |
+
- transformers
|
9 |
---
|
10 |
|
11 |
+
# Model Card for Sentence Type Classification
|
12 |
|
13 |
This model is fine-tuned to classify Korean financial sentences into four categories: Predictive, Inferential, Factual, and Conversational. It is built upon `jhgan/ko-sroberta-multitask`, a multilingual transformer model specialized for Korean NLP tasks.
|
14 |
|