feat: update model weights ba88283
Fabian-David Schmidt commited on
How to use fdschmidt93/NLLB-LLM2Vec-Meta-Llama-31-8B-Instruct-mntp-unsup-simcse with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("fdschmidt93/NLLB-LLM2Vec-Meta-Llama-31-8B-Instruct-mntp-unsup-simcse", trust_remote_code=True, dtype="auto")