Skip to content

Commit 2317b19

Browse files
authored
Merge pull request #133 from Hollen0318/Hollen
notes for dataset and threat model
2 parents 9585c1b + 3ff80ad commit 2317b19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

robustbench/leaderboard/template.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ def generate_leaderboard(dataset: Union[str, BenchmarkDataset],
3838
If the model is robust to common corruptions, then the "autoattack_acc" field should be
3939
"corruptions_acc".
4040
41-
:param dataset: The dataset of the wanted leaderboard.
42-
:param threat_model: The threat model of the wanted leaderboard.
41+
:param dataset: The dataset of the wanted leaderboard. example: "cifar10"
42+
:param threat_model: The threat model of the wanted leaderboard. example: "Linf"
4343
:param models_folder: The base folder of the model jsons (e.g. our "model_info" folder).
4444
4545
:return: The resulting HTML table.

0 commit comments

Comments
 (0)