CoolFace
Modelpublic

RichardErkhov/kyujinpy_-_Sakura-SOLRCA-Instruct-DPO-gguf

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes498downloads
Model Card

Quantization made by Richard Erkhov.

Github

Discord

Request more models

Sakura-SOLRCA-Instruct-DPO - GGUF

  • —Model creator: https://huggingface.co/kyujinpy/
  • —Original model: https://huggingface.co/kyujinpy/Sakura-SOLRCA-Instruct-DPO/

Original model description: --- language:

  • —en license: cc-by-nc-sa-4.0 datasets:
  • —Intel/orcadpopairs pipeline_tag: text-generation model-index:
  • —name: Sakura-SOLRCA-Instruct-DPO results:
  • —task: type: text-generation name: Text Generation dataset: name: AI2 Reasoning Challenge (25-Shot) type: ai2arc config: ARC-Challenge split: test args: numfew_shot: 25 metrics:
  • —type: accnorm value: 71.16 name: normalized accuracy source: url: https://huggingface.co/spaces/HuggingFaceH4/openllm_leaderboard?query=kyujinpy/Sakura-SOLRCA-Instruct-DPO name: Open LLM Leaderboard
  • —task: type: text-generation name: Text Generation dataset: name: HellaSwag (10-Shot) type: hellaswag split: validation args: numfewshot: 10 metrics:
  • —type: accnorm value: 88.49 name: normalized accuracy source: url: https://huggingface.co/spaces/HuggingFaceH4/openllm_leaderboard?query=kyujinpy/Sakura-SOLRCA-Instruct-DPO name: Open LLM Leaderboard
  • —task: type: text-generation name: Text Generation dataset: name: MMLU (5-Shot) type: cais/mmlu config: all split: test args: numfewshot: 5 metrics:
  • —type: acc value: 66.17 name: accuracy source: url: https://huggingface.co/spaces/HuggingFaceH4/openllmleaderboard?query=kyujinpy/Sakura-SOLRCA-Instruct-DPO name: Open LLM Leaderboard
  • —task: type: text-generation name: Text Generation dataset: name: TruthfulQA (0-shot) type: truthfulqa config: multiplechoice split: validation args: numfewshot: 0 metrics:
  • —type: mc2 value: 72.1 source: url: https://huggingface.co/spaces/HuggingFaceH4/openllmleaderboard?query=kyujinpy/Sakura-SOLRCA-Instruct-DPO name: Open LLM Leaderboard
  • —task: type: text-generation name: Text Generation dataset: name: Winogrande (5-shot) type: winogrande config: winograndexl split: validation args: numfew_shot: 5 metrics:
  • —type: acc value: 82.95 name: accuracy source: url: https://huggingface.co/spaces/HuggingFaceH4/openllmleaderboard?query=kyujinpy/Sakura-SOLRCA-Instruct-DPO name: Open LLM Leaderboard
  • —task: type: text-generation name: Text Generation dataset: name: GSM8k (5-shot) type: gsm8k config: main split: test args: numfewshot: 5 metrics:
  • —type: acc value: 63.46 name: accuracy source: url: https://huggingface.co/spaces/HuggingFaceH4/openllmleaderboard?query=kyujinpy/Sakura-SOLRCA-Instruct-DPO name: Open LLM Leaderboard ---

Sakura-SOLRCA-Instruct-DPO

<img src='./sakura.png' width=512>

(주)미디어그룹사람과숲과 (주)마커의 LLM 연구 컨소시엄에서 개발된 모델입니다

Model Details

Model Developers Kyujin Han (kyujinpy)

Method Using DPO method. With Intel/orca_dpo_pairs.

I shared the information about my model. (training and code) Please see: ⭐Sakura-SOLAR.

Model Benchmark

Open leaderboard

  • —Follow up as link.
ModelAverageARCHellaSwagMMLUTruthfulQAWinograndeGSM8K
Sakura-SOLRCA-Instruct-DPO74.0571.1688.4966.1772.1082.9563.46
Sakura-SOLAR-Instruct-DPO-v274.1470.9088.4166.4871.8683.4363.76
kyujinpy/Sakura-SOLAR-Instruct74.4070.9988.4266.3371.7983.6665.20

Implementation Code

python
### KO-Platypus
from transformers import AutoModelForCausalLM, AutoTokenizer
import torch

repo = "kyujinpy/Sakura-SOLRCA-Instruct-DPO"
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

MetricValue
Avg.74.05
AI2 Reasoning Challenge (25-Shot)71.16
HellaSwag (10-Shot)88.49
MMLU (5-Shot)66.17
TruthfulQA (0-shot)72.10
Winogrande (5-shot)82.95
GSM8k (5-shot)63.46