Skip to content

Commit

Permalink
changed leaderboard setting
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikSchneider12 committed Oct 29, 2024
1 parent d43302f commit bc94ce7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions challenge_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,21 @@ leaderboard:
"labels": ["final_train_loss","final_val_loss","Metric3","Total"],
"default_order_by": "final_val_loss",
"metadata": {
"final_train_loss": {
"sort_ascending": True,
"description": "Training loss metric",
},
"final_val_loss": {
"sort_ascending": True,
"description": "The last validation loss from training the linear probing layer",
},
"Metric3": {
"sort_ascending": False,
"description": "Custom metric 3 description",
},
"Total": {
"sort_ascending": False,
"description": "Overall score",
}
}
}
Expand Down

0 comments on commit bc94ce7

Please sign in to comment.