issues about config.json and model.py
#4
by
J22
- opened
max_position_embeddings
is not used model.py (hardcoded as 32768);It is confusing that for 14B-chat,
max_position_embeddings
equals to 8k.rope_theta
duplicatesrotary_emb_base
and not used in model.py. It can be deleted.
- Yes,
max_position_embeddings
is supposed to be different (for now). - they may be consumed by other libraries, and are kept to maintain compatibility.