duyvt6663 commited on
Commit
1892e94
1 Parent(s): 918fdb1

Training in progress, step 50, checkpoint

Browse files
checkpoint-50/README.md CHANGED
@@ -216,23 +216,4 @@ The following `bitsandbytes` quantization config was used during training:
216
  ### Framework versions
217
 
218
 
219
- - PEFT 0.6.0
220
- ## Training procedure
221
-
222
-
223
- The following `bitsandbytes` quantization config was used during training:
224
- - quant_method: bitsandbytes
225
- - load_in_8bit: True
226
- - load_in_4bit: False
227
- - llm_int8_threshold: 6.0
228
- - llm_int8_skip_modules: None
229
- - llm_int8_enable_fp32_cpu_offload: False
230
- - llm_int8_has_fp16_weight: False
231
- - bnb_4bit_quant_type: fp4
232
- - bnb_4bit_use_double_quant: False
233
- - bnb_4bit_compute_dtype: float32
234
-
235
- ### Framework versions
236
-
237
-
238
  - PEFT 0.6.0
 
216
  ### Framework versions
217
 
218
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
219
  - PEFT 0.6.0
checkpoint-50/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4166664b368ce4cd6e33f9c9e5988f4cd0f67acb476bfaf70382c8384056788a
3
  size 19690328
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b18bddea3393e2c36e7792c11a181c1109d4ad2e0dc3c12f2a473b7c3b1bda9
3
  size 19690328
checkpoint-50/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b45841b33a84da2a1b486d9551765151b191da5b910c16259aacd2114b08f224
3
  size 38087098
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:683100401d1d170b7e951c495ee126773e47c993a54b3e4533f95a562aa15deb
3
  size 38087098
checkpoint-50/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f197d949afeca5f73d2f9c4e8008213842dfb0a96b35f9276fd815dc3b955de7
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8a9d78310659bc91e8466ed6f6b24b5d5c93728931c321499a58eecfcf00f1b
3
  size 14244
checkpoint-50/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:609839f04f1b0fbf1991d0fad32a3ffd669d0403ec0a02950e111710295f6725
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3edbdbe5702101dc9e07140e67378112cf5e69efff3173e946a6c6a3d43c33f
3
  size 1064
checkpoint-50/trainer_state.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "best_metric": 6.581231117248535,
3
  "best_model_checkpoint": "output/checkpoint-50",
4
- "epoch": 0.2552648372686662,
5
  "eval_steps": 50,
6
  "global_step": 50,
7
  "is_hyper_param_search": false,
@@ -9,32 +9,32 @@
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
- "epoch": 0.01,
13
- "learning_rate": 2.777777777777778e-07,
14
- "loss": 9.5569,
15
  "step": 1
16
  },
17
  {
18
- "epoch": 0.26,
19
- "learning_rate": 1.25e-05,
20
- "loss": 6.958,
21
  "step": 50
22
  },
23
  {
24
- "epoch": 0.26,
25
- "eval_accuracy": 0.42857142857142855,
26
- "eval_loss": 6.581231117248535,
27
- "eval_runtime": 28.2966,
28
- "eval_samples_per_second": 6.184,
29
- "eval_steps_per_second": 1.555,
30
  "step": 50
31
  }
32
  ],
33
  "logging_steps": 50,
34
- "max_steps": 1000,
35
- "num_train_epochs": 6,
36
  "save_steps": 50,
37
- "total_flos": 1.854149272129536e+16,
38
  "trial_name": null,
39
  "trial_params": null
40
  }
 
1
  {
2
+ "best_metric": 0.6264824271202087,
3
  "best_model_checkpoint": "output/checkpoint-50",
4
+ "epoch": 0.040108292389451516,
5
  "eval_steps": 50,
6
  "global_step": 50,
7
  "is_hyper_param_search": false,
 
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
+ "epoch": 0.0,
13
+ "learning_rate": 0.0,
14
+ "loss": 1.6453,
15
  "step": 1
16
  },
17
  {
18
+ "epoch": 0.04,
19
+ "learning_rate": 9.777777777777779e-06,
20
+ "loss": 1.3216,
21
  "step": 50
22
  },
23
  {
24
+ "epoch": 0.04,
25
+ "eval_accuracy": 0.8057142857142857,
26
+ "eval_loss": 0.6264824271202087,
27
+ "eval_runtime": 28.8159,
28
+ "eval_samples_per_second": 6.073,
29
+ "eval_steps_per_second": 1.527,
30
  "step": 50
31
  }
32
  ],
33
  "logging_steps": 50,
34
+ "max_steps": 1246,
35
+ "num_train_epochs": 1,
36
  "save_steps": 50,
37
+ "total_flos": 1.843789564379136e+16,
38
  "trial_name": null,
39
  "trial_params": null
40
  }
checkpoint-50/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5a0ef36d7c31265f68a3edc8ae53ce9272dcc90a79f261e29a2a46e040c77a33
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b7c1677f66b49d74d914a320393e2fa29530a9670d5824a30beac9590468d16
3
  size 4600