Update README.md
Browse files
README.md
CHANGED
@@ -44,14 +44,12 @@ None
|
|
44 |
* [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/Dolpin-Llama-13B-GGML)
|
45 |
* [Eric Hartford's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/ehartford/dolphin-llama-13b)
|
46 |
|
47 |
-
## Prompt template:
|
48 |
|
49 |
```
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
### Response:
|
55 |
```
|
56 |
|
57 |
<!-- compatibility_ggml start -->
|
|
|
44 |
* [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/Dolpin-Llama-13B-GGML)
|
45 |
* [Eric Hartford's original unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/ehartford/dolphin-llama-13b)
|
46 |
|
47 |
+
## Prompt template: Orca-Vicuna
|
48 |
|
49 |
```
|
50 |
+
SYSTEM: {system}
|
51 |
+
USER: {prompt}
|
52 |
+
ASSISTANT:
|
|
|
|
|
53 |
```
|
54 |
|
55 |
<!-- compatibility_ggml start -->
|