Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
4 |
+
Finetune DPO viethq188/LeoScorpius-7B with ultrafeedback_binarized dataset https://huggingface.co/datasets/HuggingFaceH4/ultrafeedback_binarized
|
5 |
+
|
6 |
+
|
7 |
+
You can use alpaca template.
|
8 |
+
```
|
9 |
+
template_format = """{system}
|
10 |
+
### Instruction:
|
11 |
+
{prompt}
|
12 |
+
|
13 |
+
### Response:
|
14 |
+
"""
|
15 |
+
```
|