Guanzheng commited on
Commit
52d6114
·
verified ·
1 Parent(s): 01f9b21

Update configuration_phi2_clex.py

Browse files
Files changed (1) hide show
  1. configuration_phi2_clex.py +1 -0
configuration_phi2_clex.py CHANGED
@@ -183,6 +183,7 @@ class CLEXPhiConfig(PretrainedConfig):
183
  # "`rope_scaling` must be a dictionary with with two fields, `name` and `factor`, "
184
  # f"got {self.rope_scaling}"
185
  # )
 
186
  rope_scaling_type = self.rope_scaling.get("type", None)
187
  rope_scaling_max_factor = self.rope_scaling.get("max_factor", None)
188
  rope_scaling_param_factor = self.rope_scaling.get("param_factor", None)
 
183
  # "`rope_scaling` must be a dictionary with with two fields, `name` and `factor`, "
184
  # f"got {self.rope_scaling}"
185
  # )
186
+ print(self.rope_scaling)
187
  rope_scaling_type = self.rope_scaling.get("type", None)
188
  rope_scaling_max_factor = self.rope_scaling.get("max_factor", None)
189
  rope_scaling_param_factor = self.rope_scaling.get("param_factor", None)