Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
---
|
6 |
+
|
7 |
+
DPO from the model ranked *6th* on the overall leaderboard and **1st** in the 7B leaderboard - v1olet/v1olet_marcoroni-go-bruins-merge-7B.
|
8 |
+
|
9 |
+
You can use alpaca template.
|
10 |
+
```
|
11 |
+
template_format = """{system}
|
12 |
+
### Instruction:
|
13 |
+
{prompt}
|
14 |
+
|
15 |
+
### Response:
|
16 |
+
"""
|
17 |
+
```
|
18 |
+
|
19 |
+
Developed by: Trong-Hieu Nguyen-Mau
|