Update README.md
Browse files
README.md
CHANGED
@@ -33,6 +33,16 @@ Check out our paper [TODO: link]() for more details!
|
|
33 |
- **Repository:** https://github.com/allenai/https://github.com/allenai/open-instruct
|
34 |
- **Model Family:** Other models and the dataset are found in the [Tulu V2 collection](https://huggingface.co/collections/allenai/tulu-v2-suite-6551b56e743e6349aab45101).
|
35 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
|
37 |
## Intended uses & limitations
|
38 |
|
|
|
33 |
- **Repository:** https://github.com/allenai/https://github.com/allenai/open-instruct
|
34 |
- **Model Family:** Other models and the dataset are found in the [Tulu V2 collection](https://huggingface.co/collections/allenai/tulu-v2-suite-6551b56e743e6349aab45101).
|
35 |
|
36 |
+
## Input Format
|
37 |
+
|
38 |
+
The model is trained to use the following format (note the newlines):
|
39 |
+
```
|
40 |
+
<|user|>
|
41 |
+
Your message here!
|
42 |
+
<|assistant|>
|
43 |
+
```
|
44 |
+
|
45 |
+
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.**
|
46 |
|
47 |
## Intended uses & limitations
|
48 |
|