j05hr3d commited on
Commit
a51ec6d
·
verified ·
1 Parent(s): c8bddbd

Model save

Browse files
README.md CHANGED
@@ -19,6 +19,8 @@ should probably proofread and complete it, then remove this comment. -->
19
  # peft-FT-3-Coder-30b-v3
20
 
21
  This model is a fine-tuned version of [Qwen/Qwen3-Coder-30B-A3B-Instruct](https://huggingface.co/Qwen/Qwen3-Coder-30B-A3B-Instruct) on an unknown dataset.
 
 
22
 
23
  ## Model description
24
 
@@ -48,6 +50,16 @@ The following hyperparameters were used during training:
48
  - lr_scheduler_warmup_ratio: 0.03
49
  - num_epochs: 50
50
 
 
 
 
 
 
 
 
 
 
 
51
  ### Framework versions
52
 
53
  - PEFT 0.17.1
 
19
  # peft-FT-3-Coder-30b-v3
20
 
21
  This model is a fine-tuned version of [Qwen/Qwen3-Coder-30B-A3B-Instruct](https://huggingface.co/Qwen/Qwen3-Coder-30B-A3B-Instruct) on an unknown dataset.
22
+ It achieves the following results on the evaluation set:
23
+ - Loss: 0.9121
24
 
25
  ## Model description
26
 
 
50
  - lr_scheduler_warmup_ratio: 0.03
51
  - num_epochs: 50
52
 
53
+ ### Training results
54
+
55
+ | Training Loss | Epoch | Step | Validation Loss |
56
+ |:-------------:|:-----:|:----:|:---------------:|
57
+ | 1.2459 | 1.0 | 17 | 0.9617 |
58
+ | 1.0765 | 2.0 | 34 | 0.9121 |
59
+ | 0.9091 | 3.0 | 51 | 0.9169 |
60
+ | 0.7589 | 4.0 | 68 | 0.9652 |
61
+
62
+
63
  ### Framework versions
64
 
65
  - PEFT 0.17.1
last-safe/adapter_config.json CHANGED
@@ -25,13 +25,13 @@
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
28
- "q_proj",
29
  "k_proj",
30
- "gate_proj",
31
  "o_proj",
32
- "down_proj",
33
  "v_proj",
34
- "up_proj"
 
 
 
35
  ],
36
  "target_parameters": null,
37
  "task_type": "CAUSAL_LM",
 
25
  "rank_pattern": {},
26
  "revision": null,
27
  "target_modules": [
 
28
  "k_proj",
 
29
  "o_proj",
 
30
  "v_proj",
31
+ "up_proj",
32
+ "down_proj",
33
+ "gate_proj",
34
+ "q_proj"
35
  ],
36
  "target_parameters": null,
37
  "task_type": "CAUSAL_LM",
last-safe/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:106f2c55e50fb8b1cbcd52189885508176ef0d18f73323063c0296cadfd5aa85
3
  size 6756146760
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:feddc2c23de8a03c6d38a89152f26e42c364ac9ebd9feddc66a7f0212ba6ebd0
3
  size 6756146760
last-safe/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:525f1a31fc7f27fd930256437281dfb9869ada339fbe21fde73c2f24f6f63a7f
3
  size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef586e78539c2ff855f0baac009025c954bd21bc17a508c1f4af3b04d25ef000
3
  size 5841
trainer_state.json CHANGED
@@ -1,67 +1,97 @@
1
  {
2
- "best_global_step": 2,
3
- "best_metric": 0.8807690143585205,
4
- "best_model_checkpoint": "j05hr3d/peft-FT-3-Coder-30b-v3/checkpoint-2",
5
- "epoch": 2.0,
6
  "eval_steps": 500,
7
- "global_step": 2,
8
  "is_hyper_param_search": false,
9
  "is_local_process_zero": true,
10
  "is_world_process_zero": true,
11
  "log_history": [
12
  {
13
  "epoch": 1.0,
14
- "grad_norm": 0.6223463416099548,
15
- "learning_rate": 0.0,
16
- "loss": 1.0148,
17
- "step": 1
18
  },
19
  {
20
  "epoch": 1.0,
21
- "eval_loss": 0.9129095077514648,
22
- "eval_runtime": 29.8023,
23
- "eval_samples_per_second": 0.034,
24
- "eval_steps_per_second": 0.034,
25
- "step": 1
26
  },
27
  {
28
  "epoch": 2.0,
29
- "grad_norm": 0.6234502792358398,
30
- "learning_rate": 0.0002,
31
- "loss": 1.0148,
32
- "step": 2
33
  },
34
  {
35
  "epoch": 2.0,
36
- "eval_loss": 0.8807690143585205,
37
- "eval_runtime": 30.6922,
38
- "eval_samples_per_second": 0.033,
39
  "eval_steps_per_second": 0.033,
40
- "step": 2
41
  },
42
  {
43
- "epoch": 2.0,
44
- "step": 2,
45
- "total_flos": 3136747022057472.0,
46
- "train_loss": 1.0148184299468994,
47
- "train_runtime": 447.58,
48
- "train_samples_per_second": 0.009,
49
- "train_steps_per_second": 0.004,
50
- "train_tokens_per_second": 73.211
51
  },
52
  {
53
- "epoch": 2.0,
54
- "eval_loss": 0.8807690143585205,
55
- "eval_runtime": 28.95,
56
- "eval_samples_per_second": 0.035,
57
- "eval_steps_per_second": 0.035,
58
- "step": 2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  }
60
  ],
61
  "logging_steps": 500,
62
- "max_steps": 2,
63
  "num_input_tokens_seen": 0,
64
- "num_train_epochs": 2,
65
  "save_steps": 500,
66
  "stateful_callbacks": {
67
  "EarlyStoppingCallback": {
@@ -70,7 +100,7 @@
70
  "early_stopping_threshold": 0.0
71
  },
72
  "attributes": {
73
- "early_stopping_patience_counter": 0
74
  }
75
  },
76
  "TrainerControl": {
@@ -84,7 +114,7 @@
84
  "attributes": {}
85
  }
86
  },
87
- "total_flos": 3136747022057472.0,
88
  "train_batch_size": 2,
89
  "trial_name": null,
90
  "trial_params": null
 
1
  {
2
+ "best_global_step": 34,
3
+ "best_metric": 0.9121109843254089,
4
+ "best_model_checkpoint": "j05hr3d/peft-FT-3-Coder-30b-v3/checkpoint-34",
5
+ "epoch": 4.0,
6
  "eval_steps": 500,
7
+ "global_step": 68,
8
  "is_hyper_param_search": false,
9
  "is_local_process_zero": true,
10
  "is_world_process_zero": true,
11
  "log_history": [
12
  {
13
  "epoch": 1.0,
14
+ "grad_norm": 0.23255139589309692,
15
+ "learning_rate": 0.0001230769230769231,
16
+ "loss": 1.2459,
17
+ "step": 17
18
  },
19
  {
20
  "epoch": 1.0,
21
+ "eval_loss": 0.961699366569519,
22
+ "eval_runtime": 422.4574,
23
+ "eval_samples_per_second": 0.066,
24
+ "eval_steps_per_second": 0.033,
25
+ "step": 17
26
  },
27
  {
28
  "epoch": 2.0,
29
+ "grad_norm": 0.23437675833702087,
30
+ "learning_rate": 0.00019996438888035526,
31
+ "loss": 1.0765,
32
+ "step": 34
33
  },
34
  {
35
  "epoch": 2.0,
36
+ "eval_loss": 0.9121109843254089,
37
+ "eval_runtime": 430.4734,
38
+ "eval_samples_per_second": 0.065,
39
  "eval_steps_per_second": 0.033,
40
+ "step": 34
41
  },
42
  {
43
+ "epoch": 3.0,
44
+ "grad_norm": 0.3530833423137665,
45
+ "learning_rate": 0.00019958165482066094,
46
+ "loss": 0.9091,
47
+ "step": 51
 
 
 
48
  },
49
  {
50
+ "epoch": 3.0,
51
+ "eval_loss": 0.9168945550918579,
52
+ "eval_runtime": 427.7165,
53
+ "eval_samples_per_second": 0.065,
54
+ "eval_steps_per_second": 0.033,
55
+ "step": 51
56
+ },
57
+ {
58
+ "epoch": 4.0,
59
+ "grad_norm": 0.28440147638320923,
60
+ "learning_rate": 0.00019878073382401747,
61
+ "loss": 0.7589,
62
+ "step": 68
63
+ },
64
+ {
65
+ "epoch": 4.0,
66
+ "eval_loss": 0.9651843309402466,
67
+ "eval_runtime": 430.4112,
68
+ "eval_samples_per_second": 0.065,
69
+ "eval_steps_per_second": 0.033,
70
+ "step": 68
71
+ },
72
+ {
73
+ "epoch": 4.0,
74
+ "step": 68,
75
+ "total_flos": 8.155542257349427e+17,
76
+ "train_loss": 0.9975923650404986,
77
+ "train_runtime": 31504.9224,
78
+ "train_samples_per_second": 0.413,
79
+ "train_steps_per_second": 0.027,
80
+ "train_tokens_per_second": 3380.297
81
+ },
82
+ {
83
+ "epoch": 4.0,
84
+ "eval_loss": 0.9121109843254089,
85
+ "eval_runtime": 425.4825,
86
+ "eval_samples_per_second": 0.066,
87
+ "eval_steps_per_second": 0.033,
88
+ "step": 68
89
  }
90
  ],
91
  "logging_steps": 500,
92
+ "max_steps": 850,
93
  "num_input_tokens_seen": 0,
94
+ "num_train_epochs": 50,
95
  "save_steps": 500,
96
  "stateful_callbacks": {
97
  "EarlyStoppingCallback": {
 
100
  "early_stopping_threshold": 0.0
101
  },
102
  "attributes": {
103
+ "early_stopping_patience_counter": 2
104
  }
105
  },
106
  "TrainerControl": {
 
114
  "attributes": {}
115
  }
116
  },
117
+ "total_flos": 8.155542257349427e+17,
118
  "train_batch_size": 2,
119
  "trial_name": null,
120
  "trial_params": null