Mikael110 commited on
Commit
4c3798a
1 Parent(s): 8409a53

Correct Prompt Template

Browse files

Based 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).

Files changed (1) hide show
  1. README.md +2 -2
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
- USER: prompt
41
- ASSISTANT:
42
  ```
43
 
44
  <!-- compatibility_ggml start -->
 
37
  ## Prompt template
38
 
39
  ```
40
+ ### Human: prompt
41
+ ### Assistant:
42
  ```
43
 
44
  <!-- compatibility_ggml start -->