KoichiYasuoka commited on
Commit
f8573ca
1 Parent(s): bd2ec84
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -15,7 +15,7 @@ widget:
15
 
16
  ## Model Description
17
 
18
- This is a BERT model pre-trained on Japanese Wikipedia texts, derived from [bert-large-japanese-char](https://huggingface.co/cl-tohoku/bert-large-japanese-char). Character-embeddings are enhanced into 常用漢字/人名用漢字 characters. You can fine-tune `bert-large-japanese-char-extended` for downstream tasks, such as POS-tagging, dependency-parsing, and so on.
19
 
20
  ## How to Use
21
 
 
15
 
16
  ## Model Description
17
 
18
+ This is a BERT model pre-trained on Japanese Wikipedia texts, derived from [bert-large-japanese-char](https://huggingface.co/cl-tohoku/bert-large-japanese-char). Character-embeddings are enhanced to include all 常用漢字/人名用漢字 characters. You can fine-tune `bert-large-japanese-char-extended` for downstream tasks, such as POS-tagging, dependency-parsing, and so on.
19
 
20
  ## How to Use
21