DDiaa commited on
Commit
8273ce4
·
verified ·
1 Parent(s): e75c46e

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("Qwen/Qwen2.5-3B-Instruct")
32
  tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen2.5-3B-Instruct")
33
 
34
  # Load the LoRA adapter
35
- model = PeftModel.from_pretrained(model, "DDiaa/Unigram-Qwen2.5-3B")
36
 
37
  # Prepare the prompt
38
 
 
32
  tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen2.5-3B-Instruct")
33
 
34
  # Load the LoRA adapter
35
+ model = PeftModel.from_pretrained(model, "DDiaa/WM-Removal-Unigram-Qwen2.5-3B")
36
 
37
  # Prepare the prompt
38