Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Add ruen model (#17)
Browse files Browse the repository at this point in the history
* Add ruen model

* Delete old dev models

* Update readme
  • Loading branch information
eu9ene authored Jun 15, 2021
1 parent cdab79f commit 71ffbf3
Show file tree
Hide file tree
Showing 18 changed files with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# bergamot-models
Repo to host Bergamot model pairs
Repo to host Bergamot models

`prod` - models that are uploaded to GCS and available to use in `https://github.com/mozilla-extensions/firefox-translations`
`dev` - models under development (can be with low quality or speed)

# Command to generate bin models:
`marian-conv -f model.esen.npz -t model.esen.bin -g float32`
Expand All @@ -14,16 +17,19 @@ Repo to host Bergamot model pairs
cd prod
gzip -dr *
# bump version
gsutil -m cp -rZn * gs://bergamot-models-maml/0.2.0/
gsutil -m cp -rZn * gs://bergamot-models-sandbox/0.2.0/
```
# Currrently supported Languages
# Currently supported Languages
## Prod
- Spanish <-> English
- Estonian <-> English
- English -> German
- Upcoming:
- German -> English
- Czech <-> English
- French <-> English
- Polish <-> English
- Russian <-> English
- Portuguese <-> English
- English -> German
- Czech <-> English
## Dev
- Russian -> English
## Upcoming
- German -> English
- French <-> English
- Polish <-> English
- Russian <- English
- Portuguese <-> English
Binary file removed dev/deen/vocab.deen.spm.gz
Binary file not shown.
Binary file removed dev/ende/lex.ende.s2t.gz
Binary file not shown.
Binary file removed dev/ende/model.ende.intgemm.bin.gz
Binary file not shown.
Binary file removed dev/ende/model.ende.npz.gz
Binary file not shown.
Binary file removed dev/enes/lex.enes.s2t.gz
Binary file not shown.
Binary file removed dev/enes/model.enes.bin.gz
Binary file not shown.
Binary file removed dev/enes/model.enes.intgemm.bin.gz
Binary file not shown.
Binary file removed dev/enet/lex.enet.s2t.gz
Binary file not shown.
Binary file removed dev/enet/model.enet.intgemm.bin.gz
Binary file not shown.
Binary file removed dev/enet/model.enet.npz.gz
Binary file not shown.
Binary file removed dev/esen/lex.esen.s2t.gz
Binary file not shown.
Binary file removed dev/esen/model.esen.bin.gz
Binary file not shown.
Binary file removed dev/eten/lex.eten.s2t.gz
Binary file not shown.
Binary file removed dev/eten/model.eten.intgemm.bin.gz
Binary file not shown.
Binary file added dev/ruen/lex.50.50.ruen.s2t.bin.gz
Binary file not shown.
Binary file not shown.
Binary file added dev/ruen/vocab.ruen.spm.gz
Binary file not shown.

0 comments on commit 71ffbf3

Please sign in to comment.