Fix readme after renaming
This commit is contained in:
Родитель
2bcdef2b36
Коммит
4b12dee551
18
README.md
18
README.md
|
@ -1,5 +1,5 @@
|
|||
# Firefox Translations training
|
||||
Training pipelines for Bergamot machine translation models.
|
||||
Training pipelines for Firefox Translations machine translation models.
|
||||
The trained models are hosted in [bergamot-models](https://github.com/mozilla-applied-ml/bergamot-models/),
|
||||
compatible with [bergamot-translator](https://github.com/mozilla/bergamot-translator) and can be used by
|
||||
[firefox-translations](https://github.com/mozilla-extensions/firefox-translations) web extension.
|
||||
|
@ -30,8 +30,8 @@ It was tested on:
|
|||
|
||||
### Using a target Linux machine
|
||||
```
|
||||
git clone https://github.com/mozilla/bergamot-training.git
|
||||
cd bergamot-training
|
||||
git clone https://github.com/mozilla/firefox-translations-training.git
|
||||
cd firefox-translations-training
|
||||
# change settings in config.sh or modify code if needed
|
||||
bash run.sh
|
||||
```
|
||||
|
@ -51,10 +51,10 @@ See [Snakepit installation](https://github.com/mozilla/snakepit-client).
|
|||
|
||||
#### To run end to end
|
||||
```
|
||||
git clone <this repo>
|
||||
cd bergamot-training
|
||||
git clone https://github.com/mozilla/firefox-translations-training.git
|
||||
cd firefox-translations-training
|
||||
# change settings in config.sh or modify code if needed
|
||||
pit run --log "bergamot-training-ru-en" "[8:g2080]"
|
||||
pit run --log "firefox-translations-training-ru-en" "[8:g2080]"
|
||||
```
|
||||
|
||||
#### Interactive usage:
|
||||
|
@ -87,9 +87,9 @@ bash ./pipeline/.../<script>.sh <args>
|
|||
#### To download exported models:
|
||||
|
||||
```
|
||||
pit pull home bergamot-training/models/ru-en/exported/model.ruen.intgemm.alphas.bin.gz .
|
||||
pit pull home bergamot-training/models/ru-en/exported/lex.50.50.ruen.s2t.bin.gz .
|
||||
pit pull home bergamot-training/models/ru-en/exported/vocab.ruen.spm.gz .
|
||||
pit pull home firefox-translations-training/models/ru-en/exported/model.ruen.intgemm.alphas.bin.gz .
|
||||
pit pull home firefox-translations-training/models/ru-en/exported/lex.50.50.ruen.s2t.bin.gz .
|
||||
pit pull home firefox-translations-training/models/ru-en/exported/vocab.ruen.spm.gz .
|
||||
```
|
||||
|
||||
### Tensorboard
|
||||
|
|
Загрузка…
Ссылка в новой задаче