Spaces:
Running
Running
Change demo description
Browse files
app.py
CHANGED
@@ -64,18 +64,17 @@ def gradio_app():
|
|
64 |
gr.Image("rag_image.jpg", elem_id="flor-banner", scale=1, height=256, width=256, show_label=False, show_download_button = False, show_share_button = False)
|
65 |
with gr.Column():
|
66 |
gr.Markdown(
|
67 |
-
"""# Retrieval-Augmented Generation (
|
68 |
-
馃攳 **Retrieval-Augmented Generation** (RAG)
|
69 |
-
|
70 |
-
|
71 |
-
that the model has access to the most current, reliable facts, and that users have access to the model's
|
72 |
-
sources, ensuring that the information can be checked for accuracy and ultimately trusted.
|
73 |
|
74 |
-
馃幆 **
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
|
|
79 |
"""
|
80 |
)
|
81 |
with gr.Row(equal_height=True):
|
|
|
64 |
gr.Image("rag_image.jpg", elem_id="flor-banner", scale=1, height=256, width=256, show_label=False, show_download_button = False, show_share_button = False)
|
65 |
with gr.Column():
|
66 |
gr.Markdown(
|
67 |
+
"""# Retrieval-Augmented Generation (RAG)
|
68 |
+
馃攳 **Retrieval-Augmented Generation** (RAG) 茅s una tecnologia de IA que permet interrogar un repositori de documents amb preguntes
|
69 |
+
en llenguatge natural, i combina t猫cniques de recuperaci贸 d'informaci贸 avan莽ades amb models generatius per redactar una resposta
|
70 |
+
fent servir nom茅s la informaci贸 existent en els documents del repositori.
|
|
|
|
|
71 |
|
72 |
+
馃幆 **Objectiu:** Aquest 茅s un primer demostrador amb la normativa vigent publicada al Diari Oficial de la Generalitat de Catalunya, en el
|
73 |
+
repositori del EADOP (Entitat Aut貌noma del Diari Oficial i de Publicacions). Aquesta primera versi贸 explora prop de 2000 documents en catal脿,
|
74 |
+
i genera la resposta fent servir el model Flor6.3b entrenat amb el dataset de QA generativa BSC-LT/RAG_Multilingual.
|
75 |
+
|
76 |
+
鈿狅笍 **Advertencies**: Primera versi贸 experimental. El contingut generat per aquest model no est脿 supervisat i pot ser incorrecte.
|
77 |
+
Si us plau, tingueu-ho en compte quan exploreu aquest recurs.
|
78 |
"""
|
79 |
)
|
80 |
with gr.Row(equal_height=True):
|