You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, is the training prompt length limited to 225 tokens or can be more?
here from the automated translation, i understand that the CLIP limit is 75 tokens, but is extended to 225 by splitting in chunks.
In other places there seems to be no limit to chunks, and prompt length, and it is not clear if there is a reason to limit it to 3 chunks.
So how is currently the limit in the code?
Can it be extended?
Should i care at which point the prompt is split? Is better for for related tokens to be in the same chunk (sentence not split) or it doesn't matter?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, is the training prompt length limited to 225 tokens or can be more?
here from the automated translation, i understand that the CLIP limit is 75 tokens, but is extended to 225 by splitting in chunks.
In other places there seems to be no limit to chunks, and prompt length, and it is not clear if there is a reason to limit it to 3 chunks.
So how is currently the limit in the code?
Can it be extended?
Should i care at which point the prompt is split? Is better for for related tokens to be in the same chunk (sentence not split) or it doesn't matter?
Thanks!
The text was updated successfully, but these errors were encountered: