Text Generation
Transformers
PyTorch
Safetensors
English
llama
conversational
Inference Endpoints
text-generation-inference
hamishivi commited on
Commit
b3c64ee
1 Parent(s): 5f6d5dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -60,6 +60,17 @@ This model is a strong alternative to Llama 2 13b 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
 
75
  ## Intended uses & limitations
76