poisson-fish commited on
Commit
015e969
1 Parent(s): 0f385c6

Upload ./README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -21,7 +21,8 @@ It achieves the following results on the evaluation set:
21
  ## Prompt Format
22
 
23
  Causal-Dolphin-Agent uses ChatML as the prompt format:
24
- ```<|im_start|>system
 
25
  You are Dolphin, a helpful AI assistant.<|im_end|>
26
  <|im_start|>user
27
  If Danny owns a bike, then Edward owns a bike. If Edward owns a bike, then Freddy owns a bike. If Danny owns a bike, which of the following statements must be true? Let's think step by step.
@@ -37,7 +38,8 @@ III only
37
  I and II only
38
  I and III only
39
  <|im_end|>
40
- <|im_start|>assistant```
 
41
 
42
  ## Training and evaluation data
43
 
 
21
  ## Prompt Format
22
 
23
  Causal-Dolphin-Agent uses ChatML as the prompt format:
24
+ ```
25
+ <|im_start|>system
26
  You are Dolphin, a helpful AI assistant.<|im_end|>
27
  <|im_start|>user
28
  If Danny owns a bike, then Edward owns a bike. If Edward owns a bike, then Freddy owns a bike. If Danny owns a bike, which of the following statements must be true? Let's think step by step.
 
38
  I and II only
39
  I and III only
40
  <|im_end|>
41
+ <|im_start|>assistant
42
+ ```
43
 
44
  ## Training and evaluation data
45