vaibhavad commited on
Commit
e0359e8
1 Parent(s): 6376430

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -66,7 +66,7 @@ model = model.merge_and_unload() # This can take several minutes on cpu
66
 
67
  # Loading unsupervised SimCSE model. This loads the trained LoRA weights on top of MNTP model. Hence the final weights are -- Base model + MNTP (LoRA) + SimCSE (LoRA).
68
  model = PeftModel.from_pretrained(
69
- model, "McGill-NLP/LLM2Vec-Mistral-7B-Instruct-v2-unsup-simcse"
70
  )
71
 
72
  # Wrapper for encoding and pooling operations
 
66
 
67
  # Loading unsupervised SimCSE model. This loads the trained LoRA weights on top of MNTP model. Hence the final weights are -- Base model + MNTP (LoRA) + SimCSE (LoRA).
68
  model = PeftModel.from_pretrained(
69
+ model, "McGill-NLP/LLM2Vec-Mistral-7B-Instruct-v2-mntp-unsup-simcse"
70
  )
71
 
72
  # Wrapper for encoding and pooling operations