Update README.md
Browse files
README.md
CHANGED
@@ -28,6 +28,11 @@ The following `bitsandbytes` quantization config was used during training:
|
|
28 |
|
29 |
- PEFT 0.5.0
|
30 |
|
|
|
|
|
|
|
|
|
|
|
31 |
|
32 |
#### merged following the gist https://gist.github.com/ChrisHayduk/1a53463331f52dca205e55982baf9930
|
33 |
|
|
|
28 |
|
29 |
- PEFT 0.5.0
|
30 |
|
31 |
+
### Prompt
|
32 |
+
Use the following for prompting
|
33 |
+
|
34 |
+
prompt = "### Human: "+instruction+"### Assistant: "
|
35 |
+
|
36 |
|
37 |
#### merged following the gist https://gist.github.com/ChrisHayduk/1a53463331f52dca205e55982baf9930
|
38 |
|