KoichiYasuoka commited on
Commit
9125e61
1 Parent(s): 1502c81

cc-by-sa-4.0

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -5,7 +5,7 @@ tags:
5
  - "japanese"
6
  - "masked-lm"
7
  - "wikipedia"
8
- license: "cc-by-sa-3.0"
9
  pipeline_tag: "fill-mask"
10
  mask_token: "[MASK]"
11
  widget:
@@ -16,7 +16,7 @@ widget:
16
 
17
  ## Model Description
18
 
19
- 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.
20
 
21
  ## How to Use
22
 
5
  - "japanese"
6
  - "masked-lm"
7
  - "wikipedia"
8
+ license: "cc-by-sa-4.0"
9
  pipeline_tag: "fill-mask"
10
  mask_token: "[MASK]"
11
  widget:
16
 
17
  ## Model Description
18
 
19
+ 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](https://huggingface.co/KoichiYasuoka/bert-large-japanese-upos), dependency-parsing, and so on.
20
 
21
  ## How to Use
22