Niklas Hoepner
commited on
Commit
·
9b652c8
1
Parent(s):
3adfe4c
Center title
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ with gr.Blocks() as demo:
|
|
40 |
)
|
41 |
|
42 |
gr.Markdown(r"""
|
43 |
-
|
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:
|