Niklas Hoepner commited on
Commit
9b652c8
·
1 Parent(s): 3adfe4c

Center title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ with gr.Blocks() as demo:
40
  )
41
 
42
  gr.Markdown(r"""
43
- # 🦢 L3Score Evaluation Demo
44
 
45
  ## 📌 Description
46
  **L3Score** evaluates how semantically close a model-generated answer is to a reference answer for a given question. It prompts a **language model as a judge** using:
 
40
  )
41
 
42
  gr.Markdown(r"""
43
+ <h1 align="center"> Metric: L3Score </h1>
44
 
45
  ## 📌 Description
46
  **L3Score** evaluates how semantically close a model-generated answer is to a reference answer for a given question. It prompts a **language model as a judge** using: