kyujinpy/KoR-Orca-Platypus-13B

Model

3

stars

11

commits

2

linked in READMEs

Jan 11, 2026

updated

endpoints_compatible
llama
pytorch
safetensors
text-generation
text-generation-inference
transformers

README

(주)미디어그룹사람과숲과 (주)마커의 LLM 연구 컨소시엄에서 개발된 모델입니다
The license is cc-by-nc-sa-4.0.

🐳KoR-Orca-Platypus-13B🐳

img

Model Details

Model Developers Kyujin Han (kyujinpy)

Input Models input text only.

Output Models generate text only.

Model Architecture
KoR-Orca-Platypus-13B is an auto-regressive language model based on the LLaMA2 transformer architecture.

Repo Link
Github Korean-OpenOrca: 🐳KoR-Orca-Platypus-13B🐳

Base Model hyunseoki/ko-en-llama2-13b

Training Dataset
Version of combined dataset: kyujinpy/KOR-OpenOrca-Platypus

I combined OpenOrca-KO and kyujinpy/KOpen-platypus. I use A100 GPU 40GB and COLAB, when trianing.

Model Benchmark

KO-LLM leaderboard

ModelAverageKo-ARCKo-HellaSwagKo-MMLUKo-TruthfulQAKo-CommonGen V2
KoR-Orca-Platypus-13B🐳(ours)50.1342.0653.9542.2843.5568.78
GenAI-llama2-ko-en-platypus49.8145.2255.2541.8444.7861.97
KoT-Platypus2-13B49.5543.6953.0542.2943.3465.38
KO-Platypus2-13B47.9044.2054.3142.4744.4154.11
Korean-OpenOrca-13B🐳47.8543.0954.1340.2445.2256.57

Compare with Top 4 SOTA models. (update: 10/14)

Implementation Code

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

# model loading
repo = "kyujinpy/KoR-Orca-Platypus-13B"
OpenOrca = AutoModelForCausalLM.from_pretrained(
        repo,
        return_dict=True,
        torch_dtype=torch.float16,
        device_map='auto'
)
OpenOrca_tokenizer = AutoTokenizer.from_pretrained(repo)

Contributors

kyujinpy

10 commits

SFconvertbot

1 commits

kyujinpy/KoR-Orca-Platypus-13B

Model

3

stars

11

commits

2

linked in READMEs

Jan 11, 2026

updated

endpoints_compatible
llama
pytorch
safetensors
text-generation
text-generation-inference
transformers

README

(주)미디어그룹사람과숲과 (주)마커의 LLM 연구 컨소시엄에서 개발된 모델입니다
The license is cc-by-nc-sa-4.0.

🐳KoR-Orca-Platypus-13B🐳

img

Model Details

Model Developers Kyujin Han (kyujinpy)

Input Models input text only.

Output Models generate text only.

Model Architecture
KoR-Orca-Platypus-13B is an auto-regressive language model based on the LLaMA2 transformer architecture.

Repo Link
Github Korean-OpenOrca: 🐳KoR-Orca-Platypus-13B🐳

Base Model hyunseoki/ko-en-llama2-13b

Training Dataset
Version of combined dataset: kyujinpy/KOR-OpenOrca-Platypus

I combined OpenOrca-KO and kyujinpy/KOpen-platypus. I use A100 GPU 40GB and COLAB, when trianing.

Model Benchmark

KO-LLM leaderboard

ModelAverageKo-ARCKo-HellaSwagKo-MMLUKo-TruthfulQAKo-CommonGen V2
KoR-Orca-Platypus-13B🐳(ours)50.1342.0653.9542.2843.5568.78
GenAI-llama2-ko-en-platypus49.8145.2255.2541.8444.7861.97
KoT-Platypus2-13B49.5543.6953.0542.2943.3465.38
KO-Platypus2-13B47.9044.2054.3142.4744.4154.11
Korean-OpenOrca-13B🐳47.8543.0954.1340.2445.2256.57

Compare with Top 4 SOTA models. (update: 10/14)

Implementation Code

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

# model loading
repo = "kyujinpy/KoR-Orca-Platypus-13B"
OpenOrca = AutoModelForCausalLM.from_pretrained(
        repo,
        return_dict=True,
        torch_dtype=torch.float16,
        device_map='auto'
)
OpenOrca_tokenizer = AutoTokenizer.from_pretrained(repo)

Contributors

kyujinpy

10 commits

SFconvertbot

1 commits