laurentiubp commited on
Commit
d2cc6db
1 Parent(s): acd5f2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -9
app.py CHANGED
@@ -17,15 +17,14 @@ This Space demonstrates model [CataLlama-v0.1-Instruct-DPO](https://huggingface.
17
 
18
  CataLlama is a fine-tune of Llama-3-8B to enhance it's proficiency on the Catalan Language.
19
 
20
- The model is capable of performing the following tasks in Catalan:
21
-
22
- - *Information extraction (suitable for RAG)*
23
- - *Named Entity Recognition (NER)*
24
- - *Translation from English to Catalan and Catalan to English*
25
- - *Summarization - both short form and long form*
26
- - *Chat*
27
- - *Sentiment analysis*
28
- - *Open question answering*
29
  """
30
 
31
  LICENSE = """\
 
17
 
18
  CataLlama is a fine-tune of Llama-3-8B to enhance it's proficiency on the Catalan Language.
19
 
20
+ The model is capable of performing the following **tasks in Catalan**:
21
+
22
+ - Translation from English to Catalan and Catalan to English
23
+ - Summarization - both short form and long form
24
+ - Information extraction (suitable for RAG)
25
+ - Named Entity Recognition (NER)
26
+ - Open question answering
27
+ - Sentiment analysis
 
28
  """
29
 
30
  LICENSE = """\