DDiaa commited on
Commit
396dab6
·
verified ·
1 Parent(s): f83a921

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-chat-hf")
32
  tokenizer = AutoTokenizer.from_pretrained("meta-llama/Llama-2-7b-chat-hf")
33
 
34
  # Load the LoRA adapter
35
- model = PeftModel.from_pretrained(model, "DDiaa/EXP-Llama-2-7B")
36
 
37
  # Prepare the prompt
38
 
 
32
  tokenizer = AutoTokenizer.from_pretrained("meta-llama/Llama-2-7b-chat-hf")
33
 
34
  # Load the LoRA adapter
35
+ model = PeftModel.from_pretrained(model, "DDiaa/WM-Removal-EXP-Llama-2-7B")
36
 
37
  # Prepare the prompt
38