ManishThota
commited on
Update configuration_imp.py
Browse files- configuration_imp.py +1 -1
configuration_imp.py
CHANGED
@@ -162,7 +162,7 @@ class SiglipVisionConfig(PretrainedConfig):
|
|
162 |
|
163 |
|
164 |
class ImpConfig(PhiConfig):
|
165 |
-
model_type = "
|
166 |
|
167 |
def __init__(self, **kwargs):
|
168 |
super().__init__(**kwargs)
|
|
|
162 |
|
163 |
|
164 |
class ImpConfig(PhiConfig):
|
165 |
+
model_type = "imp"
|
166 |
|
167 |
def __init__(self, **kwargs):
|
168 |
super().__init__(**kwargs)
|