Commit
·
4592ebf
1
Parent(s):
77d85fd
add links
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ widget:
|
|
19 |
|
20 |
## Model Description
|
21 |
|
22 |
-
This is a ModernBERT model pre-trained on Japanese Wikipedia and 青空文庫 texts. NVIDIA A100-SXM4-40GB×8 took 66 hours 2 minutes for training. You can fine-tune `modernbert-base-japanese-char` for downstream tasks, such as POS-tagging, dependency-parsing, and so on.
|
23 |
|
24 |
## How to Use
|
25 |
|
|
|
19 |
|
20 |
## Model Description
|
21 |
|
22 |
+
This is a ModernBERT model pre-trained on Japanese Wikipedia and 青空文庫 texts. NVIDIA A100-SXM4-40GB×8 took 66 hours 2 minutes for training. You can fine-tune `modernbert-base-japanese-char` for downstream tasks, such as [POS-tagging](https://huggingface.co/KoichiYasuoka/modernbert-base-japanese-char-upos), [dependency-parsing](https://huggingface.co/KoichiYasuoka/modernbert-base-japanese-char-ud-triangular), and so on.
|
23 |
|
24 |
## How to Use
|
25 |
|