htukor's picture
Add examples
9db5e7c
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]]