ghost613 commited on
Commit
bc2ce14
1 Parent(s): e719760

gemma7_on_korean_events

Browse files
Files changed (4) hide show
  1. README.md +100 -0
  2. adapter_config.json +34 -0
  3. adapter_model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,100 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: beomi/gemma-ko-7b
7
+ model-index:
8
+ - name: gemma7_on_korean_events
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
+ # gemma7_on_korean_events
16
+
17
+ This model is a fine-tuned version of [beomi/gemma-ko-7b](https://huggingface.co/beomi/gemma-ko-7b) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.5534
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: 760
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:------:|:----:|:---------------:|
54
+ | 1.0063 | 0.2632 | 20 | 0.6860 |
55
+ | 0.4681 | 0.5263 | 40 | 0.3754 |
56
+ | 0.3565 | 0.7895 | 60 | 0.3030 |
57
+ | 0.2872 | 1.0526 | 80 | 0.2880 |
58
+ | 0.2557 | 1.3158 | 100 | 0.2723 |
59
+ | 0.2213 | 1.5789 | 120 | 0.2674 |
60
+ | 0.2386 | 1.8421 | 140 | 0.2537 |
61
+ | 0.1885 | 2.1053 | 160 | 0.3032 |
62
+ | 0.1362 | 2.3684 | 180 | 0.2710 |
63
+ | 0.131 | 2.6316 | 200 | 0.2844 |
64
+ | 0.1366 | 2.8947 | 220 | 0.2626 |
65
+ | 0.0935 | 3.1579 | 240 | 0.3632 |
66
+ | 0.0618 | 3.4211 | 260 | 0.3315 |
67
+ | 0.0672 | 3.6842 | 280 | 0.3255 |
68
+ | 0.0684 | 3.9474 | 300 | 0.3238 |
69
+ | 0.0393 | 4.2105 | 320 | 0.4230 |
70
+ | 0.0311 | 4.4737 | 340 | 0.4180 |
71
+ | 0.0337 | 4.7368 | 360 | 0.3933 |
72
+ | 0.0402 | 5.0 | 380 | 0.3846 |
73
+ | 0.0179 | 5.2632 | 400 | 0.4478 |
74
+ | 0.0176 | 5.5263 | 420 | 0.4464 |
75
+ | 0.0274 | 5.7895 | 440 | 0.4003 |
76
+ | 0.017 | 6.0526 | 460 | 0.4284 |
77
+ | 0.0112 | 6.3158 | 480 | 0.4675 |
78
+ | 0.0107 | 6.5789 | 500 | 0.4715 |
79
+ | 0.0115 | 6.8421 | 520 | 0.4911 |
80
+ | 0.0107 | 7.1053 | 540 | 0.4776 |
81
+ | 0.0053 | 7.3684 | 560 | 0.4829 |
82
+ | 0.0049 | 7.6316 | 580 | 0.4962 |
83
+ | 0.0046 | 7.8947 | 600 | 0.5087 |
84
+ | 0.0039 | 8.1579 | 620 | 0.5240 |
85
+ | 0.0028 | 8.4211 | 640 | 0.5317 |
86
+ | 0.0035 | 8.6842 | 660 | 0.5351 |
87
+ | 0.0034 | 8.9474 | 680 | 0.5393 |
88
+ | 0.0013 | 9.2105 | 700 | 0.5445 |
89
+ | 0.0031 | 9.4737 | 720 | 0.5502 |
90
+ | 0.0018 | 9.7368 | 740 | 0.5523 |
91
+ | 0.002 | 10.0 | 760 | 0.5534 |
92
+
93
+
94
+ ### Framework versions
95
+
96
+ - PEFT 0.11.2.dev0
97
+ - Transformers 4.41.1
98
+ - Pytorch 2.3.0+cu121
99
+ - Datasets 2.15.0
100
+ - Tokenizers 0.19.1
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "beomi/gemma-ko-7b",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layer_replication": null,
10
+ "layers_pattern": null,
11
+ "layers_to_transform": null,
12
+ "loftq_config": {},
13
+ "lora_alpha": 32,
14
+ "lora_dropout": 0.05,
15
+ "megatron_config": null,
16
+ "megatron_core": "megatron.core",
17
+ "modules_to_save": null,
18
+ "peft_type": "LORA",
19
+ "r": 16,
20
+ "rank_pattern": {},
21
+ "revision": null,
22
+ "target_modules": [
23
+ "v_proj",
24
+ "q_proj",
25
+ "down_proj",
26
+ "up_proj",
27
+ "k_proj",
28
+ "o_proj",
29
+ "gate_proj"
30
+ ],
31
+ "task_type": "CAUSAL_LM",
32
+ "use_dora": false,
33
+ "use_rslora": false
34
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74780c67f355116619249aaba2edf7330ca172f761e5c34644e339c76f6266de
3
+ size 200068512
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a881e51a6611aa7c249873cb4fef470cbbe77dc34edda00226f32e139c1222e3
3
+ size 5112