Spaces:
Runtime error
Runtime error
pierreguillou
commited on
Commit
•
7a02bdc
1
Parent(s):
de69443
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ early_stopping=True
|
|
14 |
|
15 |
title = "QA App | T5 base finetuned on SQuAD 1.1 in Portuguese"
|
16 |
description = "Forneça seu próprio texto e faça perguntas sobre ele. Quão bem o modelo responde? (esse aplicativo usa o modelo https://huggingface.co/pierreguillou/t5-base-qa-squad-v1.1-portuguese)"
|
17 |
-
article = f"<div style='text-align: center; font-size: 90%;'><p>Link para o modelo <a style='color:blue;' href='https://huggingface.co/pierreguillou/t5-base-qa-squad-v1.1-portuguese' target='_blank'>T5 base QA in Portuguese</a></p><p>Blog post: <a style='color:blue;' href='' target='_blank'>NLP nas empresas | Como eu treinei um modelo T5 na tarefa QA
|
18 |
allow_screenshot = False
|
19 |
allow_flagging = False
|
20 |
|
|
|
14 |
|
15 |
title = "QA App | T5 base finetuned on SQuAD 1.1 in Portuguese"
|
16 |
description = "Forneça seu próprio texto e faça perguntas sobre ele. Quão bem o modelo responde? (esse aplicativo usa o modelo https://huggingface.co/pierreguillou/t5-base-qa-squad-v1.1-portuguese)"
|
17 |
+
article = f"<div style='text-align: center; font-size: 90%;'><p>Link para o modelo <a style='color:blue;' href='https://huggingface.co/pierreguillou/t5-base-qa-squad-v1.1-portuguese' target='_blank'>T5 base QA in Portuguese</a></p><p>Blog post: <a style='color:blue;' href='https://medium.com/@pierre_guillou/nlp-nas-empresas-como-eu-treinei-um-modelo-t5-em-portugu%C3%AAs-na-tarefa-qa-no-google-colab-e8eb0dc38894' target='_blank'>NLP nas empresas | Como eu treinei um modelo T5 em português na tarefa QA no Google Colab</a> (27/01/2022)</p><p>BERT QA in Portuguese App by <a style='color:blue;' href='https://www.linkedin.com/in/pierreguillou/' target='_blank'>Pierre GUILLOU</a> | <a style='color:blue;' href='https://github.com/piegu/language-models#language-models' target='_blank'>Github Repo</a></p></div>"
|
18 |
allow_screenshot = False
|
19 |
allow_flagging = False
|
20 |
|