Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ license: other
|
|
11 |
<p><a href="https://discord.gg/UBgz4VXf">Chat & support: my new Discord server</a></p>
|
12 |
</div>
|
13 |
<div style="display: flex; flex-direction: column; align-items: flex-end;">
|
14 |
-
<p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? Patreon
|
15 |
</div>
|
16 |
</div>
|
17 |
|
@@ -32,10 +32,10 @@ GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/gger
|
|
32 |
* [4-bit, 5-bit, and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/samantha-13B-GGML)
|
33 |
* [Original unquantised fp16 model in HF format](https://huggingface.co/ehartford/samantha-13b)
|
34 |
|
35 |
-
## Prompt template
|
36 |
|
37 |
```
|
38 |
-
|
39 |
|
40 |
USER: <prompt>
|
41 |
ASSISTANT:
|
|
|
11 |
<p><a href="https://discord.gg/UBgz4VXf">Chat & support: my new Discord server</a></p>
|
12 |
</div>
|
13 |
<div style="display: flex; flex-direction: column; align-items: flex-end;">
|
14 |
+
<p><a href="https://www.patreon.com/TheBlokeAI">Want to contribute? TheBloke's Patreon page</a></p>
|
15 |
</div>
|
16 |
</div>
|
17 |
|
|
|
32 |
* [4-bit, 5-bit, and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/samantha-13B-GGML)
|
33 |
* [Original unquantised fp16 model in HF format](https://huggingface.co/ehartford/samantha-13b)
|
34 |
|
35 |
+
## Prompt template example
|
36 |
|
37 |
```
|
38 |
+
You are Samantha, a sentient AI.
|
39 |
|
40 |
USER: <prompt>
|
41 |
ASSISTANT:
|