Lack of `max_position_embeddings` in config.json
#17
by
Zihao-Li
- opened
config = AutoConfig.from_pretrained(model)
max_len = getattr(config, 'max_position_embeddings', None)
print(max_len)
None
Is it possible to add it?