Spaces:
Runtime error
Runtime error
File size: 258 Bytes
ce5c604 |
1 2 3 4 5 6 7 8 9 |
# Models which have been flagged by users as being problematic for a reason or another
# (Model name to forum discussion link)
FLAGGED_MODELS = {
}
# Models which have been requested by orgs to not be submitted on the leaderboard
DO_NOT_SUBMIT_MODELS = [
]
|