lorenzoscottb commited on
Commit
efb1390
β€’
1 Parent(s): 4c2e53d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -3
app.py CHANGED
@@ -20,12 +20,17 @@ def check_lang(lang_acronym):
20
  else:
21
  return "False"
22
 
23
- title = "DSA: version III"
24
 
25
  description_main = """
26
- A set of pre-trained LLMs tuned to perform sentiment analysis. You can choose between a Multilingual or English-only.
 
27
 
28
- Use the current interface to check if a language is included in the multilingual model, using language acronyms (e.g. it for Italian).
 
 
 
 
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