What is the context length of this model?

#2
by mstachow - opened

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 using
max_tokens = tokenizer.model_max_length

Sign up or log in to comment