Update app.py
Browse files
app.py
CHANGED
@@ -18,11 +18,11 @@ We invite you to try it out. You can just enter a pair of sentences below, one a
|
|
18 |
For more, visit our [website](https://knowhate.eu) and [Hugging Face page](https://huggingface.co/knowhate).
|
19 |
"""
|
20 |
|
21 |
-
def_model = 'knowhate/counterhate-youtube-
|
22 |
|
23 |
model_list = [
|
24 |
def_model,
|
25 |
-
"knowhate/counterhate-youtube-
|
26 |
"knowhate/counterhate-twitter-xlmrobertabase",
|
27 |
"knowhate/counterhate-twitter-bertbasemultilingualcased",
|
28 |
"knowhate/counterhate-twitter-hateberttuga",
|
@@ -38,8 +38,8 @@ kw_to_hf = {"knowhate/counterhate-twitter-bertimbau": "neuralmind/bert-base-port
|
|
38 |
|
39 |
# 1 0 2
|
40 |
app_examples = [
|
41 |
-
["
|
42 |
-
"
|
43 |
def_model],
|
44 |
["\"Não acredites em tudo o que lês na Internet\" - Abraham Lincoln",
|
45 |
"A Internet foi desenvolvida entre os anos 1973-1989.",
|
|
|
18 |
For more, visit our [website](https://knowhate.eu) and [Hugging Face page](https://huggingface.co/knowhate).
|
19 |
"""
|
20 |
|
21 |
+
def_model = 'knowhate/counterhate-youtube-bertimbau'
|
22 |
|
23 |
model_list = [
|
24 |
def_model,
|
25 |
+
"knowhate/counterhate-youtube-hateberttuga",
|
26 |
"knowhate/counterhate-twitter-xlmrobertabase",
|
27 |
"knowhate/counterhate-twitter-bertbasemultilingualcased",
|
28 |
"knowhate/counterhate-twitter-hateberttuga",
|
|
|
38 |
|
39 |
# 1 0 2
|
40 |
app_examples = [
|
41 |
+
["Totalmente de acordo mano ...quando somos nós já nao e racismo...Fdse isto e uma vergonha ..",
|
42 |
+
"Mimimi... Vocês são preconceituosos e não tem vergonha na cara!",
|
43 |
def_model],
|
44 |
["\"Não acredites em tudo o que lês na Internet\" - Abraham Lincoln",
|
45 |
"A Internet foi desenvolvida entre os anos 1973-1989.",
|