Text Generation
Transformers
PyTorch
English
llama
conversational
text-generation-inference
Inference Endpoints
hamishivi commited on
Commit
f05fb21
1 Parent(s): 27ebf5b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -60,6 +60,16 @@ This model is a strong alternative to Llama 2 7b Chat.
60
  | Claude 2 | - |RLHF |8.06| 91.36|
61
  | GPT-4 | -| RLHF |8.99| 95.28|
62
 
 
 
 
 
 
 
 
 
 
 
63
 
64
  ## Intended uses & limitations
65
 
 
60
  | Claude 2 | - |RLHF |8.06| 91.36|
61
  | GPT-4 | -| RLHF |8.99| 95.28|
62
 
63
+ ## Input Format
64
+
65
+ The model is trained to use the following format (note the newlines):
66
+ ```
67
+ <|user|>
68
+ Your message here!
69
+ <|assistant|>
70
+ ```
71
+
72
+ For best results, format all inputs in this manner. **Make sure to include a newline after `<|assistant|>`, this can affect generation quality quite a bit.**
73
 
74
  ## Intended uses & limitations
75