Spaces:
Running
Running
Update constants.py
Browse files- constants.py +1 -1
constants.py
CHANGED
@@ -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.
|
74 |
CITATION_BUTTON_TEXT = r"""
|
75 |
@article{liang2025drag,
|
76 |
title={Drag-and-Drop LLMs: Zero-Shot Prompt-to-Weights},
|
|
|
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},
|