FpOliveira
commited on
Commit
•
56825f5
1
Parent(s):
b704d43
Update app.py
Browse files
app.py
CHANGED
@@ -6,11 +6,11 @@ from scipy.special import softmax
|
|
6 |
|
7 |
article_string = "Author: <a href=\"https://huggingface.co/FpOliveira\">Felipe Ramos de Oliveira</a>. Read more about our <a href=\"https://github.com/Silly-Machine/TuPi-Portuguese-Hate-Speech-Dataset\">The Portuguese hate speech dataset (TuPI) </a>."
|
8 |
|
9 |
-
app_title = "Portuguese hate speech classifier -
|
10 |
|
11 |
app_description = """
|
12 |
-
EN: This application employs multiple models to identify hate speech in
|
13 |
-
\nPT: Esta aplicativo emprega múltiplos modelos para identificar
|
14 |
"""
|
15 |
|
16 |
app_examples = [
|
|
|
6 |
|
7 |
article_string = "Author: <a href=\"https://huggingface.co/FpOliveira\">Felipe Ramos de Oliveira</a>. Read more about our <a href=\"https://github.com/Silly-Machine/TuPi-Portuguese-Hate-Speech-Dataset\">The Portuguese hate speech dataset (TuPI) </a>."
|
8 |
|
9 |
+
app_title = "Portuguese hate speech classifier (Binary) - Classificador de discurso de ódio em português (Binário)"
|
10 |
|
11 |
app_description = """
|
12 |
+
EN: This application employs multiple natural language models to identify hate speech in portuguese. You have the option to enter your own phrases by filling in the "Text" field or choosing one of the examples provided below.
|
13 |
+
\nPT: Esta aplicativo emprega múltiplos modelos de linguagem natural para identificar discuros de odio em português. Você tem a opção de inserir suas próprias frases preenchendo o campo "Text" ou escolhendo um dos exemplos abaixo
|
14 |
"""
|
15 |
|
16 |
app_examples = [
|