jialicheng commited on
Commit
986c40b
·
verified ·
1 Parent(s): f9977d2

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +7 -2
src/about.py CHANGED
@@ -67,6 +67,11 @@ Make sure you have followed the above steps first.
67
  If everything is done, check you can launch the EleutherAIHarness on your model locally, using the above command without modifications (you can add `--limit` to limit the number of examples per task).
68
  """
69
 
70
- CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
71
- CITATION_BUTTON_TEXT = r"""
 
 
 
 
 
72
  """
 
67
  If everything is done, check you can launch the EleutherAIHarness on your model locally, using the above command without modifications (you can add `--limit` to limit the number of examples per task).
68
  """
69
 
70
+ CITATION_BUTTON_LABEL = "Please cite MU-Bench if you use it."
71
+ CITATION_BUTTON_TEXT = r"""@article{cheng2024mu,
72
+ title={Mu-bench: A multitask multimodal benchmark for machine unlearning},
73
+ author={Cheng, Jiali and Amiri, Hadi},
74
+ journal={arXiv preprint arXiv:2406.14796},
75
+ year={2024}
76
+ }
77
  """