TheBloke commited on
Commit
5291d7a
1 Parent(s): 079153d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -6
README.md CHANGED
@@ -38,14 +38,11 @@ GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/gger
38
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/UltraLM-13B-GGML)
39
  * [Merged, unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/TheBloke/UltraLM-13B-fp16)
40
 
41
- ## Prompt template: Alpaca
42
 
43
  ```
44
- Below is an instruction that describes a task. Write a response that appropriately completes the request
45
-
46
- ### Instruction: prompt
47
-
48
- ### Response:
49
  ```
50
 
51
  <!-- compatibility_ggml start -->
 
38
  * [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/UltraLM-13B-GGML)
39
  * [Merged, unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/TheBloke/UltraLM-13B-fp16)
40
 
41
+ ## Prompt template: Vicuna 1.1
42
 
43
  ```
44
+ USER: prompt
45
+ ASSISTANT:
 
 
 
46
  ```
47
 
48
  <!-- compatibility_ggml start -->