Spaces:
Running
Running
Ari Nubar Boyacıoğlu
commited on
Commit
·
c5ad5ae
1
Parent(s):
b783274
fix alignment
Browse files
app.py
CHANGED
@@ -130,21 +130,22 @@ with gr.Blocks(title="Գրաբառ-Անգլերէն Մեքենական Թարգ
|
|
130 |
|
131 |
|
132 |
with gr.Row():
|
133 |
-
with gr.
|
134 |
-
gr.
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
|
|
148 |
with gr.Column():
|
149 |
with gr.Accordion("Այլ Տիպարներ | Other Models", open=False):
|
150 |
gr.HTML("""
|
|
|
130 |
|
131 |
|
132 |
with gr.Row():
|
133 |
+
with gr.Column():
|
134 |
+
with gr.Accordion("Թարգմանիչի Մասին | Information about the Translator", open=False):
|
135 |
+
gr.HTML("""
|
136 |
+
<p>Հոս կը ցուցադրուի առաջին գրաբառ-անգլերէն մեքենական թարգմանիչը, որ կարուցուած է Մեթայի (Ֆեյսպուքի) 'No Language Left Behind' տիպարի հիման վրայ։</p>
|
137 |
+
<p><b>Գրաբառի եւ Անգլերէնի զուգահեռ նախադասութիւններու քանակութիւնը փոքր ըլլալու պատճառաւ թարգմանութիւններու որակը միայն փորձարական մակարդակի հասած է։ Մեծ խանդավառութեամբ կ՚անկնկալենք ձեր աշխատակցութիւնը՝ բարելաւելու տիպարին որակը։</b></p>
|
138 |
+
<p>Թարգմանութեան տիպարը կ'աշխատի CPU-ի մը մէջ, ուրեմն նախադասութեան մը թարգմանութիւնը կրնայ տեւել մօտաւորապէս <strong>40-60 երկվայրկեան</strong>։ Ձեր գնահատութիւնները եւ քննադատութիւնները շատ կարեւոր են տիպարի թարգմանութեան որակը բարելաւելու համար։</p>
|
139 |
+
<p>Դուք թարգմանութեան որակին մասին ձեր գնահատութիւնը կրնաք տալ երեք գնահատութեան կոճակներէ մէկուն սեղմելով։ Լեզուի, մուտքի եւ ելքի գրութիւններու, յարաչափերու եւ ձեր գնահատութեան մասին տուեալները պիտի պահուին։ Գնահատութիւնը պարտաւոր չէ։</p>
|
140 |
+
|
141 |
+
|
142 |
+
<hr style='margin-top: 5px; margin-bottom: 5px'>
|
143 |
+
|
144 |
+
<p>This is the demo of the first Classical Armenian-English neural machine translation system which is based on Meta's 'No Language Left Behind' model.</p>
|
145 |
+
<p><b>The translation quality of Classical Armenian and English translations is limited due to the limited number of training examples. Your contributions are crucial and most welcome to improve the quality of the translations.</b></p>
|
146 |
+
<p>The model runs on a CPU, so it might take approximately <strong>40-60 seconds</strong> to translate a single sentence. Your feedback and comments are very important for us to improve the quality of the translation.</p>
|
147 |
+
<p>You can give your feedback about the quality of the translation by clicking one of the three feedback buttons. Information about source, target languages, input and output texts, parameters and your feedback about quality will be saved. It is not mandatory to give feedback.</p>
|
148 |
+
""")
|
149 |
with gr.Column():
|
150 |
with gr.Accordion("Այլ Տիպարներ | Other Models", open=False):
|
151 |
gr.HTML("""
|