TheBloke commited on
Commit
13b7979
1 Parent(s): eed7ea2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -29,14 +29,14 @@ It is the result of quantising to 4bit using [GPTQ-for-LLaMa](https://github.com
29
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/Chronoboros-33B-GGML)
30
  * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/Henk717/chronoboros-33B)
31
 
32
- ## Prompt template: Vicuna
33
 
34
  ```
35
- A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions.
36
 
37
- USER: PROMPT
38
- ASSISTANT:
39
 
 
40
  ```
41
 
42
  ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui).
 
29
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/Chronoboros-33B-GGML)
30
  * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/Henk717/chronoboros-33B)
31
 
32
+ ## Prompt template: Alpaca
33
 
34
  ```
35
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
36
 
37
+ ### Instruction: {prompt}
 
38
 
39
+ ### Response:
40
  ```
41
 
42
  ## How to easily download and use this model in [text-generation-webui](https://github.com/oobabooga/text-generation-webui).