hiroshi-matsuda-rit
commited on
Commit
•
5e60138
1
Parent(s):
760281a
Update README.md
Browse files
README.md
CHANGED
@@ -7,5 +7,5 @@ datasets:
|
|
7 |
|
8 |
# BERT base Japanese (character-level tokenization with whole word masking, jawiki-20200831)
|
9 |
|
10 |
-
This pretrained model is almost same
|
11 |
The only difference is in `word_tokenzer` property (specify `basic` instead of `mecab`) in `tokenizer_config.json`.
|
|
|
7 |
|
8 |
# BERT base Japanese (character-level tokenization with whole word masking, jawiki-20200831)
|
9 |
|
10 |
+
This pretrained model is almost the same as [cl-tohoku/bert-base-japanese-char-v2](https://huggingface.co/cl-tohoku/bert-base-japanese-char-v2) but do not need `fugashi` or `unidic_lite`.
|
11 |
The only difference is in `word_tokenzer` property (specify `basic` instead of `mecab`) in `tokenizer_config.json`.
|