duyphu commited on
Commit
b254ba6
·
verified ·
1 Parent(s): fb35c91

Training in progress, step 13, checkpoint

Browse files
last-checkpoint/adapter_config.json CHANGED
@@ -22,8 +22,8 @@
22
  "target_modules": [
23
  "dense_h_to_4h",
24
  "dense_4h_to_h",
25
- "dense",
26
- "query_key_value"
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "use_dora": false,
 
22
  "target_modules": [
23
  "dense_h_to_4h",
24
  "dense_4h_to_h",
25
+ "query_key_value",
26
+ "dense"
27
  ],
28
  "task_type": "CAUSAL_LM",
29
  "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:9f923c2edfa5556724b04542b873e39293e33ced2d9281cf7500f0ac53f554ab
3
  size 32856
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03bfd81f246a73e9d29c3402b9b87e7ada9d9235a0d00b09e8a56d073b3bb735
3
  size 32856
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f0509f6372826a6ba603c4e4ef53c5f3c7047ad225a967da2f8a768c9ea26abe
3
  size 71358
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1914d8eae14ba4a0a750378fb43ad8cac1be21bdb1e31ef1b935d0e9fc5ebf68
3
  size 71358
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:77bba18256fafda32f39805d8a79bd94ed0adb267c51253610b58903e54ff6d3
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b77036b953e485790a99d4b25b62dadc9eec6d915d87108a7cb9a6f1bb7e3fc5
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:4395bafb1cf8adc0d9dbfe550d1b98763496e37a8fadb76c1ca1168a4a757f4e
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": 3.933368733651936e-05,
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,39 @@
11
  {
12
  "epoch": 3.933368733651936e-05,
13
  "eval_loss": 11.096795082092285,
14
- "eval_runtime": 46.1958,
15
- "eval_samples_per_second": 231.731,
16
- "eval_steps_per_second": 115.876,
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 +51,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": 747110400.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.0005113379353747517,
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": 3.933368733651936e-05,
13
  "eval_loss": 11.096795082092285,
14
+ "eval_runtime": 46.8316,
15
+ "eval_samples_per_second": 228.585,
16
+ "eval_steps_per_second": 114.303,
17
  "step": 1
18
+ },
19
+ {
20
+ "epoch": 0.00019666843668259682,
21
+ "grad_norm": 1.5377999544143677,
22
+ "learning_rate": 5e-05,
23
+ "loss": 44.3816,
24
+ "step": 5
25
+ },
26
+ {
27
+ "epoch": 0.00039333687336519363,
28
+ "grad_norm": 1.4307451248168945,
29
+ "learning_rate": 0.0001,
30
+ "loss": 44.3909,
31
+ "step": 10
32
+ },
33
+ {
34
+ "epoch": 0.00039333687336519363,
35
+ "eval_loss": 11.09162712097168,
36
+ "eval_runtime": 45.6691,
37
+ "eval_samples_per_second": 234.404,
38
+ "eval_steps_per_second": 117.213,
39
+ "step": 10
40
  }
41
  ],
42
  "logging_steps": 5,
43
+ "max_steps": 50,
44
  "num_input_tokens_seen": 0,
45
  "num_train_epochs": 1,
46
+ "save_steps": 13,
47
  "stateful_callbacks": {
48
  "TrainerControl": {
49
  "args": {
 
51
  "should_evaluate": false,
52
  "should_log": false,
53
  "should_save": true,
54
+ "should_training_stop": false
55
  },
56
  "attributes": {}
57
  }
58
  },
59
+ "total_flos": 9712435200.0,
60
  "train_batch_size": 2,
61
  "trial_name": null,
62
  "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:de74d6e85fd2fb7d255a6b39da8205526dd7db95feb787acba00cc960c24a33c
3
  size 6776
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89f23cbd66e7cd4918356d49d4520fd16bf719f0861b4ca9c9d727c00c2ee906
3
  size 6776