Text Generation
Transformers
PyTorch
English
gpt_neox
text-generation-inference
Inference Endpoints
zhangce commited on
Commit
b34468b
1 Parent(s): 9c5de29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -18,6 +18,12 @@ It is further fine-tuned on OASST1 and Dolly2 to enhance chatting ability.
18
 
19
  # Quick Start
20
 
 
 
 
 
 
 
21
  ## GPU Inference
22
 
23
  This requires a GPU with 16GB memory.
 
18
 
19
  # Quick Start
20
 
21
+ To prompt the chat model, use the following format:
22
+ ```
23
+ <human>: [Instruction]
24
+ <bot>:
25
+ ```
26
+
27
  ## GPU Inference
28
 
29
  This requires a GPU with 16GB memory.