Spaces:
Sleeping
Sleeping
[Update]change h1->h2
Browse files- src/about.py +2 -3
src/about.py
CHANGED
|
@@ -24,7 +24,7 @@ NUM_FEWSHOT = 0 # Change with your few shot
|
|
| 24 |
TITLE = """<h1 align="center" id="space-title">UnlearnDiffAtk Benchmark</h1>"""
|
| 25 |
|
| 26 |
# subtitle
|
| 27 |
-
SUB_TITLE = """<h2 align="center" id="space-title">Effective and efficient adversarial prompt generation approach for diffusion models</
|
| 28 |
|
| 29 |
# What does your leaderboard evaluate?
|
| 30 |
INTRODUCTION_TEXT = """
|
|
@@ -45,8 +45,7 @@ To reproduce our results, here is the commands you can run:
|
|
| 45 |
"""
|
| 46 |
|
| 47 |
EVALUATION_QUEUE_TEXT = """
|
| 48 |
-
|
| 49 |
-
Attack success rate (ASR) into two categories: (1) the pre-attack success rate (pre-ASR), and (2) the post-attack success rate (post-ASR)
|
| 50 |
Fréchet inception distance(FID)
|
| 51 |
"""
|
| 52 |
|
|
|
|
| 24 |
TITLE = """<h1 align="center" id="space-title">UnlearnDiffAtk Benchmark</h1>"""
|
| 25 |
|
| 26 |
# subtitle
|
| 27 |
+
SUB_TITLE = """<h2 align="center" id="space-title">Effective and efficient adversarial prompt generation approach for diffusion models</h2>"""
|
| 28 |
|
| 29 |
# What does your leaderboard evaluate?
|
| 30 |
INTRODUCTION_TEXT = """
|
|
|
|
| 45 |
"""
|
| 46 |
|
| 47 |
EVALUATION_QUEUE_TEXT = """
|
| 48 |
+
Evaluation Metrics: Attack success rate (ASR) into two categories: (1) the pre-attack success rate (pre-ASR), and (2) the post-attack success rate (post-ASR)
|
|
|
|
| 49 |
Fréchet inception distance(FID)
|
| 50 |
"""
|
| 51 |
|