Update README.md
Browse files
README.md
CHANGED
@@ -35,14 +35,14 @@ GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/gger
|
|
35 |
* [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/Chronoboros-33B-GGML)
|
36 |
* [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/Henk717/chronoboros-33B)
|
37 |
|
38 |
-
## Prompt template:
|
39 |
|
40 |
```
|
41 |
-
|
42 |
|
43 |
-
|
44 |
-
ASSISTANT:
|
45 |
|
|
|
46 |
```
|
47 |
|
48 |
<!-- compatibility_ggml start -->
|
|
|
35 |
* [2, 3, 4, 5, 6 and 8-bit GGML models for CPU+GPU inference](https://huggingface.co/TheBloke/Chronoboros-33B-GGML)
|
36 |
* [Unquantised fp16 model in pytorch format, for GPU inference and for further conversions](https://huggingface.co/Henk717/chronoboros-33B)
|
37 |
|
38 |
+
## Prompt template: Alpaca
|
39 |
|
40 |
```
|
41 |
+
Below is an instruction that describes a task. Write a response that appropriately completes the request.
|
42 |
|
43 |
+
### Instruction: {prompt}
|
|
|
44 |
|
45 |
+
### Response:
|
46 |
```
|
47 |
|
48 |
<!-- compatibility_ggml start -->
|