Text Generation
Transformers
PyTorch
English
llama
text-generation-inference
Inference Endpoints
hamishivi commited on
Commit
0b4d96e
1 Parent(s): 00ae9d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -33,6 +33,17 @@ Please check out our paper [TODO] for more!
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
  ## Intended uses & limitations
37
 
38
  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.
 
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
 
49
  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.