aizip-dev commited on
Commit
b17563b
·
verified ·
1 Parent(s): 6c50a8a

refine texts

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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("# SLM RAG Summarization/Generation Arena")
232
  gr.Markdown("""
233
- 🏟️ This arena evaluates small language models on document QA tasks with retrieved context. Models should provide **grounded, comprehensive** answers or **properly decline** with clarification when information is insufficient.
234
 
235
- 1️⃣ **Review the query and context** - ✨Highlighted text✨ contains key information that should be included in good answers
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