Update modeling_pharia.py
Browse files- modeling_pharia.py +2 -2
modeling_pharia.py
CHANGED
@@ -1014,9 +1014,9 @@ class PhariaForEmbedding(PhariaPreTrainedModel):
|
|
1014 |
|
1015 |
# registration for Autoconfig and auto class
|
1016 |
|
1017 |
-
AutoConfig.register(PHARIAEMBED_TYPE, PhariaConfig)
|
1018 |
|
1019 |
-
PhariaConfig.register_for_auto_class()
|
1020 |
|
1021 |
# registration for AutoModel and auto class
|
1022 |
|
|
|
1014 |
|
1015 |
# registration for Autoconfig and auto class
|
1016 |
|
1017 |
+
#AutoConfig.register(PHARIAEMBED_TYPE, PhariaConfig)
|
1018 |
|
1019 |
+
#PhariaConfig.register_for_auto_class()
|
1020 |
|
1021 |
# registration for AutoModel and auto class
|
1022 |
|