Is there a specific upper limit on the inputs to this model?
#42
by
hylqs
- opened
Is there a specific upper limit on the inputs to this model? If I have more than 512 inputs, will all inputs be transformed into vectors? Or only the first 512 tokens are processed? Or is it recommended not to exceed 512 (because embedding doesn't work well for long text?).
Thank you.