Commit ·
4fa72bb
1
Parent(s): 0f4ac77
bug fix
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ widget:
|
|
| 20 |
|
| 21 |
## Model Description
|
| 22 |
|
| 23 |
-
This is a DeBERTa(
|
| 24 |
|
| 25 |
## How to Use
|
| 26 |
|
|
|
|
| 20 |
|
| 21 |
## Model Description
|
| 22 |
|
| 23 |
+
This is a DeBERTa(V3) model pre-trained on Korean texts for POS-tagging and dependency-parsing, derived from [deberta-v3-base-korean](https://huggingface.co/team-lucid/deberta-v3-base-korean) and [morphUD-korean](https://github.com/jungyeul/morphUD-korean). Every morpheme (형태소) is tagged by [UPOS](https://universaldependencies.org/u/pos/)(Universal Part-Of-Speech).
|
| 24 |
|
| 25 |
## How to Use
|
| 26 |
|