WangXFng commited on
Commit
17fcd62
·
verified ·
1 Parent(s): 8a3c65e

Model save

Browse files
README.md CHANGED
@@ -41,7 +41,6 @@ The following hyperparameters were used during training:
41
  - total_train_batch_size: 256
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
- - lr_scheduler_warmup_steps: 2
45
  - num_epochs: 4
46
 
47
  ### Training results
 
41
  - total_train_batch_size: 256
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
 
44
  - num_epochs: 4
45
 
46
  ### Training results
adapter_config.json CHANGED
@@ -16,17 +16,17 @@
16
  "megatron_core": "megatron.core",
17
  "modules_to_save": null,
18
  "peft_type": "LORA",
19
- "r": 8,
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "gate_proj",
24
- "k_proj",
25
- "up_proj",
26
  "q_proj",
 
27
  "v_proj",
28
  "down_proj",
29
- "o_proj"
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
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
  "q_proj",
24
+ "up_proj",
25
  "v_proj",
26
  "down_proj",
27
+ "gate_proj",
28
+ "o_proj",
29
+ "k_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:16b728db4f0ae6e7dc0c9b467dc3f7ce7140d6eff3e3ecd7466031c095b13d8d
3
- size 1080767344
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bbc2b4236a166d28985440f9a5fb006ea8fecc10c1208ca13e4582cf325c565
3
+ size 1103312056
trainer_state.json CHANGED
@@ -10,67 +10,67 @@
10
  "log_history": [
11
  {
12
  "epoch": 0.4854368932038835,
13
- "grad_norm": 1.100472092628479,
14
- "learning_rate": 8.794946550048592e-05,
15
- "loss": 0.9267,
16
  "step": 250
17
  },
18
  {
19
  "epoch": 0.970873786407767,
20
- "grad_norm": 0.9649342894554138,
21
- "learning_rate": 7.580174927113704e-05,
22
- "loss": 0.4675,
23
  "step": 500
24
  },
25
  {
26
  "epoch": 1.4563106796116505,
27
- "grad_norm": 0.7847822308540344,
28
- "learning_rate": 6.365403304178815e-05,
29
- "loss": 0.3979,
30
  "step": 750
31
  },
32
  {
33
  "epoch": 1.941747572815534,
34
- "grad_norm": 0.7165718674659729,
35
- "learning_rate": 5.150631681243926e-05,
36
- "loss": 0.3749,
37
  "step": 1000
38
  },
39
  {
40
  "epoch": 2.4271844660194173,
41
- "grad_norm": 0.6947001218795776,
42
- "learning_rate": 3.9358600583090386e-05,
43
- "loss": 0.3641,
44
  "step": 1250
45
  },
46
  {
47
  "epoch": 2.912621359223301,
48
- "grad_norm": 0.6668033599853516,
49
- "learning_rate": 2.72108843537415e-05,
50
- "loss": 0.3589,
51
  "step": 1500
52
  },
53
  {
54
  "epoch": 3.3980582524271843,
55
- "grad_norm": 0.6627563238143921,
56
- "learning_rate": 1.5063168124392615e-05,
57
- "loss": 0.3522,
58
  "step": 1750
59
  },
60
  {
61
  "epoch": 3.883495145631068,
62
- "grad_norm": 0.6149743795394897,
63
- "learning_rate": 2.915451895043732e-06,
64
- "loss": 0.349,
65
  "step": 2000
66
  },
67
  {
68
  "epoch": 4.0,
69
  "step": 2060,
70
- "total_flos": 4.996840775351132e+17,
71
- "train_loss": 0.44594140932397935,
72
- "train_runtime": 7769.6571,
73
- "train_samples_per_second": 67.873,
74
  "train_steps_per_second": 0.265
75
  }
76
  ],
@@ -91,7 +91,7 @@
91
  "attributes": {}
92
  }
93
  },
94
- "total_flos": 4.996840775351132e+17,
95
  "train_batch_size": 16,
96
  "trial_name": null,
97
  "trial_params": null
 
10
  "log_history": [
11
  {
12
  "epoch": 0.4854368932038835,
13
+ "grad_norm": 0.6743159890174866,
14
+ "learning_rate": 8.786407766990292e-05,
15
+ "loss": 0.9212,
16
  "step": 250
17
  },
18
  {
19
  "epoch": 0.970873786407767,
20
+ "grad_norm": 0.7125601768493652,
21
+ "learning_rate": 7.572815533980583e-05,
22
+ "loss": 0.4799,
23
  "step": 500
24
  },
25
  {
26
  "epoch": 1.4563106796116505,
27
+ "grad_norm": 0.6055670380592346,
28
+ "learning_rate": 6.359223300970875e-05,
29
+ "loss": 0.4021,
30
  "step": 750
31
  },
32
  {
33
  "epoch": 1.941747572815534,
34
+ "grad_norm": 0.5459219217300415,
35
+ "learning_rate": 5.145631067961165e-05,
36
+ "loss": 0.3765,
37
  "step": 1000
38
  },
39
  {
40
  "epoch": 2.4271844660194173,
41
+ "grad_norm": 0.5173175930976868,
42
+ "learning_rate": 3.9320388349514564e-05,
43
+ "loss": 0.365,
44
  "step": 1250
45
  },
46
  {
47
  "epoch": 2.912621359223301,
48
+ "grad_norm": 0.5147077441215515,
49
+ "learning_rate": 2.7184466019417475e-05,
50
+ "loss": 0.3597,
51
  "step": 1500
52
  },
53
  {
54
  "epoch": 3.3980582524271843,
55
+ "grad_norm": 0.4768456220626831,
56
+ "learning_rate": 1.5048543689320387e-05,
57
+ "loss": 0.3529,
58
  "step": 1750
59
  },
60
  {
61
  "epoch": 3.883495145631068,
62
+ "grad_norm": 0.4576747715473175,
63
+ "learning_rate": 2.912621359223301e-06,
64
+ "loss": 0.3498,
65
  "step": 2000
66
  },
67
  {
68
  "epoch": 4.0,
69
  "step": 2060,
70
+ "total_flos": 5.02561395295531e+17,
71
+ "train_loss": 0.44787726448577586,
72
+ "train_runtime": 7765.6442,
73
+ "train_samples_per_second": 67.908,
74
  "train_steps_per_second": 0.265
75
  }
76
  ],
 
91
  "attributes": {}
92
  }
93
  },
94
+ "total_flos": 5.02561395295531e+17,
95
  "train_batch_size": 16,
96
  "trial_name": null,
97
  "trial_params": null
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:336c7dd55e42b14613ffcdd4b723c0dd1e62bb1d4d52835fe6220dbf73a73146
3
  size 5240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:006bef7a831664ec1478ce6887302f644555ecc4a4acaefb843072522b533855
3
  size 5240