chauhoang commited on
Commit
90f0ae2
·
verified ·
1 Parent(s): 82eaadb

Training in progress, step 3, checkpoint

Browse files
last-checkpoint/adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "gate_proj",
24
- "q_proj",
25
- "v_proj",
26
  "o_proj",
27
- "up_proj",
 
 
28
  "down_proj",
29
- "k_proj"
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
 
23
  "o_proj",
24
+ "q_proj",
25
+ "k_proj",
26
+ "gate_proj",
27
  "down_proj",
28
+ "up_proj",
29
+ "v_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:005c4b1ba0a1c6f022b3b1f7c9a5c439a8e62a590e07ff936a99b410efbd3b71
3
  size 608249904
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a261c336a146b145d7f5266ea1c4e9507e1aade18fa9911075ec040f5f0baebd
3
  size 608249904
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b3facc065bac14415921a3c6e2ddd0198a74a54c5bf87e6f02b4058ae08d46f1
3
  size 43122580
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe450567d18eee2c6567302d0846c1cb483805d9d9177b8d7e407f4a59f4c215
3
  size 43122580
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b7484c1a22d352ce83f5f015e796e9ceb701757f35d7de923c63231cfddeda93
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d52f4c790365904b81e5bc1ca0ff3c1655ec4153c08229cbe7a73da5731820c
3
  size 14244
last-checkpoint/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ae751897b8e87ff08962a91d1d3485984775a96aa89e29a1caac3d6f449228f7
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc78163c347c258a17d5fa38a4e22e79b63c35d2cfce0e026e30c38b9ae55f80
3
  size 1064
last-checkpoint/trainer_state.json CHANGED
@@ -1,27 +1,35 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 0.1111111111111111,
5
- "eval_steps": 1,
6
- "global_step": 1,
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.1111111111111111,
13
- "eval_loss": 1.6721346378326416,
14
- "eval_runtime": 0.3562,
15
- "eval_samples_per_second": 11.228,
16
- "eval_steps_per_second": 5.614,
17
  "step": 1
 
 
 
 
 
 
 
 
18
  }
19
  ],
20
  "logging_steps": 5,
21
- "max_steps": 1,
22
  "num_input_tokens_seen": 0,
23
  "num_train_epochs": 1,
24
- "save_steps": 1,
25
  "stateful_callbacks": {
26
  "TrainerControl": {
27
  "args": {
@@ -29,12 +37,12 @@
29
  "should_evaluate": false,
30
  "should_log": false,
31
  "should_save": true,
32
- "should_training_stop": true
33
  },
34
  "attributes": {}
35
  }
36
  },
37
- "total_flos": 262900618887168.0,
38
  "train_batch_size": 2,
39
  "trial_name": null,
40
  "trial_params": null
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 0.3333333333333333,
5
+ "eval_steps": 2,
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": 0.1111111111111111,
13
+ "eval_loss": 1.5672025680541992,
14
+ "eval_runtime": 0.357,
15
+ "eval_samples_per_second": 11.204,
16
+ "eval_steps_per_second": 5.602,
17
  "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.2222222222222222,
21
+ "eval_loss": 1.5623606443405151,
22
+ "eval_runtime": 0.3589,
23
+ "eval_samples_per_second": 11.146,
24
+ "eval_steps_per_second": 5.573,
25
+ "step": 2
26
  }
27
  ],
28
  "logging_steps": 5,
29
+ "max_steps": 9,
30
  "num_input_tokens_seen": 0,
31
  "num_train_epochs": 1,
32
+ "save_steps": 3,
33
  "stateful_callbacks": {
34
  "TrainerControl": {
35
  "args": {
 
37
  "should_evaluate": false,
38
  "should_log": false,
39
  "should_save": true,
40
+ "should_training_stop": false
41
  },
42
  "attributes": {}
43
  }
44
  },
45
+ "total_flos": 788701856661504.0,
46
  "train_batch_size": 2,
47
  "trial_name": null,
48
  "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:518ada41d7be532dc2ada99b97fabc3eaa774bec604b48644d23ebab09d04ac6
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b01544fc3fb587621705972ed0c544c1c853e12dd1fd269413d7c12758ee68a
3
  size 6776