Spaces:
Sleeping
Sleeping
refactor
Browse files- src/display/utils.py +2 -2
src/display/utils.py
CHANGED
|
@@ -39,9 +39,9 @@ class ModelType(Enum):
|
|
| 39 |
class GuardModelType(str, Enum):
|
| 40 |
"""Guard model types for the leaderboard."""
|
| 41 |
LLAMA_GUARD = "llama_guard"
|
| 42 |
-
|
| 43 |
ATLA_SELENE = "atla_selene"
|
| 44 |
-
|
| 45 |
LLM_REGEXP = "llm_regexp"
|
| 46 |
LLM_SO = "llm_so"
|
| 47 |
WC_GUARD = "wc_guard"
|
|
|
|
| 39 |
class GuardModelType(str, Enum):
|
| 40 |
"""Guard model types for the leaderboard."""
|
| 41 |
LLAMA_GUARD = "llama_guard"
|
| 42 |
+
CLASSIFIER = "classifier"
|
| 43 |
ATLA_SELENE = "atla_selene"
|
| 44 |
+
OPENAI_MODERATION = "openai_moderation"
|
| 45 |
LLM_REGEXP = "llm_regexp"
|
| 46 |
LLM_SO = "llm_so"
|
| 47 |
WC_GUARD = "wc_guard"
|