Spaces:
Sleeping
Sleeping
File size: 412 Bytes
99edbc1 | 1 2 3 4 5 6 7 8 9 10 11 | PHASES = [
{"label": "Dev (test-dev2024)", "codename": "test-dev2024"},
{"label": "Standard (test-standard2024)", "codename": "test-standard2024"},
{"label": "Challenge (test-challenge2024)", "codename": "test-challenge2024"},
]
LEADERBOARD_METRICS = ["overall"]
DEFAULT_SORT_METRIC = "overall"
LEADERBOARD_FILE = "leaderboards/vqa.jsonl"
CHALLENGE_PHASE = "test-challenge2025"
|