Spaces:
Sleeping
Sleeping
[Update]FID
Browse files- src/about.py +3 -9
src/about.py
CHANGED
@@ -45,16 +45,10 @@ To reproduce our results, here is the commands you can run:
|
|
45 |
"""
|
46 |
|
47 |
EVALUATION_QUEUE_TEXT = """
|
48 |
-
|
|
|
|
|
49 |
This is a leaderboard for Open LLMs, and we'd love for as many people as possible to know they can use your model 🤗
|
50 |
-
|
51 |
-
### 4) Fill up your model card
|
52 |
-
When we add extra information about models to the leaderboard, it will be automatically taken from the model card
|
53 |
-
|
54 |
-
## In case of model failure
|
55 |
-
If your model is displayed in the `FAILED` category, its execution stopped.
|
56 |
-
Make sure you have followed the above steps first.
|
57 |
-
If everything is done, check you can launch the EleutherAIHarness on your model locally, using the above command without modifications (you can add `--limit` to limit the number of examples per task).
|
58 |
"""
|
59 |
|
60 |
CITATION_BUTTON_LABEL = "Copy the following snippet to cite these results"
|
|
|
45 |
"""
|
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)\\
|
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"
|