Update README.md
Browse files
README.md
CHANGED
@@ -62,6 +62,17 @@ All smaller DPO'd models have strong performance per model size in the category
|
|
62 |
| Claude 2 | - |RLHF |8.06| 91.36|
|
63 |
| GPT-4 | -| RLHF |8.99| 95.28|
|
64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
|
66 |
## Intended uses & limitations
|
67 |
|
|
|
62 |
| Claude 2 | - |RLHF |8.06| 91.36|
|
63 |
| GPT-4 | -| RLHF |8.99| 95.28|
|
64 |
|
65 |
+
## Input Format
|
66 |
+
|
67 |
+
The model is trained to use the following format (note the newlines):
|
68 |
+
```
|
69 |
+
<|user|>
|
70 |
+
Your message here!
|
71 |
+
<|assistant|>
|
72 |
+
```
|
73 |
+
|
74 |
+
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.**
|
75 |
+
|
76 |
|
77 |
## Intended uses & limitations
|
78 |
|