Spaces:
Running
Running
Update streamlit_app_local/app.py
Browse files
streamlit_app_local/app.py
CHANGED
@@ -157,11 +157,15 @@ def main():
|
|
157 |
st.title("โ๏ธ VARCO ARENA โ๏ธ")
|
158 |
if st.session_state.korean:
|
159 |
st.write(
|
160 |
-
"
|
|
|
|
|
161 |
)
|
162 |
else:
|
163 |
st.write(
|
164 |
-
"**VARCO Arena is an LLM benchmarking system that compares model responses across customized test scenarios (recommend >50 prompts) without requiring reference answers.**
|
|
|
|
|
165 |
)
|
166 |
|
167 |
st.divider()
|
|
|
157 |
st.title("โ๏ธ VARCO ARENA โ๏ธ")
|
158 |
if st.session_state.korean:
|
159 |
st.write(
|
160 |
+
"""**๋ฐ๋ฅด์ฝ ์๋ ๋๋ ํ
์คํธ์
๋ช
๋ น์ด๋ณ๋ก ๋น๊ตํ ๋ชจ๋ธ(์์ฑ๋ฌธ)์ ํ ๋๋จผํธ๋ฅผ ์ํํ๊ณ ๊ฒฐ๊ณผ๋ค์ ์ข
ํฉํ์ฌ ๋ชจ๋ธ๋ค์ ์์๋ฅผ ๋งค๊ธฐ๋ ๋ฒค์น๋งํน ์์คํ
์
๋๋ค. ์ด๊ฒ์ reference ์์ํ๊ณผ ๋น๊ตํ์ฌ ์น๋ฅ ์ ๋งค๊ธฐ๋ ๋ฐฉ๋ฒ๋ณด๋ค ์ ํํ๋ฉฐ ๋ ์ ๋ ดํฉ๋๋ค.**
|
161 |
+
|
162 |
+
๋ชจ๋ฒ๋ต์์ ํ์๋ก ํ์ง ์์ผ๋ฏ๋ก ์ปค์คํ
ํ
์คํธ์
(50+ ํ) ์ ํ์ฉํ๋ ๊ฒฝ์ฐ ํธ๋ฆฌํ ๋ฒค์น๋งํน์ด ๊ฐ๋ฅํฉ๋๋ค."""
|
163 |
)
|
164 |
else:
|
165 |
st.write(
|
166 |
+
"""**VARCO Arena is an LLM benchmarking system that compares model responses across customized test scenarios (recommend >50 prompts) without requiring reference answers.**
|
167 |
+
|
168 |
+
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."""
|
169 |
)
|
170 |
|
171 |
st.divider()
|