Update configuration_clex.py
Browse files- configuration_clex.py +0 -1
configuration_clex.py
CHANGED
@@ -110,7 +110,6 @@ class CLEXLlamaConfig(LlamaConfig):
|
|
110 |
self.log_scale = log_scale
|
111 |
self.rope_theta = 10000
|
112 |
self.max_position_embeddings = 4096
|
113 |
-
self.data_length = 4096
|
114 |
self.rope_scaling = rope_scaling
|
115 |
self._rope_scaling_validation()
|
116 |
|
|
|
110 |
self.log_scale = log_scale
|
111 |
self.rope_theta = 10000
|
112 |
self.max_position_embeddings = 4096
|
|
|
113 |
self.rope_scaling = rope_scaling
|
114 |
self._rope_scaling_validation()
|
115 |
|