tuanna08go commited on
Commit
fc74bef
·
verified ·
1 Parent(s): e54390b

Training in progress, step 13, checkpoint

Browse files
last-checkpoint/adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "q_proj",
24
  "gate_proj",
25
- "k_proj",
26
- "up_proj",
27
  "o_proj",
28
- "down_proj",
29
- "v_proj"
 
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
23
  "gate_proj",
 
 
24
  "o_proj",
25
+ "v_proj",
26
+ "up_proj",
27
+ "k_proj",
28
+ "q_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:eaf0d929dd0f8e2abf3f72312ab980bf927289a5c74dd138c173731935d5d20c
3
  size 50899792
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c2606fe1d8481601f53d7e2a44ac391784fde273b8fdf73ad578a03a0b8f7f7
3
  size 50899792
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ce84ed89db84f735344f10ac2873771a451bd4efe6bc18676953835cb737b1f
3
  size 26231300
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20e5fbe48ce25bdc6be79fec4ca2effd3d4baec950657c4ccf7efa4afdc0c822
3
  size 26231300
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:dc00d86e6324507dafbd196fc60a31ea771017fd4638a75df6dadc20c1a95ea3
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f7e152463b88a8b211d8bfa23996dbf5534a9998e5bca50d566b37fb32a7418
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:5adea6def46a60dd5782726d51a89bdf0f30226cd791e511d8af09a5644f99e2
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.018285714285714287,
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,32 @@
11
  {
12
  "epoch": 0.018285714285714287,
13
  "eval_loss": 1.6030340194702148,
14
- "eval_runtime": 22.3335,
15
- "eval_samples_per_second": 16.522,
16
- "eval_steps_per_second": 2.104,
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 +44,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": 2624155727953920.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.2377142857142857,
5
+ "eval_steps": 10,
6
+ "global_step": 13,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
 
11
  {
12
  "epoch": 0.018285714285714287,
13
  "eval_loss": 1.6030340194702148,
14
+ "eval_runtime": 22.4221,
15
+ "eval_samples_per_second": 16.457,
16
+ "eval_steps_per_second": 2.096,
17
  "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.18285714285714286,
21
+ "grad_norm": 0.11251654475927353,
22
+ "learning_rate": 9.330127018922194e-05,
23
+ "loss": 1.5836,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.18285714285714286,
28
+ "eval_loss": 1.5457781553268433,
29
+ "eval_runtime": 22.3246,
30
+ "eval_samples_per_second": 16.529,
31
+ "eval_steps_per_second": 2.105,
32
+ "step": 10
33
  }
34
  ],
35
  "logging_steps": 10,
36
+ "max_steps": 50,
37
  "num_input_tokens_seen": 0,
38
  "num_train_epochs": 1,
39
+ "save_steps": 13,
40
  "stateful_callbacks": {
41
  "TrainerControl": {
42
  "args": {
 
44
  "should_evaluate": false,
45
  "should_log": false,
46
  "should_save": true,
47
+ "should_training_stop": false
48
  },
49
  "attributes": {}
50
  }
51
  },
52
+ "total_flos": 3.411402446340096e+16,
53
  "train_batch_size": 8,
54
  "trial_name": null,
55
  "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:5f4e854765d81412e58d86468a2ef6a7780aa73df9f021e14d99e72550f1bd9c
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1763280b24f1f2d5dd983a48e6259d415860c3524f5d5ba0e3f42eb892a630ed
3
  size 6776