willtensora commited on
Commit
4f3a934
·
verified ·
1 Parent(s): d777e6f

Training in progress, epoch 0, checkpoint

Browse files
last-checkpoint/adapter_config.json CHANGED
@@ -10,23 +10,23 @@
10
  "layers_pattern": null,
11
  "layers_to_transform": null,
12
  "loftq_config": {},
13
- "lora_alpha": 16,
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": 8,
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "o_proj",
24
  "gate_proj",
25
  "q_proj",
26
- "up_proj",
27
  "v_proj",
 
28
  "k_proj",
29
- "down_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
10
  "layers_pattern": null,
11
  "layers_to_transform": null,
12
  "loftq_config": {},
13
+ "lora_alpha": 8,
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": 4,
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "gate_proj",
24
  "q_proj",
25
+ "down_proj",
26
  "v_proj",
27
+ "o_proj",
28
  "k_proj",
29
+ "up_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
last-checkpoint/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b533b7117bc0e3c81f20822c894195616054d12b9a0cdcfb40e420186d215d2a
3
- size 14696
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d88b1e51271dd31989fdcb683c1f1b908065dbdaece123315139618413ff168
3
+ size 9048
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6f42ed2f7db2eb0efb886fd0c06f7bbded3dbda320f1d1b8a30c808868f264a9
3
- size 39398
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a22ece71d8000ff8dfbaa944694fb3173f5083ccc053d6dc045708f8cc7d2754
3
+ size 28134
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e3e7f581cbfcc9ee011f6906f74fe1cae71cebb72a9de5faedb960a4a724a10b
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89dbad7a5f4eb47d4580585d91b020d1a7f5dc2fd4d54175561c1eb48d2175e4
3
  size 14244
last-checkpoint/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ebe0540ed6e94d693724d0fd61916b0efd9dc6adbac83c0b0a2d35823214a0a5
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6da16eefab22daee3fb0999c7651be192feb36b73810bf419e9165c7023ec02
3
  size 1064
last-checkpoint/trainer_state.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 6.727664155005382e-05,
5
  "eval_steps": 500,
6
  "global_step": 1,
7
  "is_hyper_param_search": false,
@@ -9,18 +9,18 @@
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
- "epoch": 6.727664155005382e-05,
13
- "grad_norm": 0.1577831506729126,
14
- "learning_rate": 0.0001,
15
- "loss": 11.9692,
16
  "step": 1
17
  },
18
  {
19
- "epoch": 6.727664155005382e-05,
20
- "eval_loss": 11.932138442993164,
21
- "eval_runtime": 0.7745,
22
- "eval_samples_per_second": 194.959,
23
- "eval_steps_per_second": 194.959,
24
  "step": 1
25
  }
26
  ],
@@ -41,8 +41,8 @@
41
  "attributes": {}
42
  }
43
  },
44
- "total_flos": 3692544.0,
45
- "train_batch_size": 1,
46
  "trial_name": null,
47
  "trial_params": null
48
  }
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 0.0002666666666666667,
5
  "eval_steps": 500,
6
  "global_step": 1,
7
  "is_hyper_param_search": false,
 
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
+ "epoch": 0.0002666666666666667,
13
+ "grad_norm": 0.013278936967253685,
14
+ "learning_rate": 0.0,
15
+ "loss": 11.9308,
16
  "step": 1
17
  },
18
  {
19
+ "epoch": 0.0002666666666666667,
20
+ "eval_loss": 11.933883666992188,
21
+ "eval_runtime": 0.0604,
22
+ "eval_samples_per_second": 265.052,
23
+ "eval_steps_per_second": 66.263,
24
  "step": 1
25
  }
26
  ],
 
41
  "attributes": {}
42
  }
43
  },
44
+ "total_flos": 10444800.0,
45
+ "train_batch_size": 4,
46
  "trial_name": null,
47
  "trial_params": null
48
  }
last-checkpoint/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:746519a0d96e6801b9e01fd3392d353e8f9467d5d8a337d4d558559fbbc2a9f0
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c263e05fe207b407c6cd11bb652d63a63732b2d1b47dcaa717b61ddd3b2908e5
3
  size 6776