Commit
·
e6e654d
1
Parent(s):
1ae55fd
Update app.py
Browse files
app.py
CHANGED
@@ -3,11 +3,11 @@ from transformers import AutoModelForSeq2SeqLM
|
|
3 |
from transformers import AutoTokenizer
|
4 |
|
5 |
article='''
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
'''
|
12 |
|
13 |
model = AutoModelForSeq2SeqLM.from_pretrained('hackathon-pln-es/t5-small-spanish-nahuatl')
|
|
|
3 |
from transformers import AutoTokenizer
|
4 |
|
5 |
article='''
|
6 |
+
# Team members
|
7 |
+
- Emilio Morales [(milmor)](https://huggingface.co/milmor)
|
8 |
+
- Rodrigo Martínez Arzate [(rockdrigoma)](https://huggingface.co/rockdrigoma)
|
9 |
+
- Luis Armando Mercado [(luisarmando)](https://huggingface.co/luisarmando)
|
10 |
+
- Jacobo del Valle [(jjdv)](https://huggingface.co/jjdv)
|
11 |
'''
|
12 |
|
13 |
model = AutoModelForSeq2SeqLM.from_pretrained('hackathon-pln-es/t5-small-spanish-nahuatl')
|