Update README.md
Browse files
README.md
CHANGED
@@ -1,27 +1,50 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
base_model:
|
3 |
- yanolja/EEVE-Korean-Instruct-10.8B-v1.0
|
4 |
-
-
|
5 |
-
- kuotient/EEVE-Math-10.8B
|
6 |
library_name: transformers
|
7 |
tags:
|
8 |
-
- mergekit
|
9 |
- merge
|
10 |
|
11 |
---
|
12 |
-
#
|
13 |
|
14 |
-
|
|
|
|
|
|
|
15 |
|
16 |
-
|
17 |
-
|
|
|
18 |
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
### Models Merged
|
22 |
|
23 |
The following models were included in the merge:
|
24 |
-
* [yanolja/EEVE-Korean-Instruct-10.8B-v1.0](https://huggingface.co/yanolja/EEVE-Korean-Instruct-10.8B-v1.0)
|
25 |
* [kuotient/EEVE-Math-10.8B](https://huggingface.co/kuotient/EEVE-Math-10.8B)
|
26 |
|
27 |
### Configuration
|
@@ -45,5 +68,26 @@ base_model: yanolja/EEVE-Korean-10.8B-v1.0
|
|
45 |
parameters:
|
46 |
int8_mask: true
|
47 |
dtype: bfloat16
|
|
|
48 |
|
|
|
|
|
49 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
model-index:
|
3 |
+
- name: EEVE-Instruct-Math-10.8B
|
4 |
+
results:
|
5 |
+
- task:
|
6 |
+
type: text-generation
|
7 |
+
dataset:
|
8 |
+
name: gsm8k-ko
|
9 |
+
type: gsm8k
|
10 |
+
metrics:
|
11 |
+
- name: pass@1
|
12 |
+
type: pass@1
|
13 |
+
value: 0.4845
|
14 |
+
verified: false
|
15 |
base_model:
|
16 |
- yanolja/EEVE-Korean-Instruct-10.8B-v1.0
|
17 |
+
- kuotient/EEVE-Math-10.8B-SFT
|
|
|
18 |
library_name: transformers
|
19 |
tags:
|
|
|
20 |
- merge
|
21 |
|
22 |
---
|
23 |
+
# EEVE-Instruct-Math-10.8B
|
24 |
|
25 |
+
`EEVE-Math` ํ๋ก์ ํธ๋
|
26 |
+
- Orca-Math-200k ๋ฒ์ญ ([Orca-Math: Unlocking the potential of SLMs in Grade School Math](https://arxiv.org/pdf/2402.14830.pdf))
|
27 |
+
- gsm8k ๋ฒ์ญ, lm_eval ํ์ฉ
|
28 |
+
- Mergekit์ ์ด์ฉํ dare-ties ์ฌ์ฉ ([DARE](https://arxiv.org/abs/2311.03099))
|
29 |
|
30 |
+
์ ๋ํ ๋ด์ฉ์ ํฌ๊ดํ๊ณ ์์ต๋๋ค.
|
31 |
+
|
32 |
+
> ์ด ๋ชจ๋ธ์ EEVE-Math์ EEVE-Instruct์ dare-ties๋ก ๋ณํฉํ ๋ณํฉ ๋ชจ๋ธ์
๋๋ค. ์ด ํ๋ก์ ํธ๋ ์ด๋ฐ ๊ณผ์ ์ ํตํด ํนํ ๋ชจ๋ธ์ EEVE-Math์ ์ฑ๋ฅ์ ๋ง์ด ์์ง ์๊ณ Instruct ๋ชจ๋ธ์ ์ฌ์ฉ์ฑ์ ์ ์งํ ์ ์์์ ๋ณด์ฌ์ฃผ๋ Proof of concept์ ์ฑ๊ฒฉ์ ๊ฐ์ง๊ณ ์์ต๋๋ค.
|
33 |
|
34 |
+
| Model | gsm8k-ko(pass@1) |
|
35 |
+
|---|---|
|
36 |
+
| EEVE(Base) | 0.4049 |
|
37 |
+
| [EEVE-Math](https://huggingface.co/kuotient/EEVE-Math-10.8B) (epoch 1) | 0.508 |
|
38 |
+
| EEVE-Math (epoch 2) | **0.539** |
|
39 |
+
| [EEVE-Instruct](https://huggingface.co/yanolja/EEVE-Korean-Instruct-10.8B-v1.0) | 0.4511 |
|
40 |
+
| EEVE-Instruct + Math | **0.4845** |
|
41 |
+
|
42 |
+
## Merge Details
|
43 |
+
This model was merged using the [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [yanolja/EEVE-Korean-Instruct-10.8B-v1.0](https://huggingface.co/yanolja/EEVE-Korean-Instruct-10.8B-v1.0) as a base.
|
44 |
|
45 |
### Models Merged
|
46 |
|
47 |
The following models were included in the merge:
|
|
|
48 |
* [kuotient/EEVE-Math-10.8B](https://huggingface.co/kuotient/EEVE-Math-10.8B)
|
49 |
|
50 |
### Configuration
|
|
|
68 |
parameters:
|
69 |
int8_mask: true
|
70 |
dtype: bfloat16
|
71 |
+
```
|
72 |
|
73 |
+
## Evaluation
|
74 |
+
[gsm8k-ko](https://huggingface.co/datasets/kuotient/gsm8k-ko), kobest
|
75 |
```
|
76 |
+
git clone https://github.com/kuotient/lm-evaluation-harness.git
|
77 |
+
cd lm-evaluation-harness
|
78 |
+
pip install -e .
|
79 |
+
```
|
80 |
+
```
|
81 |
+
lm_eval --model hf \
|
82 |
+
--model_args pretrained=yanolja/EEVE-Korean-Instruct-2.8B-v1.0 \
|
83 |
+
--tasks gsm8k-ko \
|
84 |
+
--device cuda:0 \
|
85 |
+
--batch_size auto:4
|
86 |
+
```
|
87 |
+
|
88 |
+
| Model | gsm8k(pass@1) | boolq(acc) | copa(acc) | hellaswag(acc) | Overall |
|
89 |
+
|---|---|---|---|---|---|
|
90 |
+
| yanolja/EEVE-Korean-10.8B-v1.0 | 0.4049 | - | - | - | - | - |
|
91 |
+
| yanolja/EEVE-Korean-Instruct-10.8B-v1.0 | 0.4511 | **0.8668** | **0.7450** | **0.4940** | 0.6392 |
|
92 |
+
| [**EEVE-Math-10.8B**](https://huggingface.co/kuotient/EEVE-Math-10.8B) | **0.5390** | 0.8027 | 0.7260 | 0.4760 | 0.6359 |
|
93 |
+
| **EEVE-Instruct-Math-10.8B** | 0.4845 | 0.8519 | 0.7410 | 0.4980 | **0.6439** |
|