Niklas Hoepner
commited on
Commit
·
e3b74d4
1
Parent(s):
38d8655
Tried fixing display of equation
Browse files
app.py
CHANGED
@@ -61,13 +61,11 @@ with gr.Blocks() as demo:
|
|
61 |
The model's **log-probabilities** for "Yes" and "No" tokens are used to compute the score.
|
62 |
|
63 |
---""")
|
64 |
-
|
65 |
-
gr.Markdown(r"""
|
66 |
-
## 🧮 Scoring Logic
|
67 |
|
68 |
-
|
69 |
-
""
|
70 |
-
|
|
|
71 |
gr.Markdown(r"""
|
72 |
- If neither token is in the top-5:
|
73 |
|
|
|
61 |
The model's **log-probabilities** for "Yes" and "No" tokens are used to compute the score.
|
62 |
|
63 |
---""")
|
|
|
|
|
|
|
64 |
|
65 |
+
gr.Markdown("## 🧮 Scoring Logic")
|
66 |
+
gr.Markdown(r"Let $l_{\text{yes}}$ and $l_{\text{no}}$ be the log-probabilities of 'Yes' and 'No', respectively.",latex_delimiters=[ {"left": "$", "right": "$", "display": False }])
|
67 |
+
|
68 |
+
|
69 |
gr.Markdown(r"""
|
70 |
- If neither token is in the top-5:
|
71 |
|