File size: 738 Bytes
24b0dc8 aa1f087 a21e6f2 63193a0 81682ef 24b0dc8 2340356 464bdf3 2340356 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
---
license: apache-2.0
tags:
- translation
- Fairseq
widget:
- text: "<2li> Let us generate some Livonian text!"
---
[Fairseq](https://github.com/pytorch/fairseq) model for translating between English, Estonian, Latvian and Livonian.
Subword units created with [SentencePiece](https://github.com/google/sentencepiece).
To specify the target language to translate into, prepend one of the language code tags to the source sentences:
```
<2en> Šis teikums jātulko angļu valodā
<2et> This sentence should be translated into Estonian
<2lv> This sentence should be translated into Latvian
<2li> This sentence should be translated into Livonian
```
This should be done after applying SentencePiece. |