Update README.md
Browse files
README.md
CHANGED
@@ -20,9 +20,9 @@ model = LLaMAForCausalLM.from_pretrained(
|
|
20 |
model = PeftModel.from_pretrained(model, "patulya/alpaca7B-lora")
|
21 |
|
22 |
PROMPT = """Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
23 |
-
|
24 |
{your_instruction}
|
25 |
-
|
26 |
|
27 |
inputs = tokenizer(
|
28 |
PROMPT,
|
|
|
20 |
model = PeftModel.from_pretrained(model, "patulya/alpaca7B-lora")
|
21 |
|
22 |
PROMPT = """Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
23 |
+
\### Instruction:
|
24 |
{your_instruction}
|
25 |
+
\### Response:"""
|
26 |
|
27 |
inputs = tokenizer(
|
28 |
PROMPT,
|