sergey21000 commited on
Commit
4b3da52
·
verified ·
1 Parent(s): 0b18f27

End of training

Browse files
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: Qwen/Qwen2.5-1.5B-Instruct
5
+ tags:
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: Qwen2.5-1.5B-Instruct-finetune-ru-news-lora
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
+ # Qwen2.5-1.5B-Instruct-finetune-ru-news-lora
16
+
17
+ This model is a fine-tuned version of [Qwen/Qwen2.5-1.5B-Instruct](https://huggingface.co/Qwen/Qwen2.5-1.5B-Instruct) on the None dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.5295
20
+ - Perplexity: 4.6645
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 2e-05
40
+ - train_batch_size: 2
41
+ - eval_batch_size: 2
42
+ - seed: 111
43
+ - gradient_accumulation_steps: 8
44
+ - total_train_batch_size: 16
45
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
+ - lr_scheduler_type: linear
47
+ - num_epochs: 20
48
+ - mixed_precision_training: Native AMP
49
+
50
+ ### Training results
51
+
52
+ | Training Loss | Epoch | Step | Validation Loss | Perplexity |
53
+ |:-------------:|:-------:|:----:|:---------------:|:----------:|
54
+ | No log | 0 | 0 | 1.7086 | 5.5805 |
55
+ | 1.5638 | 1.0 | 75 | 1.6235 | 5.1242 |
56
+ | 1.6127 | 2.0 | 150 | 1.5856 | 4.9323 |
57
+ | 1.6656 | 3.0 | 225 | 1.5689 | 4.8497 |
58
+ | 1.6207 | 4.0 | 300 | 1.5578 | 4.7967 |
59
+ | 1.5559 | 5.0 | 375 | 1.5510 | 4.7642 |
60
+ | 1.5766 | 6.0 | 450 | 1.5463 | 4.7420 |
61
+ | 1.5744 | 7.0 | 525 | 1.5428 | 4.7257 |
62
+ | 1.5892 | 8.0 | 600 | 1.5401 | 4.7129 |
63
+ | 1.4133 | 9.0 | 675 | 1.5378 | 4.7022 |
64
+ | 1.6007 | 10.0 | 750 | 1.5360 | 4.6939 |
65
+ | 1.6776 | 11.0 | 825 | 1.5345 | 4.6872 |
66
+ | 1.4363 | 12.0 | 900 | 1.5332 | 4.6814 |
67
+ | 1.3633 | 13.0 | 975 | 1.5323 | 4.6771 |
68
+ | 1.4944 | 14.0 | 1050 | 1.5314 | 4.6730 |
69
+ | 1.4514 | 15.0 | 1125 | 1.5308 | 4.6703 |
70
+ | 1.4892 | 16.0 | 1200 | 1.5303 | 4.6681 |
71
+ | 1.3994 | 17.0 | 1275 | 1.5299 | 4.6664 |
72
+ | 1.507 | 18.0 | 1350 | 1.5296 | 4.6651 |
73
+ | 1.4906 | 19.0 | 1425 | 1.5295 | 4.6645 |
74
+ | 1.4982 | 19.7383 | 1480 | 1.5295 | 4.6645 |
75
+
76
+
77
+ ### Framework versions
78
+
79
+ - PEFT 0.14.0
80
+ - Transformers 4.47.1
81
+ - Pytorch 2.5.1+cu121
82
+ - Datasets 3.2.0
83
+ - Tokenizers 0.21.0
adapter_config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "Qwen/Qwen2.5-1.5B-Instruct",
5
+ "bias": "none",
6
+ "eva_config": null,
7
+ "exclude_modules": null,
8
+ "fan_in_fan_out": false,
9
+ "inference_mode": true,
10
+ "init_lora_weights": true,
11
+ "layer_replication": null,
12
+ "layers_pattern": null,
13
+ "layers_to_transform": null,
14
+ "loftq_config": {},
15
+ "lora_alpha": 16,
16
+ "lora_bias": false,
17
+ "lora_dropout": 0.1,
18
+ "megatron_config": null,
19
+ "megatron_core": "megatron.core",
20
+ "modules_to_save": null,
21
+ "peft_type": "LORA",
22
+ "r": 8,
23
+ "rank_pattern": {},
24
+ "revision": null,
25
+ "target_modules": [
26
+ "k_proj",
27
+ "q_proj",
28
+ "v_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:7f3b526566c77706d7f4529f48148c9fe13878ce1d16e584a8290c3203049561
3
+ size 8745704
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37abeb32e3b763933984d06b3883b918c0a6ca8d945c8343361b0b98d18c7cf3
3
+ size 5368