Spaces:
Runtime error
Runtime error
baseline type
Browse files- src/display/utils.py +1 -1
src/display/utils.py
CHANGED
|
@@ -90,7 +90,7 @@ class ModelType(Enum):
|
|
| 90 |
if "instruction-tuned" in type or "⭕" in type:
|
| 91 |
return ModelType.IFT
|
| 92 |
if "baseline" in type or "⚖" in type:
|
| 93 |
-
return ModelType.
|
| 94 |
return ModelType.Unknown
|
| 95 |
|
| 96 |
class WeightType(Enum):
|
|
|
|
| 90 |
if "instruction-tuned" in type or "⭕" in type:
|
| 91 |
return ModelType.IFT
|
| 92 |
if "baseline" in type or "⚖" in type:
|
| 93 |
+
return ModelType.Baseline
|
| 94 |
return ModelType.Unknown
|
| 95 |
|
| 96 |
class WeightType(Enum):
|