I can't seem to find details in the model card. What is the context length? Any ideas for how to use it beyond the length?
@mstachow usually you can find it usingmax_tokens = tokenizer.model_max_length
max_tokens = tokenizer.model_max_length
· Sign up or log in to comment