Skip to content

Commit

Permalink
Add Leaderboard metric metadata (Cloud-CV#51)
Browse files Browse the repository at this point in the history
* Add Leaderboard metric metadata

* Add dummy content
  • Loading branch information
Ram81 authored Aug 2, 2021
1 parent e547bf7 commit 820dc9e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions challenge_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ leaderboard:
{
"labels": ["Metric1", "Metric2", "Metric3", "Total"],
"default_order_by": "Total",
"metadata": {
"Metric1": {
"sort_ascending": True,
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
},
"Metric2": {
"sort_ascending": True,
"description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
}
}
}

challenge_phases:
Expand Down

0 comments on commit 820dc9e

Please sign in to comment.