zhihengchen commited on
Commit
63848ca
·
verified ·
1 Parent(s): e0346d3

Update constants.py

Browse files
Files changed (1) hide show
  1. 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. Copy the following snippet to cite these results"
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},