laineyyy commited on
Commit
2afed85
1 Parent(s): 12be9a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -47,6 +47,17 @@ code for finetuning.
47
  - [Argilla/10k_prompts_ranked_mistral_large_responses](https://huggingface.co/datasets/argilla/10k_prompts_ranked_mistral_large_responses)
48
 
49
 
 
 
 
 
 
 
 
 
 
 
 
50
 
51
  ## Evaluations
52
 
 
47
  - [Argilla/10k_prompts_ranked_mistral_large_responses](https://huggingface.co/datasets/argilla/10k_prompts_ranked_mistral_large_responses)
48
 
49
 
50
+ ## Chat template
51
+
52
+ We use the ChatML chat template. For example:
53
+
54
+ ```
55
+ <|im_start|>system
56
+ You can add an optional system prompt here.<|im_end|>
57
+ <|im_start|>user
58
+ Miten rakennan tietokoneen?<|im_end|>
59
+ <|im_start|>assistant
60
+ ```
61
 
62
  ## Evaluations
63