Text Generation
Transformers
GGUF
English
stablelm
TheBloke acrastt commited on
Commit
2be59dd
1 Parent(s): d8c0270

Fix prompt template. (#1)

Browse files

- Fix prompt template. (a5a64a64738d3228fe08d05bcf428d820935cb34)


Co-authored-by: Bohan Du <acrastt@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -77,8 +77,8 @@ Here is an incomplete list of clients and libraries that are known to support GG
77
  ## Prompt template: User-Assistant
78
 
79
  ```
80
- USER: {prompt} ASSISTANT:
81
-
82
  ```
83
 
84
  <!-- prompt-template end -->
 
77
  ## Prompt template: User-Assistant
78
 
79
  ```
80
+ USER: {prompt}
81
+ ASSISTANT:
82
  ```
83
 
84
  <!-- prompt-template end -->