
Qwen/Qwen2.5-VL-7B-Instruct
Image-Text-to-Text
β’
Updated
β’
2.11M
β’
β’
796
truncate_dim
option to the Sentence Transformer constructor. This also allows truncation when using HuggingFaceEmbeddings
from LlamaIndex or LangChain.truncate_dim
in evaluators to get the performance after truncation. (Hint: it's surprisingly good, even for models not trained with MatryoshkaLoss, and it can speed up e.g. clustering, retrieval, etc.)trust_remote_code
to load models with custom modelling code.