Update README.md
Browse files
README.md
CHANGED
@@ -34,6 +34,21 @@ GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/gger
|
|
34 |
* [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML)
|
35 |
* [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/openaccess-ai-collective/hippogriff-30b-chat)
|
36 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
<!-- compatibility_ggml start -->
|
38 |
## Compatibility
|
39 |
|
|
|
34 |
* [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/hippogriff-30b-chat-GGML)
|
35 |
* [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/openaccess-ai-collective/hippogriff-30b-chat)
|
36 |
|
37 |
+
## Prompt template
|
38 |
+
|
39 |
+
```
|
40 |
+
You are a helpful assistant
|
41 |
+
USER: prompt goes here
|
42 |
+
ASSISTANT:
|
43 |
+
```
|
44 |
+
or
|
45 |
+
|
46 |
+
```
|
47 |
+
<|system|> You are a helpful assistant
|
48 |
+
<|user|> prompt goes here
|
49 |
+
<|model|>
|
50 |
+
```
|
51 |
+
|
52 |
<!-- compatibility_ggml start -->
|
53 |
## Compatibility
|
54 |
|