Correct Prompt Template
Browse filesBased on the template shown in the [official model card](https://huggingface.co/timdettmers/guanaco-65b#usage) and the code from the [official playground space](https://huggingface.co/spaces/uwnlp/guanaco-playground-tgi/blob/main/app.py#L48-L49).
README.md
CHANGED
@@ -37,8 +37,8 @@ GGML files are for CPU + GPU inference using [llama.cpp](https://github.com/gger
|
|
37 |
## Prompt template
|
38 |
|
39 |
```
|
40 |
-
|
41 |
-
|
42 |
```
|
43 |
|
44 |
<!-- compatibility_ggml start -->
|
|
|
37 |
## Prompt template
|
38 |
|
39 |
```
|
40 |
+
### Human: prompt
|
41 |
+
### Assistant:
|
42 |
```
|
43 |
|
44 |
<!-- compatibility_ggml start -->
|