How to use 5CD-AI/Vintern-Embedding-1B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("5CD-AI/Vintern-Embedding-1B", trust_remote_code=True, dtype="auto")