Mathux commited on
Commit
44f17ad
1 Parent(s): baa8ebf

Update README.md

Browse files

Replace Mistral by Llama3 in one comment

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -2540,7 +2540,7 @@ import torch
2540
  from transformers import AutoTokenizer, AutoModel, AutoConfig
2541
  from peft import PeftModel
2542
 
2543
- # Loading base Mistral model, along with custom code that enables bidirectional connections in decoder-only LLMs. MNTP LoRA weights are merged into the base model.
2544
  tokenizer = AutoTokenizer.from_pretrained(
2545
  "McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp"
2546
  )
 
2540
  from transformers import AutoTokenizer, AutoModel, AutoConfig
2541
  from peft import PeftModel
2542
 
2543
+ # Loading base Llama-3 model, along with custom code that enables bidirectional connections in decoder-only LLMs. MNTP LoRA weights are merged into the base model.
2544
  tokenizer = AutoTokenizer.from_pretrained(
2545
  "McGill-NLP/LLM2Vec-Meta-Llama-3-8B-Instruct-mntp"
2546
  )