ghost613 commited on
Commit
045303b
1 Parent(s): e3fdd30

llama8_on_korean_summary

Browse files
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: beomi/Llama-3-Open-Ko-8B-Instruct-preview
7
+ model-index:
8
+ - name: llama8_on_korean_summary
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # llama8_on_korean_summary
16
+
17
+ This model is a fine-tuned version of [beomi/Llama-3-Open-Ko-8B-Instruct-preview](https://huggingface.co/beomi/Llama-3-Open-Ko-8B-Instruct-preview) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.8512
20
+
21
+ ## Model description
22
+
23
+ More information needed
24
+
25
+ ## Intended uses & limitations
26
+
27
+ More information needed
28
+
29
+ ## Training and evaluation data
30
+
31
+ More information needed
32
+
33
+ ## Training procedure
34
+
35
+ ### Training hyperparameters
36
+
37
+ The following hyperparameters were used during training:
38
+ - learning_rate: 5e-05
39
+ - train_batch_size: 2
40
+ - eval_batch_size: 2
41
+ - seed: 42
42
+ - gradient_accumulation_steps: 5
43
+ - total_train_batch_size: 10
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 50
47
+ - training_steps: 500
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:-----:|:----:|:---------------:|
54
+ | 1.5836 | 0.26 | 20 | 1.4113 |
55
+ | 1.2717 | 0.53 | 40 | 1.1577 |
56
+ | 1.1128 | 0.79 | 60 | 1.0624 |
57
+ | 1.0331 | 1.05 | 80 | 1.0005 |
58
+ | 0.9565 | 1.32 | 100 | 0.9578 |
59
+ | 0.9084 | 1.58 | 120 | 0.9194 |
60
+ | 0.9038 | 1.84 | 140 | 0.8943 |
61
+ | 0.8157 | 2.11 | 160 | 0.8798 |
62
+ | 0.7401 | 2.37 | 180 | 0.8598 |
63
+ | 0.7218 | 2.63 | 200 | 0.8412 |
64
+ | 0.725 | 2.89 | 220 | 0.8264 |
65
+ | 0.6651 | 3.16 | 240 | 0.8289 |
66
+ | 0.5981 | 3.42 | 260 | 0.8238 |
67
+ | 0.5987 | 3.68 | 280 | 0.8149 |
68
+ | 0.5998 | 3.95 | 300 | 0.8093 |
69
+ | 0.5423 | 4.21 | 320 | 0.8248 |
70
+ | 0.5188 | 4.47 | 340 | 0.8221 |
71
+ | 0.5258 | 4.74 | 360 | 0.8201 |
72
+ | 0.5028 | 5.0 | 380 | 0.8199 |
73
+ | 0.4567 | 5.26 | 400 | 0.8421 |
74
+ | 0.4558 | 5.53 | 420 | 0.8427 |
75
+ | 0.4424 | 5.79 | 440 | 0.8395 |
76
+ | 0.4456 | 6.05 | 460 | 0.8387 |
77
+ | 0.4147 | 6.32 | 480 | 0.8517 |
78
+ | 0.4254 | 6.58 | 500 | 0.8512 |
79
+
80
+
81
+ ### Framework versions
82
+
83
+ - PEFT 0.8.2
84
+ - Transformers 4.38.2
85
+ - Pytorch 2.1.2+cu121
86
+ - Datasets 2.17.0
87
+ - Tokenizers 0.15.0
adapter_config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "beomi/Llama-3-Open-Ko-8B-Instruct-preview",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 32,
13
+ "lora_dropout": 0.05,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 16,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "q_proj",
23
+ "k_proj",
24
+ "v_proj",
25
+ "o_proj",
26
+ "down_proj",
27
+ "gate_proj",
28
+ "up_proj"
29
+ ],
30
+ "task_type": "CAUSAL_LM",
31
+ "use_rslora": false
32
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7ed7e8cdb06379ae863a50a21c23e056cb94b8d39d51858b1a4a4dd0bf4d336
3
+ size 167832240
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcbca7d9e1b94b0bb41e4fd4f9b486e15af9ed15692105f1cb90113a4f59597a
3
+ size 4920