Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -256,11 +256,15 @@ def main():
|
|
| 256 |
st.title("โ๏ธ VARCO ARENA โ๏ธ")
|
| 257 |
if st.session_state.korean:
|
| 258 |
st.write(
|
| 259 |
-
"
|
|
|
|
|
|
|
| 260 |
)
|
| 261 |
else:
|
| 262 |
st.write(
|
| 263 |
-
"**VARCO Arena is an LLM benchmarking system that compares model responses across customized test scenarios (recommend >50 prompts) without requiring reference answers.**
|
|
|
|
|
|
|
| 264 |
)
|
| 265 |
|
| 266 |
st.divider()
|
|
|
|
| 256 |
st.title("โ๏ธ VARCO ARENA โ๏ธ")
|
| 257 |
if st.session_state.korean:
|
| 258 |
st.write(
|
| 259 |
+
"""**๋ฐ๋ฅด์ฝ ์๋ ๋๋ ํ
์คํธ์
๋ช
๋ น์ด๋ณ๋ก ๋น๊ตํ ๋ชจ๋ธ(์์ฑ๋ฌธ)์ ํ ๋๋จผํธ๋ฅผ ์ํํ๊ณ ๊ฒฐ๊ณผ๋ค์ ์ข
ํฉํ์ฌ ๋ชจ๋ธ๋ค์ ์์๋ฅผ ๋งค๊ธฐ๋ ๋ฒค์น๋งํน ์์คํ
์
๋๋ค. ์ด๊ฒ์ reference ์์ํ๊ณผ ๋น๊ตํ์ฌ ์น๋ฅ ์ ๋งค๊ธฐ๋ ๋ฐฉ๋ฒ๋ณด๋ค ์ ํํ๋ฉฐ ๋ ์ ๋ ดํฉ๋๋ค.**
|
| 260 |
+
|
| 261 |
+
๋ชจ๋ฒ๋ต์์ ํ์๋ก ํ์ง ์์ผ๋ฏ๋ก ์ปค์คํ
ํ
์คํธ์
(50+ ํ) ์ ํ์ฉํ๋ ๊ฒฝ์ฐ ํธ๋ฆฌํ ๋ฒค์น๋งํน์ด ๊ฐ๋ฅํฉ๋๋ค."""
|
| 262 |
)
|
| 263 |
else:
|
| 264 |
st.write(
|
| 265 |
+
"""**VARCO Arena is an LLM benchmarking system that compares model responses across customized test scenarios (recommend >50 prompts) without requiring reference answers.**
|
| 266 |
+
|
| 267 |
+
VARCO Arena conducts tournaments between models to be compared for each test set command, ranking models accurately at an affordable price. This is more accurate and cost-effective than rating win rates by comparing against reference outputs."""
|
| 268 |
)
|
| 269 |
|
| 270 |
st.divider()
|