kyujinpy/Sakura-SOLRCA-Math-Instruct-DPO-v2
479
Sakura-SOLRCA-Math-Instruct-DPO-v2
<img src='./sakura.png' width=512>
Model Details
Model Developers Kyujin Han (kyujinpy)
Method Using DPO method. With Intel/orca_dpo_pairs and argilla/distilabel-math-preference-dpo.
I shared the merge version kyujinpy/orca_math_dpo.
I shared the information about my model. (training and code) Please see: ⭐Sakura-SOLAR.
Model Benchmark
Open leaderboard
- Follow up as link.
Implementation Code
### KO-Platypus
from transformers import AutoModelForCausalLM, AutoTokenizer
import torch
repo = "kyujinpy/Sakura-SOLRCA-Math-Instruct-DPO-v2"
OpenOrca = AutoModelForCausalLM.from_pretrained(
repo,
return_dict=True,
torch_dtype=torch.float16,
device_map='auto'
)
OpenOrca_tokenizer = AutoTokenizer.from_pretrained(repo)Open LLM Leaderboard Evaluation Results
Detailed results can be found here
