Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-1.5B-Instruct")
|
|
32 |
tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen2.5-1.5B-Instruct")
|
33 |
|
34 |
# Load the LoRA adapter
|
35 |
-
model = PeftModel.from_pretrained(model, "DDiaa/EXP-Qwen2.5-1.5B")
|
36 |
|
37 |
# Prepare the prompt
|
38 |
|
|
|
32 |
tokenizer = AutoTokenizer.from_pretrained("Qwen/Qwen2.5-1.5B-Instruct")
|
33 |
|
34 |
# Load the LoRA adapter
|
35 |
+
model = PeftModel.from_pretrained(model, "DDiaa/WM-Removal-EXP-Qwen2.5-1.5B")
|
36 |
|
37 |
# Prepare the prompt
|
38 |
|