cwaud commited on
Commit
04f2323
1 Parent(s): 948735a

Training in progress, step 5, checkpoint

Browse files
last-checkpoint/adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "down_proj",
24
  "q_proj",
25
- "o_proj",
26
  "gate_proj",
27
- "v_proj",
28
  "k_proj",
29
- "up_proj"
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "q_proj",
24
+ "down_proj",
25
  "gate_proj",
26
+ "up_proj",
27
  "k_proj",
28
+ "v_proj",
29
+ "o_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:e7aadff02eb8558c9740beadd5a8515e6a692bec62185c57715dc74eb516e3e8
3
  size 1770585648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cbf093472fb7af1bc859b0a382bf27ed46078b5aad5cd80c7eb38bc31473baa
3
  size 1770585648
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6f22fda284fe8c75934d03ac77ff1560b4a2fcc4bc20b3580a6483453cc4bcdf
3
  size 99235764
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13e99c884c8f2ec890eaa1d7c7de288c54598d77362cd8118226eb6ebc0e8762
3
  size 99235764
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bea54d2c350a4b2f8ad7efc6a9086ec6f77e8edbe147b48c2a3617b9ad41af6c
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6a216e76306077697fce369babc722d934631ceab06c507d0d26aa9b1335b22
3
  size 14244
last-checkpoint/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a2972d8cacb091bd0e98bfff54b2e4933301753087ce149a9bf9a205a5e2d795
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cda2d7da3ce8a95be6df505b84eace6ccd5aa18ffc6d1bcc9a79572045c8d78f
3
  size 1064
last-checkpoint/trainer_state.json CHANGED
@@ -1,48 +1,69 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 1.6,
5
- "eval_steps": 1,
6
- "global_step": 2,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
- "epoch": 0.8,
13
- "grad_norm": 11.588508605957031,
14
  "learning_rate": 2e-05,
15
- "loss": 13.3042,
16
  "step": 1
17
  },
18
  {
19
- "epoch": 0.8,
20
- "eval_loss": 11.52426815032959,
21
- "eval_runtime": 0.39,
22
- "eval_samples_per_second": 2.564,
23
- "eval_steps_per_second": 2.564,
24
  "step": 1
25
  },
26
  {
27
- "epoch": 1.6,
28
- "grad_norm": 11.549392700195312,
29
  "learning_rate": 4e-05,
30
- "loss": 13.1934,
31
  "step": 2
32
  },
33
  {
34
- "epoch": 1.6,
35
- "eval_loss": 11.268893241882324,
36
- "eval_runtime": 0.3904,
37
- "eval_samples_per_second": 2.562,
38
- "eval_steps_per_second": 2.562,
39
- "step": 2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  }
41
  ],
42
  "logging_steps": 1,
43
- "max_steps": 2,
44
  "num_input_tokens_seen": 0,
45
- "num_train_epochs": 2,
46
  "save_steps": 5,
47
  "stateful_callbacks": {
48
  "TrainerControl": {
@@ -51,12 +72,12 @@
51
  "should_evaluate": false,
52
  "should_log": false,
53
  "should_save": true,
54
- "should_training_stop": true
55
  },
56
  "attributes": {}
57
  }
58
  },
59
- "total_flos": 1057029158338560.0,
60
  "train_batch_size": 2,
61
  "trial_name": null,
62
  "trial_params": null
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 0.021052631578947368,
5
+ "eval_steps": 3,
6
+ "global_step": 5,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
+ "epoch": 0.004210526315789474,
13
+ "grad_norm": 4.598019123077393,
14
  "learning_rate": 2e-05,
15
+ "loss": 6.9188,
16
  "step": 1
17
  },
18
  {
19
+ "epoch": 0.004210526315789474,
20
+ "eval_loss": 6.859975814819336,
21
+ "eval_runtime": 33.5224,
22
+ "eval_samples_per_second": 2.983,
23
+ "eval_steps_per_second": 1.492,
24
  "step": 1
25
  },
26
  {
27
+ "epoch": 0.008421052631578947,
28
+ "grad_norm": 4.9840407371521,
29
  "learning_rate": 4e-05,
30
+ "loss": 6.9548,
31
  "step": 2
32
  },
33
  {
34
+ "epoch": 0.01263157894736842,
35
+ "grad_norm": 4.931889533996582,
36
+ "learning_rate": 6e-05,
37
+ "loss": 7.0142,
38
+ "step": 3
39
+ },
40
+ {
41
+ "epoch": 0.01263157894736842,
42
+ "eval_loss": 6.778191566467285,
43
+ "eval_runtime": 33.692,
44
+ "eval_samples_per_second": 2.968,
45
+ "eval_steps_per_second": 1.484,
46
+ "step": 3
47
+ },
48
+ {
49
+ "epoch": 0.016842105263157894,
50
+ "grad_norm": 5.493557453155518,
51
+ "learning_rate": 8e-05,
52
+ "loss": 6.6227,
53
+ "step": 4
54
+ },
55
+ {
56
+ "epoch": 0.021052631578947368,
57
+ "grad_norm": 5.254875659942627,
58
+ "learning_rate": 0.0001,
59
+ "loss": 6.3977,
60
+ "step": 5
61
  }
62
  ],
63
  "logging_steps": 1,
64
+ "max_steps": 10,
65
  "num_input_tokens_seen": 0,
66
+ "num_train_epochs": 1,
67
  "save_steps": 5,
68
  "stateful_callbacks": {
69
  "TrainerControl": {
 
72
  "should_evaluate": false,
73
  "should_log": false,
74
  "should_save": true,
75
+ "should_training_stop": false
76
  },
77
  "attributes": {}
78
  }
79
  },
80
+ "total_flos": 2818744422236160.0,
81
  "train_batch_size": 2,
82
  "trial_name": null,
83
  "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:af853a67b3854fa26b67dfae731715dfd1e79725227c471b95b403f47394d08e
3
  size 6136
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3adc47e4c8037ea0a9eac467b0ef0580d17689437606d47d386217d90a1d11ec
3
  size 6136