DDiaa commited on
Commit
586dcdc
·
verified ·
1 Parent(s): 71d17d5

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-3.1-8B-Instruct")
32
  tokenizer = AutoTokenizer.from_pretrained("meta-llama/Llama-3.1-8B-Instruct")
33
 
34
  # Load the LoRA adapter
35
- model = PeftModel.from_pretrained(model, "DDiaa/KGW-Llama-3.1-8B")
36
 
37
  # Prepare the prompt
38
 
 
32
  tokenizer = AutoTokenizer.from_pretrained("meta-llama/Llama-3.1-8B-Instruct")
33
 
34
  # Load the LoRA adapter
35
+ model = PeftModel.from_pretrained(model, "DDiaa/WM-Removal-KGW-Llama-3.1-8B")
36
 
37
  # Prepare the prompt
38