Upload README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ license: cc-by-nc-sa-4.0
|
|
10 |
**(주)미디어그룹사람과숲과 (주)마커의 LLM 연구 컨소시엄에서 개발된 모델입니다**
|
11 |
**The license is `cc-by-nc-sa-4.0`.**
|
12 |
|
13 |
-
# **🐳
|
14 |
![img](./Korean-OpenOrca.png)
|
15 |
|
16 |
## Model Details
|
@@ -42,8 +42,8 @@ I use A100 GPU 40GB and COLAB, when trianing.
|
|
42 |
|
43 |
| Model | Average |Ko-ARC | Ko-HellaSwag | Ko-MMLU | Ko-TruthfulQA | Ko-CommonGen V2 |
|
44 |
| --- | --- | --- | --- | --- | --- | --- |
|
45 |
-
| [
|
46 |
-
|
|
47 |
|
48 |
> Compare with Top 4 SOTA models. (update: 10/09)
|
49 |
|
@@ -54,7 +54,7 @@ I use A100 GPU 40GB and COLAB, when trianing.
|
|
54 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
55 |
import torch
|
56 |
|
57 |
-
repo = "kyujinpy/
|
58 |
OpenOrca = AutoModelForCausalLM.from_pretrained(
|
59 |
repo,
|
60 |
return_dict=True,
|
|
|
10 |
**(주)미디어그룹사람과숲과 (주)마커의 LLM 연구 컨소시엄에서 개발된 모델입니다**
|
11 |
**The license is `cc-by-nc-sa-4.0`.**
|
12 |
|
13 |
+
# **🐳KOR-Orca-Platypus-13B🐳**
|
14 |
![img](./Korean-OpenOrca.png)
|
15 |
|
16 |
## Model Details
|
|
|
42 |
|
43 |
| Model | Average |Ko-ARC | Ko-HellaSwag | Ko-MMLU | Ko-TruthfulQA | Ko-CommonGen V2 |
|
44 |
| --- | --- | --- | --- | --- | --- | --- |
|
45 |
+
| [KOR-Orca-Platypus-13B🐳] | 46.59 | 42.06 | 53.95 | 42.28 | 43.55 | 51.12 |
|
46 |
+
| KOR-Orca-Platypus-13B🐳-v2 | 49.48 | 44.03 | 54.43 | 42.23 | 41.64 | 65.05 |
|
47 |
|
48 |
> Compare with Top 4 SOTA models. (update: 10/09)
|
49 |
|
|
|
54 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
55 |
import torch
|
56 |
|
57 |
+
repo = "kyujinpy/KOR-Orca-Platypus-13B-v2"
|
58 |
OpenOrca = AutoModelForCausalLM.from_pretrained(
|
59 |
repo,
|
60 |
return_dict=True,
|