Cartinoe5930 commited on
Commit
7800a1b
1 Parent(s): ea6b5bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -18,9 +18,11 @@ We utilized special data filtering methods which introduced in [AlpaGasus](https
18
  We finetuned [Korean Llama-2](https://huggingface.co/beomi/llama-2-koen-13b) that introduced by [@beomi](https://huggingface.co/beomi) on the filtered dataset.
19
  The Flash-Attention2 and LoRA were utilized for efficient finetuning.
20
 
21
- The KoRAE will be uploaded in [Open Ko-LLM Leaderboard](https://huggingface.co/spaces/upstage/open-ko-llm-leaderboard)!
22
- In addition, the DPO trained version of KoRAE will be uploaded soon too!
23
- Stay tuned for the update of KoRAE!
 
 
24
 
25
  ## Model Details
26
 
@@ -34,6 +36,7 @@ For more details, please check the GitHub Repository!
34
 
35
  - **Hardward:** We utilized A100 80G for finetuning
36
  - **Training factors:** The [Transformers Trainer](https://huggingface.co/docs/transformers/main_classes/trainer) and [Huggingface PEFT](https://huggingface.co/docs/peft/index) were utilized for finetuning.
 
37
 
38
  For more details, please check the GitHub Repository!
39
 
@@ -45,6 +48,10 @@ For more information, please refer to the [dataset card](https://huggingface.co/
45
 
46
  ## Open Ko-LLM Leaderboard
47
 
 
 
 
 
48
  ## Prompt Template
49
 
50
  ```
 
18
  We finetuned [Korean Llama-2](https://huggingface.co/beomi/llama-2-koen-13b) that introduced by [@beomi](https://huggingface.co/beomi) on the filtered dataset.
19
  The Flash-Attention2 and LoRA were utilized for efficient finetuning.
20
 
21
+ The finding of KoRAE is as follows:
22
+
23
+ 1. The finetuning in some epochs showed that high-quality filtered data has positive effects on model's performance. However, finetuning in a few epochs, the quantity of data is more matter than quality. It seems to be due to the lack of performance of the Korean base model. Therefore, the research to improve the Korean base model must continue.
24
+ 2. The model trained with DPO showed best performance among KoRAE variants. This shows that DPO is clearly effective in the Korean LLM.
25
+ 3. The model finetuned with filtered high-quality KoRAE showed better performance than without. Therefore, for better LLM, we should try to finetune the LLM with high-quality data.
26
 
27
  ## Model Details
28
 
 
36
 
37
  - **Hardward:** We utilized A100 80G for finetuning
38
  - **Training factors:** The [Transformers Trainer](https://huggingface.co/docs/transformers/main_classes/trainer) and [Huggingface PEFT](https://huggingface.co/docs/peft/index) were utilized for finetuning.
39
+ - **Training Details:** Supervised finetuning 1 epoch on [filtered KoRAE](https://huggingface.co/datasets/Cartinoe5930/KoRAE_filtered_12k) dataset
40
 
41
  For more details, please check the GitHub Repository!
42
 
 
48
 
49
  ## Open Ko-LLM Leaderboard
50
 
51
+ |Model|Average|Ko-ARC|Ko-HellaSwag|Ko-MMLU|Ko-TruthfulQA|Ko-CommonGen V2|
52
+ |---|---|---|---|---|---|---|
53
+ |KoRAE-13b|48.64|46.33|57.25|42.8|41.08|55.73|
54
+
55
  ## Prompt Template
56
 
57
  ```