jan-hq commited on
Commit
c3027af
·
1 Parent(s): f835223

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -18,20 +18,20 @@ language:
18
  <!-- header end -->
19
 
20
  # Model Description
21
- This model finetuned [trinity-v1](https://huggingface.co/jan-hq/trinity-v1) on [ultrafeedback_binarized_subset](jan-hq/ultrafeedback_binarized_subset) (cleaned version)
 
22
 
23
  More details about the training result [here](https://huggingface.co/jan-hq/trinity-v1-dpo-adapter).
24
 
25
  # Prompt template
26
 
27
- - **ChatML**
28
-
29
  ```
30
- <|im_start|>system
31
- {system_message}<|im_end|>
32
- <|im_start|>user
33
- {prompt}<|im_end|>
34
- <|im_start|>assistant
 
35
  ```
36
 
37
  # Run this model
 
18
  <!-- header end -->
19
 
20
  # Model Description
21
+ This model finetuned [trinity-v1](https://huggingface.co/jan-hq/trinity-v1) on [ultrafeedback_binarized_subset](jan-hq/ultrafeedback_binarized_subset)
22
+ (cleaned version)
23
 
24
  More details about the training result [here](https://huggingface.co/jan-hq/trinity-v1-dpo-adapter).
25
 
26
  # Prompt template
27
 
 
 
28
  ```
29
+ {system_message}
30
+ ### Instruction:
31
+ {prompt}
32
+
33
+ ### Response:
34
+
35
  ```
36
 
37
  # Run this model