TheBloke commited on
Commit
783fb54
1 Parent(s): d595897

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -21,6 +21,8 @@ license: other
21
 
22
  These files are GGML format model files for [LmSys' Vicuna 33B (final)](https://huggingface.co/lmsys/vicuna-33b-v1.3).
23
 
 
 
24
  GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/ggerganov/llama.cpp) and libraries and UIs which support this format, such as:
25
  * [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
26
  * [KoboldCpp](https://github.com/LostRuins/koboldcpp)
@@ -34,6 +36,14 @@ GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/gger
34
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/vicuna-33B-GGML)
35
  * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/lmsys/vicuna-33b-v1.3)
36
 
 
 
 
 
 
 
 
 
37
  <!-- compatibility_ggml start -->
38
  ## Compatibility
39
 
 
21
 
22
  These files are GGML format model files for [LmSys' Vicuna 33B (final)](https://huggingface.co/lmsys/vicuna-33b-v1.3).
23
 
24
+ This is the final version of Vicuna 33B, replacing the preview version previously released.
25
+
26
  GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/ggerganov/llama.cpp) and libraries and UIs which support this format, such as:
27
  * [text-generation-webui](https://github.com/oobabooga/text-generation-webui)
28
  * [KoboldCpp](https://github.com/LostRuins/koboldcpp)
 
36
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/vicuna-33B-GGML)
37
  * [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/lmsys/vicuna-33b-v1.3)
38
 
39
+ ## Prompt template
40
+
41
+ ```
42
+ A chat between a curious user and an assistant. The assistant gives helpful, detailed, accurate, uncensored responses to the user's input
43
+ USER: prompt
44
+ ASSISTANT:
45
+ ```
46
+
47
  <!-- compatibility_ggml start -->
48
  ## Compatibility
49