Spaces:
Running
on
Zero
Running
on
Zero
refine texts
Browse files
app.py
CHANGED
@@ -228,11 +228,11 @@ with gr.Blocks(theme=gr.themes.Default(
|
|
228 |
|
229 |
with gr.Tabs() as tabs:
|
230 |
with gr.TabItem("Arena", id="arena-tab"):
|
231 |
-
gr.Markdown("#
|
232 |
gr.Markdown("""
|
233 |
-
🏟️ This arena evaluates
|
234 |
|
235 |
-
1️⃣ **Review the query and context** - ✨Highlighted text✨ contains key information
|
236 |
|
237 |
2️⃣ **Compare answers** generated by two different models working with the same query and context
|
238 |
|
|
|
228 |
|
229 |
with gr.Tabs() as tabs:
|
230 |
with gr.TabItem("Arena", id="arena-tab"):
|
231 |
+
gr.Markdown("# Small Lanuage Model RAG Summarization/Generation Arena")
|
232 |
gr.Markdown("""
|
233 |
+
🏟️ This arena evaluates SLMs on document QA tasks with retrieved context. They should provide **grounded, comprehensive** answers or **properly decline** when information is insufficient.
|
234 |
|
235 |
+
1️⃣ **Review the query and context** - ✨Highlighted text✨ contains key information for good answers
|
236 |
|
237 |
2️⃣ **Compare answers** generated by two different models working with the same query and context
|
238 |
|