elinas commited on
Commit
4d870a9
1 Parent(s): f5a18c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -9,6 +9,14 @@ https://github.com/qwopqwop200/GPTQ-for-LLaMa
9
 
10
  LoRA credit to https://huggingface.co/baseten/alpaca-30b
11
 
 
 
 
 
 
 
 
 
12
  --
13
  license: other
14
  ---
 
9
 
10
  LoRA credit to https://huggingface.co/baseten/alpaca-30b
11
 
12
+ # Usage
13
+ Since this is instruction tuned, for best results, use the following format for inference:
14
+ ```
15
+ ### Instruction:
16
+ <your-prompt>
17
+ ### Response:
18
+ ```
19
+
20
  --
21
  license: other
22
  ---