jingyeom commited on
Commit
385552b
โ€ข
1 Parent(s): 91f4236

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -32
README.md CHANGED
@@ -10,51 +10,43 @@ model-index:
10
  results: []
11
  ---
12
 
13
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
- should probably proofread and complete it, then remove this comment. -->
15
 
16
- # nhn_dpo_v3_DataVortexS-10.7B-dpo-v1.11_DPO
17
 
18
- This model is a fine-tuned version of [Edentns/DataVortexS-10.7B-dpo-v1.11](https://huggingface.co/Edentns/DataVortexS-10.7B-dpo-v1.11) on an unknown dataset.
19
 
20
- ## Model description
 
 
21
 
22
- More information needed
23
 
24
- ## Intended uses & limitations
 
25
 
26
- More information needed
 
 
27
 
28
- ## Training and evaluation data
 
 
 
29
 
30
- More information needed
 
31
 
32
- ## Training procedure
33
 
34
- ### Training hyperparameters
35
 
36
- The following hyperparameters were used during training:
37
- - learning_rate: 5e-07
38
- - train_batch_size: 1
39
- - eval_batch_size: 8
40
- - seed: 42
41
- - distributed_type: multi-GPU
42
- - num_devices: 7
43
- - gradient_accumulation_steps: 8
44
- - total_train_batch_size: 56
45
- - total_eval_batch_size: 56
46
- - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
- - lr_scheduler_type: cosine
48
- - lr_scheduler_warmup_ratio: 0.1
49
- - num_epochs: 1
50
 
51
- ### Training results
 
 
52
 
 
 
 
53
 
54
 
55
- ### Framework versions
56
 
57
- - Transformers 4.38.1
58
- - Pytorch 2.2.1+cu118
59
- - Datasets 2.17.1
60
- - Tokenizers 0.15.2
 
10
  results: []
11
  ---
12
 
 
 
13
 
 
14
 
15
+ # ENERGY-DRINK-LOVE/DataVortexS_dpov3
16
 
17
+ ### Our Team
18
+ * Youjin Chung
19
+ * Jingyeom Kim
20
 
21
+ ## Model
22
 
23
+ ### Base Model
24
+ * [Edentns/DataVortexS-10.7B-dpo-v1.11](https://huggingface.co/Edentns/DataVortexS-10.7B-dpo-v1.11)
25
 
26
+ ### Hardware and Software
27
+ * Hardware: A100 * 8 for training our model
28
+ * Deepspeed library & Huggingface TRL Trainer
29
 
30
+ ### Dataset
31
+ * DPO_dataset
32
+ * ์ž์ฒด ์ œ์ž‘ dpo dataset(AI-hub dataset ํ™œ์šฉ)
33
+ * OpenOrca DPO ๋“ฑ ์˜์–ด ๋ฐ์ดํ„ฐ์…‹ ๋ฒˆ์—ญ(ENERGY-DRINK-LOVE/translate_share_gpt_dedup_llama_SFT_1024, ์ž์ฒด๋ชจ๋ธ ํ™œ์šฉ)
34
 
35
+ ### Training Method
36
+ * [DPO](https://arxiv.org/abs/2305.18290)
37
 
38
+ ## Benchmark
39
 
40
+ **[Ko LM Eval Harness](https://github.com/Beomi/ko-lm-evaluation-harness)**
41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
 
43
+ **[Ko-LLM-Leaderboard](https://www.aihub.or.kr/leaderboard/view.do?currMenu=500&topMenu=102)**
44
+ * (240316๊ธฐ์ค€ 7๋“ฑ)
45
+ * ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6551c0e37bbfce18781a8748/S4cpra6iTlzCdN7PP6A3o.png)
46
 
47
+ | Average | Ko-ARC | Ko-HellaSwag | Ko-MMLU | Ko-TruthfulQA | Ko-CommonGen V2 |
48
+ | ------: | -----: | -----------: | ------: | ------------: | --------------: |
49
+ | 60.18 | 56.23 | 69.15 | 52.76 | 67.87 | 54.9 |
50
 
51
 
 
52