pfialho commited on
Commit
72a8b62
·
verified ·
1 Parent(s): 8c2765d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -18,17 +18,18 @@ 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-twitter-bertimbau'
22
 
23
  model_list = [
24
  def_model,
25
- "knowhate/counterhate-twitter-xlmrobertabase",
26
- "knowhate/counterhate-twitter-bertbasemultilingualcased",
27
- "knowhate/counterhate-twitter-hateberttuga",
28
- "knowhate/counterhate-youtube-hateberttuga",
29
  "knowhate/counterhate-youtube-bertimbau"
30
  ]
31
 
 
 
 
 
 
32
  kw_to_hf = {"knowhate/counterhate-twitter-bertimbau": "neuralmind/bert-base-portuguese-cased",
33
  "knowhate/counterhate-youtube-bertimbau": "neuralmind/bert-base-portuguese-cased",
34
  "knowhate/counterhate-twitter-xlmrobertabase": "xlm-roberta-base",
 
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-hateberttuga'
22
 
23
  model_list = [
24
  def_model,
 
 
 
 
25
  "knowhate/counterhate-youtube-bertimbau"
26
  ]
27
 
28
+ # "knowhate/counterhate-twitter-xlmrobertabase",
29
+ # "knowhate/counterhate-twitter-bertbasemultilingualcased",
30
+ # "knowhate/counterhate-twitter-hateberttuga",
31
+ # "knowhate/counterhate-youtube-hateberttuga",
32
+
33
  kw_to_hf = {"knowhate/counterhate-twitter-bertimbau": "neuralmind/bert-base-portuguese-cased",
34
  "knowhate/counterhate-youtube-bertimbau": "neuralmind/bert-base-portuguese-cased",
35
  "knowhate/counterhate-twitter-xlmrobertabase": "xlm-roberta-base",