Update README.md
Browse files
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:
|
42 |
|
43 |
```
|
44 |
-
|
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 -->
|