duyphu commited on
Commit
1a4c389
·
verified ·
1 Parent(s): ef0fe75

Training in progress, step 4, 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
- "up_proj",
25
- "gate_proj",
26
  "k_proj",
 
27
  "o_proj",
 
28
  "v_proj",
29
- "q_proj"
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
 
23
  "k_proj",
24
+ "q_proj",
25
  "o_proj",
26
+ "up_proj",
27
  "v_proj",
28
+ "gate_proj",
29
+ "down_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:645229eafb27805fd22c3547a92261bbf413db0d572d816298e015729ce9ce9c
3
  size 83945296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a1f11dc4ba20dbf66062992b5e16c8148254697644a3dac2a641c0f0bf80ada
3
  size 83945296
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4f64590911fe0f557956d2f40cd287e188a72f884294da5ee6b344114c8b74f5
3
  size 43122580
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d06b1eede5305ad47241c3855f50fe14eddecf8c34d154695cebd0c9227a69be
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:e64dc269c204efc2e9a4c4cbe20de7c7547b2a048bf7e9385229ea63d598fdfd
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:049c306a67a9bf5a5c55385c4c3d8c96f923249cec6471081b080d3935493ea9
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:c7adb031dc938779259a07e684ea318126e92e52b40c256b93ef474d2ac57a5b
3
  size 1064
last-checkpoint/trainer_state.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 0.08,
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,
@@ -11,17 +11,25 @@
11
  {
12
  "epoch": 0.08,
13
  "eval_loss": 5.956454753875732,
14
- "eval_runtime": 0.3949,
15
- "eval_samples_per_second": 15.192,
16
- "eval_steps_per_second": 7.596,
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": 184956424814592.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.32,
5
+ "eval_steps": 3,
6
+ "global_step": 4,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
 
11
  {
12
  "epoch": 0.08,
13
  "eval_loss": 5.956454753875732,
14
+ "eval_runtime": 0.3943,
15
+ "eval_samples_per_second": 15.218,
16
+ "eval_steps_per_second": 7.609,
17
  "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.24,
21
+ "eval_loss": 5.943696975708008,
22
+ "eval_runtime": 0.3931,
23
+ "eval_samples_per_second": 15.261,
24
+ "eval_steps_per_second": 7.631,
25
+ "step": 3
26
  }
27
  ],
28
  "logging_steps": 5,
29
+ "max_steps": 13,
30
  "num_input_tokens_seen": 0,
31
+ "num_train_epochs": 2,
32
+ "save_steps": 4,
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": 739825699258368.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:297454ca16a4093f45d7b2abc53edf3fd8cdb9a2f918bbd04c1dfa2aeb90dfeb
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b8306c44e334f771b56d4eea9b49bd467f2d9cfdfde25ea7cd9410550773854
3
  size 6776