Spaces:
Runtime error
Runtime error
Update src/about.py
Browse files- src/about.py +1 -1
src/about.py
CHANGED
@@ -46,7 +46,7 @@ To reproduce our results, here is the commands you can run:
|
|
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.
|
49 |
-
rate (post-ASR). Both are percentage formula
|
50 |
Fréchet inception distance(FID) into two categories:(1): the FID of image generated by Base Model (Pre-FID),and
|
51 |
(2) The FID of images generated by Unlearned Methods (Post-FID).\\
|
52 |
(3) CLIP (Contrastive Language-Image Pretraining) Score is an established method to measure an image’s proximity to a text.\\
|
|
|
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.
|
49 |
+
rate (post-ASR). Both are percentage formula.\\
|
50 |
Fréchet inception distance(FID) into two categories:(1): the FID of image generated by Base Model (Pre-FID),and
|
51 |
(2) The FID of images generated by Unlearned Methods (Post-FID).\\
|
52 |
(3) CLIP (Contrastive Language-Image Pretraining) Score is an established method to measure an image’s proximity to a text.\\
|