ghost613 commited on
Commit
5b14149
1 Parent(s): 78b0b1a

gemma2_on_korean_conv-base-stm

Browse files
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ base_model: beomi/gemma-ko-2b
7
+ model-index:
8
+ - name: gemma2_on_korean_conv-base-stm
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
+ # gemma2_on_korean_conv-base-stm
16
+
17
+ This model is a fine-tuned version of [beomi/gemma-ko-2b](https://huggingface.co/beomi/gemma-ko-2b) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.1954
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: 10
43
+ - total_train_batch_size: 20
44
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
45
+ - lr_scheduler_type: linear
46
+ - lr_scheduler_warmup_steps: 100
47
+ - training_steps: 2000
48
+
49
+ ### Training results
50
+
51
+ | Training Loss | Epoch | Step | Validation Loss |
52
+ |:-------------:|:------:|:----:|:---------------:|
53
+ | 1.4804 | 0.2563 | 100 | 1.4702 |
54
+ | 1.3147 | 0.5126 | 200 | 1.3067 |
55
+ | 1.2424 | 0.7688 | 300 | 1.2374 |
56
+ | 1.0918 | 1.0251 | 400 | 1.1792 |
57
+ | 0.9923 | 1.2814 | 500 | 1.1563 |
58
+ | 0.9586 | 1.5377 | 600 | 1.1370 |
59
+ | 0.9639 | 1.7940 | 700 | 1.1093 |
60
+ | 0.7698 | 2.0502 | 800 | 1.1266 |
61
+ | 0.7274 | 2.3065 | 900 | 1.1393 |
62
+ | 0.7416 | 2.5628 | 1000 | 1.1022 |
63
+ | 0.759 | 2.8191 | 1100 | 1.0903 |
64
+ | 0.5755 | 3.0753 | 1200 | 1.1302 |
65
+ | 0.5839 | 3.3316 | 1300 | 1.1443 |
66
+ | 0.6008 | 3.5879 | 1400 | 1.1300 |
67
+ | 0.5773 | 3.8442 | 1500 | 1.1326 |
68
+ | 0.4565 | 4.1005 | 1600 | 1.1757 |
69
+ | 0.4436 | 4.3567 | 1700 | 1.1832 |
70
+ | 0.4462 | 4.6130 | 1800 | 1.1816 |
71
+ | 0.4502 | 4.8693 | 1900 | 1.1878 |
72
+ | 0.3731 | 5.1256 | 2000 | 1.1954 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - PEFT 0.11.1
78
+ - Transformers 4.41.1
79
+ - Pytorch 2.3.0+cu121
80
+ - Datasets 2.19.1
81
+ - 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-2b",
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
+ "o_proj",
24
+ "v_proj",
25
+ "gate_proj",
26
+ "q_proj",
27
+ "up_proj",
28
+ "down_proj",
29
+ "k_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:aa096932faaa023f093cc5cd41dd5c8a3ee55587573a8f9750d4b329ca4345e2
3
+ size 78480072
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:887f3c6b0c8d448e7c9a62fd09ad28833156ec5adfdd234a72b58f82d7a94417
3
+ size 5176