pratyushmaini commited on
Commit
ac7f367
·
verified ·
1 Parent(s): 5cfe7fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from huggingface_hub import HfApi
6
  from uploads import add_new_eval
7
 
8
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
9
- CITATION_BUTTON_TEXT = r"""@misc{maini2024tofu,
10
  title={TOFU: A Task of Fictitious Unlearning for LLMs},
11
  author={Pratyush Maini and Zhili Feng and Avi Schwarzschild and Zachary Lipton and Zico Kolter},
12
  year={2024},
 
6
  from uploads import add_new_eval
7
 
8
  CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
9
+ CITATION_BUTTON_TEXT = r"""@misc{tofu2024,
10
  title={TOFU: A Task of Fictitious Unlearning for LLMs},
11
  author={Pratyush Maini and Zhili Feng and Avi Schwarzschild and Zachary Lipton and Zico Kolter},
12
  year={2024},