hiroshi-matsuda-rit
commited on
Commit
•
59a43cf
1
Parent(s):
2f388fd
Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ This is an [ELECTRA](https://github.com/google-research/electra) model pretraine
|
|
12 |
The base pretrain model is [megagonlabs/transformers-ud-japanese-electra-base-discrimininator](https://huggingface.co/megagonlabs/transformers-ud-japanese-electra-base-discriminator), which requires [SudachiTra](https://github.com/WorksApplications/SudachiTra) for tokenization.
|
13 |
|
14 |
The entire spaCy v3 model is distributed as a python package named [`ja_ginza_electra`](https://pypi.org/project/ja-ginza-electra/) from PyPI along with [`GiNZA v5`](https://github.com/megagonlabs/ginza) which provides some custom pipeline components to recognize the Japanese bunsetu-phrase structures.
|
15 |
-
Try running it as
|
16 |
```console
|
17 |
$ pip install ginza ja-ginza-electra
|
18 |
$ ginza
|
|
|
12 |
The base pretrain model is [megagonlabs/transformers-ud-japanese-electra-base-discrimininator](https://huggingface.co/megagonlabs/transformers-ud-japanese-electra-base-discriminator), which requires [SudachiTra](https://github.com/WorksApplications/SudachiTra) for tokenization.
|
13 |
|
14 |
The entire spaCy v3 model is distributed as a python package named [`ja_ginza_electra`](https://pypi.org/project/ja-ginza-electra/) from PyPI along with [`GiNZA v5`](https://github.com/megagonlabs/ginza) which provides some custom pipeline components to recognize the Japanese bunsetu-phrase structures.
|
15 |
+
Try running it as follows:
|
16 |
```console
|
17 |
$ pip install ginza ja-ginza-electra
|
18 |
$ ginza
|