File size: 1,065 Bytes
ba372e7
 
 
 
 
 
 
 
 
 
 
234d00f
 
 
 
9db5e7c
 
 
234d00f
ba372e7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
title = "NLLB TRANSLATION Demo"
description = """
<p>
<center>
Translator using <a href='https://ai.facebook.com/research/no-language-left-behind/' target='_blank'>Facebook's NLLB</a> models.
Developed by <a href='https://www.narrativa.com/' target='_blank'>Narrativa</a>.
<img src="https://raw.githubusercontent.com/facebookresearch/fairseq/nllb/nllb.png" alt="meta nllb pic" width="700"/>
</center>
</p>
"""

examples = [["우리 모두는 나날이 모든 면에서 점점 더 좋아지고 있다.",
             "kor_Hang", "eng_Latn", 400],
            ["I love to test latest translation models by META at HuggingFace thanks to Narrativa",
             "eng_Latn", "kor_Hang", 400],
            ["내 마음을 호수라고 해도 강물이라고 해도 우주라고 해도 괜찮다.",
             "kor_Hang", "ind_Latn", 400],
            ["Adik menambah gula pada kopi pahit itu.", "ind_Latn", "kor_Hang", 400],
            ["I love to test latest translation models by META at HuggingFace thanks to Narrativa",
             "eng_Latn", "spa_Latn", 400]]