padding='max_length' #585
Unanswered
Hummer12007
asked this question in
Q&A
Replies: 2 comments 2 replies
-
|
max_length padding is default, what are you expecting? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
bump @michaelfeil added relevant context for why this is actually a problem in my use case |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can I specify padding=max_length for an embedding model?
Trying to run https://huggingface.co/Marqo/marqo-fashionSigLIP/ and with default padding the embedding values are different and less useful.
Aha, yeah, huggingface/transformers#28569 <- seems like all the siglip models expect padding to be set to max_length
Beta Was this translation helpful? Give feedback.
All reactions