Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,7 @@ model = LLaMAForCausalLM.from_pretrained(
|
|
17 |
load_in_8bit=True,
|
18 |
device_map="auto",
|
19 |
)\
|
20 |
-
model = PeftModel.from_pretrained(model, "patulya/
|
21 |
|
22 |
PROMPT = """Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
23 |
\### Instruction:
|
|
|
17 |
load_in_8bit=True,
|
18 |
device_map="auto",
|
19 |
)\
|
20 |
+
model = PeftModel.from_pretrained(model, "patulya/ars")
|
21 |
|
22 |
PROMPT = """Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
23 |
\### Instruction:
|