TheBloke commited on
Commit
e7e9169
1 Parent(s): e7a4967

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -6
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: Alpaca
48
 
49
  ```
50
- Below is an instruction that describes a task. Write a response that appropriately completes the request.
51
-
52
- ### Instruction: {prompt}
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 -->