Commit
·
5a04d0b
1
Parent(s):
2396cec
bug fix
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ tags:
|
|
6 |
- "pos"
|
7 |
- "dependency-parsing"
|
8 |
- "modernbert"
|
9 |
-
base_model: makiart/jp-
|
10 |
datasets:
|
11 |
- "universal_dependencies"
|
12 |
license: "mit"
|
@@ -19,7 +19,7 @@ widget:
|
|
19 |
|
20 |
## Model Description
|
21 |
|
22 |
-
This is a ModernBERT model pretrained for POS-tagging and dependency-parsing, derived from [jp-
|
23 |
|
24 |
## How to Use
|
25 |
|
|
|
6 |
- "pos"
|
7 |
- "dependency-parsing"
|
8 |
- "modernbert"
|
9 |
+
base_model: makiart/jp-ModernBERT-large-preview
|
10 |
datasets:
|
11 |
- "universal_dependencies"
|
12 |
license: "mit"
|
|
|
19 |
|
20 |
## Model Description
|
21 |
|
22 |
+
This is a ModernBERT model pretrained for POS-tagging and dependency-parsing, derived from [jp-ModernBERT-large-preview](https://huggingface.co/makiart/jp-ModernBERT-large-preview) and [UD_Japanese-GSDLUW](https://github.com/UniversalDependencies/UD_Japanese-GSDLUW).
|
23 |
|
24 |
## How to Use
|
25 |
|