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")
Hiện tại model này có sẵn sàng chưa nhỉ, mình thấy cần phải xét duyệt để truy cập model?
· Sign up or log in to comment