Views
No views yet
model.safetensorsconfig.jsonprocessor_config.jsontokenizer.jsontokenizer_config.jsonchat_template.jinjanexus_configs/Qwen/Qwen3.5-0.8B10bf161from Nexus import MultimodalEmbedder
2
3model = MultimodalEmbedder(
4 model_name_or_path="path/to/this/merged/repo",
5 processor_name_or_path="path/to/this/merged/repo",
6 model_type="qwen3_5",
7 trust_remote_code=True,
8 normalize_embeddings=True,
9 pooling_method="last_token",
10)