Typo
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ This is a forked version of DistilBERT model pre-trained on 131 GB of Japanese w
|
|
13 |
The teacher model is BERT-base that built in-house at LINE.
|
14 |
The model was trained by [LINE Corporation](https://linecorp.com/).
|
15 |
|
16 |
-
The difference from the [original repository](https://huggingface.co/line-corporation/line-distilbert-base-japanese) is the tokenizer code. In this repository, we updated it to work with `
|
17 |
|
18 |
## For Japanese
|
19 |
|
|
|
13 |
The teacher model is BERT-base that built in-house at LINE.
|
14 |
The model was trained by [LINE Corporation](https://linecorp.com/).
|
15 |
|
16 |
+
The difference from the [original repository](https://huggingface.co/line-corporation/line-distilbert-base-japanese) is the tokenizer code. In this repository, we updated it to work with `transformers>=4.34` after a [tokenizer refactoring](https://github.com/huggingface/transformers/pull/23909).
|
17 |
|
18 |
## For Japanese
|
19 |
|