hamishivi commited on
Commit
12f9f5a
1 Parent(s): 4b880c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -32,6 +32,17 @@ Check out our paper [LINK TODO](https://google.com) for more details!
32
  - **Repository:** https://github.com/allenai/https://github.com/allenai/open-instruct
33
  - **Model Family:** Other models and the dataset are found in the [Tulu V2 collection](https://huggingface.co/collections/allenai/tulu-v2-suite-6551b56e743e6349aab45101).
34
 
 
 
 
 
 
 
 
 
 
 
 
35
  ## Intended uses & limitations
36
 
37
  The model was fine-tuned on a filtered and preprocessed of the [Tulu V2 mix dataset](https://huggingface.co/datasets/allenai/tulu-v2-sft-mixture), which contains a diverse range of human created instructions and synthetic dialogues generated primarily by other LLMs.
 
32
  - **Repository:** https://github.com/allenai/https://github.com/allenai/open-instruct
33
  - **Model Family:** Other models and the dataset are found in the [Tulu V2 collection](https://huggingface.co/collections/allenai/tulu-v2-suite-6551b56e743e6349aab45101).
34
 
35
+ ## Input Format
36
+
37
+ The model is trained to use the following format (note the newlines):
38
+ ```
39
+ <|user|>
40
+ Your message here!
41
+ <|assistant|>
42
+ ```
43
+
44
+ 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.**
45
+
46
  ## Intended uses & limitations
47
 
48
  The model was fine-tuned on a filtered and preprocessed of the [Tulu V2 mix dataset](https://huggingface.co/datasets/allenai/tulu-v2-sft-mixture), which contains a diverse range of human created instructions and synthetic dialogues generated primarily by other LLMs.