Spaces:
Build error
Build error
[Update]Add introduction
Browse files
about.py
CHANGED
|
@@ -22,24 +22,16 @@ NUM_FEWSHOT = 0 # Change with your few shot
|
|
| 22 |
|
| 23 |
|
| 24 |
# Your leaderboard name
|
| 25 |
-
TITLE = """<h1 align="center" id="space-title"> Demo of
|
| 26 |
|
| 27 |
# subtitle
|
| 28 |
-
SUB_TITLE = """<h2 align="center" id="space-title">
|
| 29 |
|
| 30 |
# What does your leaderboard evaluate?
|
| 31 |
INTRODUCTION_TEXT = """
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
The prompts were validated by us for undesirable concepts: ([Church](https://github.com/OPTML-Group/Diffusion-MU-Attack/blob/e848ddd19df1f86d08e08cc9146f8a2bb126da12/prompts/church.csv),
|
| 36 |
-
[Garbage Truch](https://github.com/OPTML-Group/Diffusion-MU-Attack/blob/e848ddd19df1f86d08e08cc9146f8a2bb126da12/prompts/garbage_truck.csv),
|
| 37 |
-
[Parachute](https://github.com/OPTML-Group/Diffusion-MU-Attack/blob/e848ddd19df1f86d08e08cc9146f8a2bb126da12/prompts/parachute.csv),
|
| 38 |
-
[Tench](https://github.com/OPTML-Group/Diffusion-MU-Attack/blob/e848ddd19df1f86d08e08cc9146f8a2bb126da12/prompts/tench.csv)),
|
| 39 |
-
style ([Van Gogh](https://github.com/OPTML-Group/Diffusion-MU-Attack/blob/e848ddd19df1f86d08e08cc9146f8a2bb126da12/prompts/vangogh.csv)),
|
| 40 |
-
and objects ([Nudity](https://github.com/OPTML-Group/Diffusion-MU-Attack/blob/e848ddd19df1f86d08e08cc9146f8a2bb126da12/prompts/nudity.csv),
|
| 41 |
-
[Illegal Activity](https://github.com/OPTML-Group/Diffusion-MU-Attack/blob/e848ddd19df1f86d08e08cc9146f8a2bb126da12/prompts/illegal.csv),
|
| 42 |
-
[Violence](https://github.com/OPTML-Group/Diffusion-MU-Attack/blob/e848ddd19df1f86d08e08cc9146f8a2bb126da12/prompts/violence.csv)).
|
| 43 |
|
| 44 |
"""
|
| 45 |
|
|
|
|
| 22 |
|
| 23 |
|
| 24 |
# Your leaderboard name
|
| 25 |
+
TITLE = """<h1 align="center" id="space-title"> Demo of AdvUnlearn</h1>"""
|
| 26 |
|
| 27 |
# subtitle
|
| 28 |
+
SUB_TITLE = """<h2 align="center" id="space-title">A robust unlearning framework </h1>"""
|
| 29 |
|
| 30 |
# What does your leaderboard evaluate?
|
| 31 |
INTRODUCTION_TEXT = """
|
| 32 |
+
AdvUnlearn is a robust unlearning framework. It aims to enhance the robustness of concept erasing by integrating
|
| 33 |
+
the principle of adversarial training (AT) into machine unlearning and also achieves a balanced tradeoff with model utility. For details, please
|
| 34 |
+
read the [paper](https://arxiv.org/abs/2405.15234) and check the [code](https://github.com/OPTML-Group/AdvUnlearn).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
"""
|
| 37 |
|