Spaces:
Sleeping
Sleeping
[Update]remove new line
Browse files- src/about.py +1 -2
src/about.py
CHANGED
@@ -46,9 +46,8 @@ To reproduce our results, here is the commands you can run:
|
|
46 |
|
47 |
EVALUATION_QUEUE_TEXT = """
|
48 |
##Evaluation Metrics
|
49 |
-
|
50 |
Fréchet inception distance(FID)
|
51 |
-
This is a leaderboard for Open LLMs, and we'd love for as many people as possible to know they can use your model 🤗
|
52 |
"""
|
53 |
|
54 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
|
|
46 |
|
47 |
EVALUATION_QUEUE_TEXT = """
|
48 |
##Evaluation Metrics
|
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) and
|
50 |
Fréchet inception distance(FID)
|
|
|
51 |
"""
|
52 |
|
53 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|