tuanna08go commited on
Commit
90e1e75
·
verified ·
1 Parent(s): 400d000

Training in progress, step 1, checkpoint

Browse files
last-checkpoint/adapter_config.json CHANGED
@@ -20,13 +20,13 @@
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
- "o_proj",
24
- "q_proj",
25
  "k_proj",
26
- "v_proj",
27
  "up_proj",
28
  "gate_proj",
29
- "down_proj"
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
 
 
23
  "k_proj",
24
+ "o_proj",
25
  "up_proj",
26
  "gate_proj",
27
+ "down_proj",
28
+ "v_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:3f642c29a19f7001f56d25d8bf26f112769edde5998d20456a4f84a3ccb79c4f
3
  size 36981072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8d78fc55931fef15003b7d72660ecfd805c587c7dceba9fda53c358711d91f0
3
  size 36981072
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:01f99784e18df8208396df45bda7276d5425352018dd42722c685ac1604428ea
3
  size 19859140
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1c840391a21fbb35ce4846a625e1f63917d6d5d754442f8daed3465d346a0e7
3
  size 19859140
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:75cbfa962acc4e0861b80331d9e44e15444ab79b41d6c9d6a45df983b4cd0da0
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb42603c6ea93282cd7b812e4230cfeb74ceecfc7f6b103a7e0220f43cb7ac48
3
  size 14244
last-checkpoint/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9e065525f31fad596045dcb1a608d8ed3886356aa96defc3d15ad81f61b32d3d
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae751897b8e87ff08962a91d1d3485984775a96aa89e29a1caac3d6f449228f7
3
  size 1064
last-checkpoint/trainer_state.json CHANGED
@@ -1,66 +1,27 @@
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
- "epoch": 1.0467289719626167,
5
- "eval_steps": 3,
6
- "global_step": 14,
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.07476635514018691,
13
  "eval_loss": NaN,
14
- "eval_runtime": 3.5261,
15
- "eval_samples_per_second": 25.524,
16
- "eval_steps_per_second": 3.403,
17
  "step": 1
18
- },
19
- {
20
- "epoch": 0.22429906542056074,
21
- "eval_loss": NaN,
22
- "eval_runtime": 2.0479,
23
- "eval_samples_per_second": 43.947,
24
- "eval_steps_per_second": 5.86,
25
- "step": 3
26
- },
27
- {
28
- "epoch": 0.4485981308411215,
29
- "eval_loss": NaN,
30
- "eval_runtime": 2.0416,
31
- "eval_samples_per_second": 44.083,
32
- "eval_steps_per_second": 5.878,
33
- "step": 6
34
- },
35
- {
36
- "epoch": 0.6728971962616822,
37
- "eval_loss": NaN,
38
- "eval_runtime": 2.0573,
39
- "eval_samples_per_second": 43.747,
40
- "eval_steps_per_second": 5.833,
41
- "step": 9
42
- },
43
- {
44
- "epoch": 0.7476635514018691,
45
- "grad_norm": NaN,
46
- "learning_rate": 2.500000000000001e-05,
47
- "loss": 0.0,
48
- "step": 10
49
- },
50
- {
51
- "epoch": 0.897196261682243,
52
- "eval_loss": NaN,
53
- "eval_runtime": 2.0385,
54
- "eval_samples_per_second": 44.15,
55
- "eval_steps_per_second": 5.887,
56
- "step": 12
57
  }
58
  ],
59
- "logging_steps": 10,
60
- "max_steps": 14,
61
  "num_input_tokens_seen": 0,
62
- "num_train_epochs": 2,
63
- "save_steps": 4,
64
  "stateful_callbacks": {
65
  "TrainerControl": {
66
  "args": {
@@ -73,8 +34,8 @@
73
  "attributes": {}
74
  }
75
  },
76
- "total_flos": 7450752489357312.0,
77
- "train_batch_size": 8,
78
  "trial_name": null,
79
  "trial_params": null
80
  }
 
1
  {
2
  "best_metric": null,
3
  "best_model_checkpoint": null,
4
+ "epoch": 0.004678362573099415,
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.004678362573099415,
13
  "eval_loss": NaN,
14
+ "eval_runtime": 4.6074,
15
+ "eval_samples_per_second": 19.534,
16
+ "eval_steps_per_second": 9.767,
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": {
 
34
  "attributes": {}
35
  }
36
  },
37
+ "total_flos": 32429825851392.0,
38
+ "train_batch_size": 2,
39
  "trial_name": null,
40
  "trial_params": null
41
  }
last-checkpoint/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8e007adad79ee80e169a9cb8a199868a5773f153a5d83e19f9c42fdbdd8ce7d8
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4fd832c32d37c277e396a82d9f461949c1b651a2dcb827eadb3718594462d96
3
  size 6776