open-ko-llm-leaderboard / src /display_models /model_metadata_flags.py
Sean Cho
update to latest
bcb8d03
raw history blame
No virus
258 Bytes
# 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 = [
]