Spaces:
Running
Running
Update app.py
Browse files
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{
|
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},
|