Spaces:
Sleeping
Sleeping
Shane Weisz commited on
Commit ·
772b769
1
Parent(s): 6cfad59
Update title
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import gradio as gr
|
|
| 4 |
DEFAULT_MODEL = "shaneweisz/DialoGPT-finetuned-gab-multiCONAN"
|
| 5 |
DECODING_CONFIG = {"max_new_tokens": 100, "min_new_tokens": 20, "no_repeat_ngram_size": 5, "num_beams": 10}
|
| 6 |
|
| 7 |
-
TITLE = "Automatic
|
| 8 |
DESCRIPTION = """
|
| 9 |
Enter a hate speech comment (or select one of the provided examples below), click Submit, and see if the system generates an appropriate counterspeech response.
|
| 10 |
"""
|
|
|
|
| 4 |
DEFAULT_MODEL = "shaneweisz/DialoGPT-finetuned-gab-multiCONAN"
|
| 5 |
DECODING_CONFIG = {"max_new_tokens": 100, "min_new_tokens": 20, "no_repeat_ngram_size": 5, "num_beams": 10}
|
| 6 |
|
| 7 |
+
TITLE = "Automatic Generation of Counterspeech to Fight Hate Speech"
|
| 8 |
DESCRIPTION = """
|
| 9 |
Enter a hate speech comment (or select one of the provided examples below), click Submit, and see if the system generates an appropriate counterspeech response.
|
| 10 |
"""
|