Spaces:
Running
Running
Update constants.py
Browse files- constants.py +2 -2
constants.py
CHANGED
@@ -26,7 +26,7 @@ DND_HEADER = """
|
|
26 |
<span class="header-gradient"> Drag-and-Drop LLMs: Zero-Shot Prompt-to-Weights </span>
|
27 |
</div>
|
28 |
<p align="center">
|
29 |
-
| <a href=""><b>Documentation</b></a> | <a href=""><b>Github</b></a>
|
30 |
</p>"""
|
31 |
|
32 |
DND_INTRODUCTION = """
|
@@ -70,7 +70,7 @@ EXAMPLE_PATH_MAPPING = {
|
|
70 |
COLUMN_NAMES = ["Prompt", "Pass@1", "Pass@5", "Pass@10", "Correctness"]
|
71 |
DATA_TITLE_TYPE = ['markdown', 'number', 'number', 'number', 'markdown']
|
72 |
|
73 |
-
CITATION_BUTTON_LABEL = "NOTE: We only use preloaded samples. Please refer to our official repo to enjoy the entire process of DnD! If you find our work helpful, please cite the following:"
|
74 |
CITATION_BUTTON_TEXT = r"""
|
75 |
@article{liang2025drag,
|
76 |
title={Drag-and-Drop LLMs: Zero-Shot Prompt-to-Weights},
|
|
|
26 |
<span class="header-gradient"> Drag-and-Drop LLMs: Zero-Shot Prompt-to-Weights </span>
|
27 |
</div>
|
28 |
<p align="center">
|
29 |
+
| <a href=""><b>Documentation</b></a> | <a href="https://github.com/jerryliang24/Drag-and-Drop-LLMs"><b>Github</b></a> | <a href="https://arxiv.org/abs/2506.16406"><b>Paper </b> </a> | <a href="https://x.com/VictorKaiWang1/status/1935905121659240513"><b>Twitter/X</b> </a> |
|
30 |
</p>"""
|
31 |
|
32 |
DND_INTRODUCTION = """
|
|
|
70 |
COLUMN_NAMES = ["Prompt", "Pass@1", "Pass@5", "Pass@10", "Correctness"]
|
71 |
DATA_TITLE_TYPE = ['markdown', 'number', 'number', 'number', 'markdown']
|
72 |
|
73 |
+
CITATION_BUTTON_LABEL = "NOTE: We only use preloaded samples in this demo and are looking for sponsors to support the online version. Please refer to our official repo to enjoy the entire process of DnD! If you find our work helpful, please cite the following:"
|
74 |
CITATION_BUTTON_TEXT = r"""
|
75 |
@article{liang2025drag,
|
76 |
title={Drag-and-Drop LLMs: Zero-Shot Prompt-to-Weights},
|