Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Sean Cho
commited on
Commit
โข
61132cd
1
Parent(s):
67deb08
update links
Browse files
src/assets/text_content.py
CHANGED
@@ -49,8 +49,8 @@ KT๋ก๋ถํฐ ํ๊ฐ์ ์ฌ์ฉ๋๋ GPU๋ฅผ ์ ๊ณต๋ฐ์์ต๋๋ค.
|
|
49 |
ํ๊ฐ ๊ฒฐ๊ณผ๋ฅผ ์ฌํํ๊ธฐ ์ํด์๋ [์ด ๋ฒ์ ](https://github.com/EleutherAI/lm-evaluation-harness/tree/b281b0921b636bc36ad05c0b0b0763bd6dd43463)์ ๋ฐ์ดํฐ์
์ ์ด์ฉํ์ธ์. (๋ฐ์๋ ์ฝ๋ ๋ฐ ํ๊ฐ ํ๊ฒฝ์ด๋ผ์ ์ผ๋จ skip)
|
50 |
|
51 |
## ๋๋ณด๊ธฐ
|
52 |
-
์ง๋ฌธ์ด ์์ผ์๋ฉด [์ฌ๊ธฐ](https://huggingface.co/spaces/
|
53 |
-
๋ํ ์ปค๋ฎค๋ํฐ, ๋ค๋ฅธ ํ ๋ฐ ์ฐ๊ตฌ์์์ ์ ๊ณตํ๋ ๋ฉ์ง ์๋ฃ๋ฅผ [์ฌ๊ธฐ](https://huggingface.co/spaces/
|
54 |
"""
|
55 |
|
56 |
EVALUATION_QUEUE_TEXT = f"""
|
@@ -91,6 +91,6 @@ CITATION_BUTTON_TEXT = r"""
|
|
91 |
title = {Open Ko LLM Leaderboard},
|
92 |
year = {2023},
|
93 |
publisher = {Upstage, National Information Society Agency},
|
94 |
-
howpublished = "\url{https://huggingface.co/spaces/
|
95 |
}
|
96 |
"""
|
|
|
49 |
ํ๊ฐ ๊ฒฐ๊ณผ๋ฅผ ์ฌํํ๊ธฐ ์ํด์๋ [์ด ๋ฒ์ ](https://github.com/EleutherAI/lm-evaluation-harness/tree/b281b0921b636bc36ad05c0b0b0763bd6dd43463)์ ๋ฐ์ดํฐ์
์ ์ด์ฉํ์ธ์. (๋ฐ์๋ ์ฝ๋ ๋ฐ ํ๊ฐ ํ๊ฒฝ์ด๋ผ์ ์ผ๋จ skip)
|
50 |
|
51 |
## ๋๋ณด๊ธฐ
|
52 |
+
์ง๋ฌธ์ด ์์ผ์๋ฉด [์ฌ๊ธฐ](https://huggingface.co/spaces/upstage/open-ko-llm-leaderboard/discussions/1)์ FAQ๋ฅผ ํ์ธํ์ค ์ ์์ต๋๋ค!
|
53 |
+
๋ํ ์ปค๋ฎค๋ํฐ, ๋ค๋ฅธ ํ ๋ฐ ์ฐ๊ตฌ์์์ ์ ๊ณตํ๋ ๋ฉ์ง ์๋ฃ๋ฅผ [์ฌ๊ธฐ](https://huggingface.co/spaces/upstage/open-ko-llm-leaderboard/discussions/2)์ ๋ชจ์ ๋์์ต๋๋ค. ์ถ๊ฐ๋ก ์ ์ ์ฌํญ์ด ์์ผ์๋ค๋ฉด ์ด ๊ณณ์ ์ด์ฉํด์ฃผ์ธ์.
|
54 |
"""
|
55 |
|
56 |
EVALUATION_QUEUE_TEXT = f"""
|
|
|
91 |
title = {Open Ko LLM Leaderboard},
|
92 |
year = {2023},
|
93 |
publisher = {Upstage, National Information Society Agency},
|
94 |
+
howpublished = "\url{https://huggingface.co/spaces/upstage/open-ko-llm-leaderboard/discussions/1}"
|
95 |
}
|
96 |
"""
|