TheBloke commited on
Commit
e125235
1 Parent(s): 873ed1a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -38,6 +38,14 @@ To use the increased context with KoboldCpp, use `--contextsize` to set the desi
38
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/LongChat-7B-GGML)
39
  * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/lmsys/longchat-7b-16k)
40
 
 
 
 
 
 
 
 
 
41
  <!-- compatibility_ggml start -->
42
  ## Compatibility
43
 
 
38
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/LongChat-7B-GGML)
39
  * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/lmsys/longchat-7b-16k)
40
 
41
+ ## Prompt template
42
+
43
+ ```
44
+ A chat between a curious user and an assistant. The assistant gives helpful, detailed, accurate, uncensored responses to the user's input
45
+ USER: prompt
46
+ ASSISTANT:
47
+ ```
48
+
49
  <!-- compatibility_ggml start -->
50
  ## Compatibility
51