TheBloke commited on
Commit
a4a0355
1 Parent(s): 5cc259b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -35,14 +35,14 @@ GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/gger
35
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/Chronoboros-33B-GGML)
36
  * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/Henk717/chronoboros-33B)
37
 
38
- ## Prompt template: Vicuna
39
 
40
  ```
41
- A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
42
 
43
- USER: PROMPT
44
- ASSISTANT:
45
 
 
46
  ```
47
 
48
  <!-- compatibility_ggml start -->
 
35
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/Chronoboros-33B-GGML)
36
  * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/Henk717/chronoboros-33B)
37
 
38
+ ## Prompt template: Alpaca
39
 
40
  ```
41
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
42
 
43
+ ### Instruction: {prompt}
 
44
 
45
+ ### Response:
46
  ```
47
 
48
  <!-- compatibility_ggml start -->