ghost613 commited on
Commit
480a078
1 Parent(s): f8a5080

gemma9_on_korean_summary_events

Browse files
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: rtzr/ko-gemma-2-9b-it
3
+ library_name: peft
4
+ license: gemma
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: gemma9_on_korean_summary_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
+ # gemma9_on_korean_summary_events
16
+
17
+ This model is a fine-tuned version of [rtzr/ko-gemma-2-9b-it](https://huggingface.co/rtzr/ko-gemma-2-9b-it) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.4183
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: 400
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss |
53
+ |:-------------:|:------:|:----:|:---------------:|
54
+ | 1.5952 | 0.1316 | 20 | 1.0820 |
55
+ | 0.9103 | 0.2632 | 40 | 0.7513 |
56
+ | 0.7022 | 0.3947 | 60 | 0.5833 |
57
+ | 0.5149 | 0.5263 | 80 | 0.4630 |
58
+ | 0.4837 | 0.6579 | 100 | 0.4376 |
59
+ | 0.449 | 0.7895 | 120 | 0.4213 |
60
+ | 0.431 | 0.9211 | 140 | 0.4080 |
61
+ | 0.3811 | 1.0526 | 160 | 0.4000 |
62
+ | 0.3227 | 1.1842 | 180 | 0.3964 |
63
+ | 0.283 | 1.3158 | 200 | 0.3974 |
64
+ | 0.2984 | 1.4474 | 220 | 0.3993 |
65
+ | 0.3102 | 1.5789 | 240 | 0.3851 |
66
+ | 0.3045 | 1.7105 | 260 | 0.3847 |
67
+ | 0.3034 | 1.8421 | 280 | 0.3851 |
68
+ | 0.2779 | 1.9737 | 300 | 0.3793 |
69
+ | 0.2191 | 2.1053 | 320 | 0.3991 |
70
+ | 0.1971 | 2.2368 | 340 | 0.4157 |
71
+ | 0.1908 | 2.3684 | 360 | 0.4209 |
72
+ | 0.1766 | 2.5 | 380 | 0.4190 |
73
+ | 0.1749 | 2.6316 | 400 | 0.4183 |
74
+
75
+
76
+ ### Framework versions
77
+
78
+ - PEFT 0.12.0
79
+ - Transformers 4.43.4
80
+ - Pytorch 2.3.1+cu121
81
+ - Datasets 2.20.0
82
+ - 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": "rtzr/ko-gemma-2-9b-it",
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
+ "k_proj",
24
+ "down_proj",
25
+ "gate_proj",
26
+ "q_proj",
27
+ "v_proj",
28
+ "up_proj",
29
+ "o_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:888ccdecb0fa0451609a8e59d402d2ac3bcf092be57e2b9135e0d023da573e4c
3
+ size 216151256
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a15c864fbfc53b70ed9b835d95134df23802f0d5381f2e28819cf6ae387aca5
3
+ size 5176