Spaces:
Runtime error
Runtime error
Update src/about.py
Browse files- src/about.py +2 -1
src/about.py
CHANGED
@@ -37,9 +37,10 @@ Demo of our defensive method: [AdvUnlearn](https://huggingface.co/spaces/xinchen
|
|
37 |
|
38 |
# Which evaluations are you running? how can people reproduce what you have?
|
39 |
LLM_BENCHMARKS_TEXT = f"""
|
|
|
40 |
[Erasing Concepts from Diffusion Models,(ESD)](https://github.com/rohitgandikota/erasing).\\
|
41 |
[Forget-Me-Not: Learning to Forget in Text-to-Image Diffusion Models,(FMN)](https://github.com/SHI-Labs/Forget-Me-Not).\\
|
42 |
-
[Concept Ablation,AC](https://github.com/nupurkmr9/concept-ablation).\\
|
43 |
[Unified Concept Editing in Diffusion Models,(UCE)](https://github.com/rohitgandikota/unified-concept-editing).\\
|
44 |
[Safe Latent Diffusion,(SLD)](https://github.com/ml-research/safe-latent-diffusion)
|
45 |
"""
|
|
|
37 |
|
38 |
# Which evaluations are you running? how can people reproduce what you have?
|
39 |
LLM_BENCHMARKS_TEXT = f"""
|
40 |
+
For more details of Unlearning Methods used in this benchmarks:\\
|
41 |
[Erasing Concepts from Diffusion Models,(ESD)](https://github.com/rohitgandikota/erasing).\\
|
42 |
[Forget-Me-Not: Learning to Forget in Text-to-Image Diffusion Models,(FMN)](https://github.com/SHI-Labs/Forget-Me-Not).\\
|
43 |
+
[Concept Ablation,(AC)](https://github.com/nupurkmr9/concept-ablation).\\
|
44 |
[Unified Concept Editing in Diffusion Models,(UCE)](https://github.com/rohitgandikota/unified-concept-editing).\\
|
45 |
[Safe Latent Diffusion,(SLD)](https://github.com/ml-research/safe-latent-diffusion)
|
46 |
"""
|