Spaces:
Runtime error
Runtime error
added citation
Browse files
app.py
CHANGED
@@ -7,6 +7,11 @@ from uploads import add_new_eval
|
|
7 |
|
8 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
9 |
CITATION_BUTTON_TEXT = r"""
|
|
|
|
|
|
|
|
|
|
|
10 |
}"""
|
11 |
|
12 |
api = HfApi()
|
|
|
7 |
|
8 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
9 |
CITATION_BUTTON_TEXT = r"""
|
10 |
+
@article{wei2024evaluating,
|
11 |
+
title={Evaluating Copyright Takedown Methods for Language Models},
|
12 |
+
author={Wei, Boyi and Shi, Weijia and Huang, Yangsibo and Smith, Noah A and Zhang, Chiyuan and Zettlemoyer, Luke and Li, Kai and Henderson, Peter},
|
13 |
+
journal={arXiv preprint arXiv:2406.18664},
|
14 |
+
year={2024}
|
15 |
}"""
|
16 |
|
17 |
api = HfApi()
|