Update README.md
Browse files
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)
|
|
|
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 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
|
|
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
|