Commit
路
1271ce0
1
Parent(s):
aea3916
Update app.py
Browse files
app.py
CHANGED
@@ -18,14 +18,14 @@ gr.Interface(
|
|
18 |
title='馃尳 Spanish to Nahuatl Automatic Translation',
|
19 |
description='This model is a T5 Transformer (t5-small) fine-tuned on 29,007 spanish and nahuatl sentences using 12,890 samples collected from the web and 16,117 samples from the Axolotl dataset. The dataset is normalized using "sep" normalization from py-elotl. For more details visit https://huggingface.co/hackathon-pln-es/t5-small-spanish-nahuatl',
|
20 |
examples=[
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
allow_flagging="manual",
|
30 |
flagging_options=["right translation", "wrong translation", "error", "other"]
|
31 |
).launch(enable_queue=True)
|
|
|
18 |
title='馃尳 Spanish to Nahuatl Automatic Translation',
|
19 |
description='This model is a T5 Transformer (t5-small) fine-tuned on 29,007 spanish and nahuatl sentences using 12,890 samples collected from the web and 16,117 samples from the Axolotl dataset. The dataset is normalized using "sep" normalization from py-elotl. For more details visit https://huggingface.co/hackathon-pln-es/t5-small-spanish-nahuatl',
|
20 |
examples=[
|
21 |
+
'hola',
|
22 |
+
'conejo',
|
23 |
+
'estrella',
|
24 |
+
'te quiero mucho',
|
25 |
+
'te amo',
|
26 |
+
'quiero comer',
|
27 |
+
'esto se llama agua',
|
28 |
+
'te amo con todo mi coraz贸n'],
|
29 |
allow_flagging="manual",
|
30 |
flagging_options=["right translation", "wrong translation", "error", "other"]
|
31 |
).launch(enable_queue=True)
|