Update README.md
Browse files
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 |
---
|