Commit
·
88dfeb2
1
Parent(s):
91a7f09
dependency-parsing
Browse files
README.md
CHANGED
@@ -18,7 +18,7 @@ widget:
|
|
18 |
|
19 |
## Model Description
|
20 |
|
21 |
-
This is a ModernBERT model pre-trained on [Kanripo](https://www.kanripo.org) texts. Character-embeddings are enhanced into traditional/simplified characters. You can fine-tune `modernbert-small-classical-chinese` for downstream tasks, such as sentence-segmentation, POS-tagging, dependency-parsing, and so on.
|
22 |
|
23 |
## How to Use
|
24 |
|
|
|
18 |
|
19 |
## Model Description
|
20 |
|
21 |
+
This is a ModernBERT model pre-trained on [Kanripo](https://www.kanripo.org) texts. Character-embeddings are enhanced into traditional/simplified characters. You can fine-tune `modernbert-small-classical-chinese` for downstream tasks, such as sentence-segmentation, POS-tagging, [dependency-parsing](https://huggingface.co/KoichiYasuoka/modernbert-small-classical-chinese-ud-embeds), and so on.
|
22 |
|
23 |
## How to Use
|
24 |
|