Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
-
|
23 |
-
-
|
24 |
-
-
|
25 |
-
-
|
26 |
-
-
|
27 |
-
-
|
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 = """\
|