patulya commited on
Commit
8610593
1 Parent(s): 45e7094

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- ### Instruction:
24
  {your_instruction}
25
- ### Response:"""
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,