dimasik87 commited on
Commit
89d4dda
·
verified ·
1 Parent(s): 64222e8

Training in progress, step 4, checkpoint

Browse files
last-checkpoint/adapter_config.json CHANGED
@@ -10,22 +10,22 @@
10
  "layers_pattern": null,
11
  "layers_to_transform": null,
12
  "loftq_config": {},
13
- "lora_alpha": 16,
14
- "lora_dropout": 0.1,
15
  "megatron_config": null,
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
- "k_proj",
24
  "up_proj",
25
- "v_proj",
26
  "down_proj",
27
  "q_proj",
28
- "gate_proj",
 
29
  "o_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
 
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
+ "gate_proj",
24
  "up_proj",
 
25
  "down_proj",
26
  "q_proj",
27
+ "v_proj",
28
+ "k_proj",
29
  "o_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
last-checkpoint/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f09978d4032be96d17ac53467ffdca8f81c03e97f7f717957ca15ff29f09c81a
3
- size 83945296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e0d4550640c26f65dc3d4095aaf17861a63a272705a71fa441198798a5f5f9c
3
+ size 167832240
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:967c568d890ad6e03543b1d3f26f368322e126bc130bbdd9b9a43e0f169d5aa5
3
- size 168149074
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1657c1fbb95227227e5bb764f2408b5c35d1c1cb6bfdade7499f2ec873e276b2
3
+ size 335922386
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:05531349f6e2487143a7251afc8a645033108171aa1d481234785012b46d00ef
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b274d200228065c5ad050511a1f7866a6edb57bdaa953138cf781ba60f5569eb
3
  size 14244
last-checkpoint/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ffd8c58e5d02492554dbaa495f8cf80dff41fabc0e1288cb2fd18a103d402219
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:917587e2c0a52fd7c3d6680e02e388879c84c249a215f319208d6a9951b36ba9
3
  size 1064
last-checkpoint/trainer_state.json CHANGED
@@ -1,16 +1,16 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 0.00027200398939184443,
5
- "eval_steps": 3,
6
- "global_step": 3,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
  "epoch": 9.066799646394814e-05,
13
- "grad_norm": 0.9196107983589172,
14
  "learning_rate": 2e-05,
15
  "loss": 0.9466,
16
  "step": 1
@@ -18,39 +18,46 @@
18
  {
19
  "epoch": 9.066799646394814e-05,
20
  "eval_loss": 1.1514371633529663,
21
- "eval_runtime": 280.9406,
22
- "eval_samples_per_second": 8.265,
23
- "eval_steps_per_second": 8.265,
24
  "step": 1
25
  },
26
  {
27
  "epoch": 0.0001813359929278963,
28
- "grad_norm": 1.2303106784820557,
29
  "learning_rate": 4e-05,
30
  "loss": 1.2689,
31
  "step": 2
32
  },
33
  {
34
  "epoch": 0.00027200398939184443,
35
- "grad_norm": 0.953157901763916,
36
  "learning_rate": 6e-05,
37
- "loss": 0.9876,
38
  "step": 3
39
  },
40
  {
41
- "epoch": 0.00027200398939184443,
42
- "eval_loss": 1.1419087648391724,
43
- "eval_runtime": 281.2312,
44
- "eval_samples_per_second": 8.257,
45
- "eval_steps_per_second": 8.257,
46
- "step": 3
 
 
 
 
 
 
 
47
  }
48
  ],
49
  "logging_steps": 1,
50
- "max_steps": 25,
51
  "num_input_tokens_seen": 0,
52
  "num_train_epochs": 1,
53
- "save_steps": 3,
54
  "stateful_callbacks": {
55
  "TrainerControl": {
56
  "args": {
@@ -63,7 +70,7 @@
63
  "attributes": {}
64
  }
65
  },
66
- "total_flos": 1109757876240384.0,
67
  "train_batch_size": 1,
68
  "trial_name": null,
69
  "trial_params": null
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 0.0003626719858557926,
5
+ "eval_steps": 4,
6
+ "global_step": 4,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
  "epoch": 9.066799646394814e-05,
13
+ "grad_norm": 1.305655837059021,
14
  "learning_rate": 2e-05,
15
  "loss": 0.9466,
16
  "step": 1
 
18
  {
19
  "epoch": 9.066799646394814e-05,
20
  "eval_loss": 1.1514371633529663,
21
+ "eval_runtime": 281.757,
22
+ "eval_samples_per_second": 8.241,
23
+ "eval_steps_per_second": 8.241,
24
  "step": 1
25
  },
26
  {
27
  "epoch": 0.0001813359929278963,
28
+ "grad_norm": 1.7540494203567505,
29
  "learning_rate": 4e-05,
30
  "loss": 1.2689,
31
  "step": 2
32
  },
33
  {
34
  "epoch": 0.00027200398939184443,
35
+ "grad_norm": 1.3806679248809814,
36
  "learning_rate": 6e-05,
37
+ "loss": 0.9866,
38
  "step": 3
39
  },
40
  {
41
+ "epoch": 0.0003626719858557926,
42
+ "grad_norm": 1.6540546417236328,
43
+ "learning_rate": 8e-05,
44
+ "loss": 0.886,
45
+ "step": 4
46
+ },
47
+ {
48
+ "epoch": 0.0003626719858557926,
49
+ "eval_loss": 1.063585877418518,
50
+ "eval_runtime": 281.615,
51
+ "eval_samples_per_second": 8.245,
52
+ "eval_steps_per_second": 8.245,
53
+ "step": 4
54
  }
55
  ],
56
  "logging_steps": 1,
57
+ "max_steps": 50,
58
  "num_input_tokens_seen": 0,
59
  "num_train_epochs": 1,
60
+ "save_steps": 4,
61
  "stateful_callbacks": {
62
  "TrainerControl": {
63
  "args": {
 
70
  "attributes": {}
71
  }
72
  },
73
+ "total_flos": 1483800336924672.0,
74
  "train_batch_size": 1,
75
  "trial_name": null,
76
  "trial_params": null
last-checkpoint/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bf5f0cf90aa3deddbb881f441c0237bff1fd72ac4c2cbf0e67c55438798ba345
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:586972196f15dd32a3d87fb4e0aad2c5279b9a281041e5bf0b54d207daa83d8a
3
  size 6776