Guanzheng commited on
Commit
1f7f9c4
1 Parent(s): 9cfb7d3

Update configuration_clex.py

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