Spaces:
Sleeping
Sleeping
Commit
Β·
efb1390
1
Parent(s):
4c2e53d
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,12 +20,17 @@ def check_lang(lang_acronym):
|
|
| 20 |
else:
|
| 21 |
return "False"
|
| 22 |
|
| 23 |
-
title = "
|
| 24 |
|
| 25 |
description_main = """
|
| 26 |
-
A set of pre-trained LLMs tuned to perform
|
|
|
|
| 27 |
|
| 28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
Click on one of the upper buttons to select and start querying one of the two models.
|
| 30 |
"""
|
| 31 |
|
|
|
|
| 20 |
else:
|
| 21 |
return "False"
|
| 22 |
|
| 23 |
+
title = "DReAM: version I"
|
| 24 |
|
| 25 |
description_main = """
|
| 26 |
+
A set of pre-trained LLMs tuned to perform different tasks over a "very specific" set of textual reports.
|
| 27 |
+
Available tasks include:
|
| 28 |
|
| 29 |
+
- Sentiment Analysis (SA) (available both Englis-only or multilingual)
|
| 30 |
+
|
| 31 |
+
- Name Entity Recognition (NER)
|
| 32 |
+
|
| 33 |
+
Use the current interface to check if a language is included in the multilingual SA model, using language acronyms (e.g. it for Italian).
|
| 34 |
Click on one of the upper buttons to select and start querying one of the two models.
|
| 35 |
"""
|
| 36 |
|