milmor commited on
Commit
f2ea4cf
1 Parent(s): cf05f54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -27,11 +27,11 @@ gr.Interface(
27
  ],
28
  theme="peach",
29
  title='🌽 Spanish to Nahuatl Automatic Translation',
30
- 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',
31
  examples=[
32
  'conejo',
33
  'estrella',
34
- 'te quiero mucho',
35
  'te amo',
36
  'quiero comer',
37
  'esto se llama agua',
 
27
  ],
28
  theme="peach",
29
  title='🌽 Spanish to Nahuatl Automatic Translation',
30
+ description='This model is a T5 Transformer (t5-small) fine-tuned on spanish and nahuatl sentences collected from the web. The dataset is normalized using "sep" normalization from py-elotl. For more details visit https://huggingface.co/hackathon-pln-es/t5-small-spanish-nahuatl',
31
  examples=[
32
  'conejo',
33
  'estrella',
34
+ 'Muchos perros son blancos',
35
  'te amo',
36
  'quiero comer',
37
  'esto se llama agua',