26 lines
501 B
Markdown
26 lines
501 B
Markdown
|
|
---
|
||
|
|
license: apache-2.0
|
||
|
|
---
|
||
|
|
# Updated: 14th December 2023
|
||
|
|
We are ranked 3th on the overall leaderboard and 1st in the 7B [Hugging Face Leaderboard!](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)! 🔥🔥🔥
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
Finetune DPO viethq188/LeoScorpius-7B with [Nectar](https://huggingface.co/datasets/berkeley-nest/Nectar) dataset
|
||
|
|
|
||
|
|

|
||
|
|
|
||
|
|

|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
You can use alpaca template.
|
||
|
|
```
|
||
|
|
template_format = """{system}
|
||
|
|
### Instruction:
|
||
|
|
{prompt}
|
||
|
|
|
||
|
|
### Response:
|
||
|
|
"""
|
||
|
|
```
|