Spaces:
Sleeping
Sleeping
Shane Weisz
commited on
Commit
·
2d65d22
1
Parent(s):
82488ed
Change wording in description
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ DEFAULT_MODEL = "shaneweisz/DialoGPT-finetuned-multiCONAN"
|
|
| 5 |
DECODING_CONFIG = {"max_new_tokens": 100, "no_repeat_ngram_size": 3, "num_beams": 10}
|
| 6 |
|
| 7 |
TITLE = "AutoCounterspeech"
|
| 8 |
-
DESCRIPTION = "Enter some hate speech and see whether the system
|
| 9 |
ARTICLE = f"""
|
| 10 |
**Model:** {DEFAULT_MODEL}<br>
|
| 11 |
**Decoding parameters:** {DECODING_CONFIG}
|
|
|
|
| 5 |
DECODING_CONFIG = {"max_new_tokens": 100, "no_repeat_ngram_size": 3, "num_beams": 10}
|
| 6 |
|
| 7 |
TITLE = "AutoCounterspeech"
|
| 8 |
+
DESCRIPTION = "Enter some hate speech and see whether the system generates an appropriate counterspeech response."
|
| 9 |
ARTICLE = f"""
|
| 10 |
**Model:** {DEFAULT_MODEL}<br>
|
| 11 |
**Decoding parameters:** {DECODING_CONFIG}
|