djstrong commited on
Commit
68bbe4a
1 Parent(s): b5aa7e1

baseline type

Browse files
Files changed (1) hide show
  1. 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.IFT
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):