tuanna08go commited on
Commit
14c60e5
·
verified ·
1 Parent(s): 5f26797

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
- "v_proj",
25
- "gate_proj",
26
  "k_proj",
27
- "up_proj",
28
- "q_proj",
29
- "o_proj"
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "up_proj",
24
  "down_proj",
 
 
25
  "k_proj",
26
+ "gate_proj",
27
+ "v_proj",
28
+ "o_proj",
29
+ "q_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:4ada2c5ec5b4371543aed0f7be3aea49c76b93537458e515f9ead502e5d9bcde
3
  size 83945296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0857a619aafb49decf7c0c3aa0b3f44d89ae2a5dacb282a7c2b7261c7ae22945
3
  size 83945296
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9c7e8c01ff764f75e5b4ab876719c0edacd4e6224ab927590da2a0e8d26fc481
3
  size 43122580
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfa06d73bf719b42d30df00e4dbc39b48efb2ba17cb1fc1105d17392096295ca
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:1e2c76845d1a198321567d417f508e36c6488ae79ee6a5814ae3463528c38bff
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dea2ef208c10a86ca9ed2a34e32599c6c0ca9d4389302f15632a19932d3b137
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:2e92960d0ad68073c6e6b116e14520b81f435299a083290ea93ec9fbc07aa45b
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.05904059040590406,
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.05904059040590406,
13
  "eval_loss": 4.401196002960205,
14
- "eval_runtime": 6.1513,
15
- "eval_samples_per_second": 18.533,
16
  "eval_steps_per_second": 2.439,
17
  "step": 1
 
 
 
 
 
 
 
 
18
  }
19
  ],
20
  "logging_steps": 10,
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": 2959302797033472.0,
38
  "train_batch_size": 8,
39
  "trial_name": null,
40
  "trial_params": null
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 0.2952029520295203,
5
+ "eval_steps": 4,
6
+ "global_step": 5,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
 
11
  {
12
  "epoch": 0.05904059040590406,
13
  "eval_loss": 4.401196002960205,
14
+ "eval_runtime": 6.15,
15
+ "eval_samples_per_second": 18.537,
16
  "eval_steps_per_second": 2.439,
17
  "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.23616236162361623,
21
+ "eval_loss": 3.7895731925964355,
22
+ "eval_runtime": 6.1455,
23
+ "eval_samples_per_second": 18.55,
24
+ "eval_steps_per_second": 2.441,
25
+ "step": 4
26
  }
27
  ],
28
  "logging_steps": 10,
29
+ "max_steps": 17,
30
  "num_input_tokens_seen": 0,
31
+ "num_train_epochs": 2,
32
+ "save_steps": 5,
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": 1.479651398516736e+16,
46
  "train_batch_size": 8,
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:ee7cd1877734bd4b9abb4a58b06474130320f0f83a62224820960eedaa2e8bc6
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efac76133d6f1c11f69092f5a4db649e61c286bf3a2a79e238127e4db84af950
3
  size 6776