Views
No views yet
EEVE-Math 프로젝트는이 모델은 EEVE-Math와 EEVE-Instruct의 dare-ties로 병합한 병합 모델입니다. 이 프로젝트는 이런 과정을 통해 특화 모델의 EEVE-Math의 성능을 많이 잃지 않고 Instruct 모델의 사용성을 유지할 수 있음을 보여주는 Proof of concept의 성격을 가지고 있습니다.
| Model | gsm8k-ko(pass@1) |
|---|---|
| EEVE(Base) | 0.4049 |
| EEVE-Math (epoch 1) | 0.508 |
| EEVE-Math (epoch 2) | 0.539 |
| EEVE-Instruct | 0.4511 |
| EEVE-Instruct + Math | 0.4845 |
1models:
2 - model: yanolja/EEVE-Korean-10.8B-v1.0
3 # no parameters necessary for base model
4 - model: yanolja/EEVE-Korean-Instruct-10.8B-v1.0
5 parameters:
6 density: 0.53
7 weight: 0.6
8 - model: kuotient/EEVE-Math-10.8B
9 parameters:
10 density: 0.53
11 weight: 0.4
12merge_method: dare_ties
13base_model: yanolja/EEVE-Korean-10.8B-v1.0
14parameters:
15 int8_mask: true
16dtype: bfloat16git clone https://github.com/kuotient/lm-evaluation-harness.git
cd lm-evaluation-harness
pip install -e .lm_eval --model hf \
--model_args pretrained=yanolja/EEVE-Korean-Instruct-2.8B-v1.0 \
--tasks gsm8k-ko \
--device cuda:0 \
--batch_size auto:4| Model | gsm8k(pass@1) | boolq(acc) | copa(acc) | hellaswag(acc) | Overall |
|---|---|---|---|---|---|
| yanolja/EEVE-Korean-10.8B-v1.0 | 0.4049 | - | - | - | - |
| yanolja/EEVE-Korean-Instruct-10.8B-v1.0 | 0.4511 | 0.8668 | 0.7450 | 0.4940 | 0.6392 |
| EEVE-Math-10.8B | 0.5390 | 0.8027 | 0.7260 | 0.4760 | 0.6359 |
| EEVE-Instruct-Math-10.8B | 0.4845 | 0.8519 | 0.7410 | 0.4980 | 0.6439 |