Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Sean Cho
commited on
Commit
β’
f1b022c
1
Parent(s):
61132cd
update links
Browse files
src/assets/text_content.py
CHANGED
@@ -41,9 +41,9 @@ LLM μλμ κ±Έλ§λ νκ°λ₯Ό μν΄ μμ, μ λ¬Έ μ§μ, μΆλ‘ , νκ°,
|
|
41 |
KTλ‘λΆν° νκ°μ μ¬μ©λλ GPUλ₯Ό μ 곡λ°μμ΅λλ€.
|
42 |
|
43 |
## μ’ λ μμΈν μ 보
|
44 |
-
- μ’ λ μμΈν μμΉ μ 보λ: https://huggingface.co/datasets/open-llm-leaderboard/results
|
45 |
-
- λͺ¨λΈμ μ
μΆλ ₯μ λν μμΈν μ 보λ: https://huggingface.co/datasets/open-llm-leaderboard/details
|
46 |
-
- λͺ¨λΈμ νκ° νμ νκ° μνλ: https://huggingface.co/datasets/open-llm-leaderboard/requests
|
47 |
|
48 |
## κ²°κ³Ό μ¬ν
|
49 |
νκ° κ²°κ³Όλ₯Ό μ¬ννκΈ° μν΄μλ [μ΄ λ²μ ](https://github.com/EleutherAI/lm-evaluation-harness/tree/b281b0921b636bc36ad05c0b0b0763bd6dd43463)μ λ°μ΄ν°μ
μ μ΄μ©νμΈμ. (λ°μλ μ½λ λ° νκ° νκ²½μ΄λΌμ μΌλ¨ skip)
|
|
|
41 |
KTλ‘λΆν° νκ°μ μ¬μ©λλ GPUλ₯Ό μ 곡λ°μμ΅λλ€.
|
42 |
|
43 |
## μ’ λ μμΈν μ 보
|
44 |
+
- μ’ λ μμΈν μμΉ μ 보λ: https://huggingface.co/datasets/open-ko-llm-leaderboard/results
|
45 |
+
- λͺ¨λΈμ μ
μΆλ ₯μ λν μμΈν μ 보λ: https://huggingface.co/datasets/open-ko-llm-leaderboard/details
|
46 |
+
- λͺ¨λΈμ νκ° νμ νκ° μνλ: https://huggingface.co/datasets/open-ko-llm-leaderboard/requests
|
47 |
|
48 |
## κ²°κ³Ό μ¬ν
|
49 |
νκ° κ²°κ³Όλ₯Ό μ¬ννκΈ° μν΄μλ [μ΄ λ²μ ](https://github.com/EleutherAI/lm-evaluation-harness/tree/b281b0921b636bc36ad05c0b0b0763bd6dd43463)μ λ°μ΄ν°μ
μ μ΄μ©νμΈμ. (λ°μλ μ½λ λ° νκ° νκ²½μ΄λΌμ μΌλ¨ skip)
|
src/display_models/utils.py
CHANGED
@@ -106,7 +106,7 @@ def make_clickable_model(model_name):
|
|
106 |
link = OASST_LINK
|
107 |
|
108 |
details_model_name = model_name.replace("/", "__")
|
109 |
-
details_link = f"https://huggingface.co/datasets/open-llm-leaderboard/details_{details_model_name}"
|
110 |
|
111 |
if not bool(os.getenv("DEBUG", "False")):
|
112 |
# We only add these checks when not debugging, as they are extremely slow
|
@@ -114,7 +114,7 @@ def make_clickable_model(model_name):
|
|
114 |
try:
|
115 |
check_path = list(
|
116 |
API.list_files_info(
|
117 |
-
repo_id=f"open-llm-leaderboard/details_{details_model_name}",
|
118 |
paths="README.md",
|
119 |
repo_type="dataset",
|
120 |
)
|
|
|
106 |
link = OASST_LINK
|
107 |
|
108 |
details_model_name = model_name.replace("/", "__")
|
109 |
+
details_link = f"https://huggingface.co/datasets/open-ko-llm-leaderboard/details_{details_model_name}"
|
110 |
|
111 |
if not bool(os.getenv("DEBUG", "False")):
|
112 |
# We only add these checks when not debugging, as they are extremely slow
|
|
|
114 |
try:
|
115 |
check_path = list(
|
116 |
API.list_files_info(
|
117 |
+
repo_id=f"open-ko-llm-leaderboard/details_{details_model_name}",
|
118 |
paths="README.md",
|
119 |
repo_type="dataset",
|
120 |
)
|