duyvt6663 commited on
Commit
9ae3149
1 Parent(s): 0f7c983

Training in progress, step 150, checkpoint

Browse files
checkpoint-150/README.md CHANGED
@@ -216,4 +216,23 @@ The following `bitsandbytes` quantization config was used during training:
216
  ### Framework versions
217
 
218
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
219
  - PEFT 0.6.0
 
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
checkpoint-150/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:74219a40b2a483f29b2465150aee10b8960fec218f3d348ddeac47e82e2c4b03
3
  size 19690328
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c94f15ff2c42b45f0b98828b350fac0c17f29fb4e9dda241d7200e9e0cddc01
3
  size 19690328
checkpoint-150/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:43bb8da1a1d887a7c5534d9c0b1a6d2db9b04d4703693bd053f07a6f8d7d66b0
3
  size 38087098
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1cab13a86e8437b1373cd19d8ccc2d83d318ef0664e9eb6207879bb5cda4d65
3
  size 38087098
checkpoint-150/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e9d1ae2cf1bf15efc09451f1cba487634dc50fa186aa8156fca93af0393295a8
3
  size 14244
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7316f315e15d9f459afc4545b937fa78d98d84c01e3954b02e2f03060f7bb97c
3
  size 14244
checkpoint-150/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4ea969f99dfb78c951cacb5a375348af305c0ed94ae738a641b514e80ad1fd2b
3
  size 1064
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3babfedf2934ed05b943394d6fd07186959f49c5b3ea9a3f628bda5f318fdf7a
3
  size 1064
checkpoint-150/trainer_state.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "best_metric": 0.4239814877510071,
3
- "best_model_checkpoint": "output/checkpoint-50",
4
- "epoch": 2.1660649819494586,
5
  "eval_steps": 50,
6
  "global_step": 150,
7
  "is_hyper_param_search": false,
@@ -9,62 +9,62 @@
9
  "is_world_process_zero": true,
10
  "log_history": [
11
  {
12
- "epoch": 0.01,
13
  "learning_rate": 0.0,
14
- "loss": 0.3991,
15
  "step": 1
16
  },
17
  {
18
- "epoch": 0.72,
19
- "learning_rate": 1.8902439024390243e-05,
20
- "loss": 0.3172,
21
  "step": 50
22
  },
23
  {
24
- "epoch": 0.72,
25
- "eval_accuracy": 0.84,
26
- "eval_loss": 0.4239814877510071,
27
- "eval_runtime": 28.6347,
28
- "eval_samples_per_second": 6.111,
29
- "eval_steps_per_second": 1.537,
30
  "step": 50
31
  },
32
  {
33
- "epoch": 1.44,
34
- "learning_rate": 1.2804878048780488e-05,
35
- "loss": 0.1954,
36
  "step": 100
37
  },
38
  {
39
- "epoch": 1.44,
40
- "eval_accuracy": 0.8514285714285714,
41
- "eval_loss": 0.5004297494888306,
42
- "eval_runtime": 28.6111,
43
- "eval_samples_per_second": 6.117,
44
- "eval_steps_per_second": 1.538,
45
  "step": 100
46
  },
47
  {
48
- "epoch": 2.17,
49
- "learning_rate": 6.707317073170733e-06,
50
- "loss": 0.1457,
51
  "step": 150
52
  },
53
  {
54
- "epoch": 2.17,
55
- "eval_accuracy": 0.8628571428571429,
56
- "eval_loss": 0.5306527614593506,
57
- "eval_runtime": 28.6321,
58
- "eval_samples_per_second": 6.112,
59
- "eval_steps_per_second": 1.537,
60
  "step": 150
61
  }
62
  ],
63
  "logging_steps": 50,
64
- "max_steps": 200,
65
  "num_train_epochs": 3,
66
  "save_steps": 50,
67
- "total_flos": 5.719603163824128e+16,
68
  "trial_name": null,
69
  "trial_params": null
70
  }
 
1
  {
2
+ "best_metric": 0.4308854341506958,
3
+ "best_model_checkpoint": "output/checkpoint-100",
4
+ "epoch": 0.40609137055837563,
5
  "eval_steps": 50,
6
  "global_step": 150,
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": 0.9268,
15
  "step": 1
16
  },
17
  {
18
+ "epoch": 0.14,
19
+ "learning_rate": 6.111111111111112e-06,
20
+ "loss": 0.5897,
21
  "step": 50
22
  },
23
  {
24
+ "epoch": 0.14,
25
+ "eval_accuracy": 0.8628571428571429,
26
+ "eval_loss": 0.4395545721054077,
27
+ "eval_runtime": 26.2003,
28
+ "eval_samples_per_second": 6.679,
29
+ "eval_steps_per_second": 1.679,
30
  "step": 50
31
  },
32
  {
33
+ "epoch": 0.27,
34
+ "learning_rate": 1.3055555555555557e-05,
35
+ "loss": 0.4516,
36
  "step": 100
37
  },
38
  {
39
+ "epoch": 0.27,
40
+ "eval_accuracy": 0.8457142857142858,
41
+ "eval_loss": 0.4308854341506958,
42
+ "eval_runtime": 28.5089,
43
+ "eval_samples_per_second": 6.138,
44
+ "eval_steps_per_second": 1.543,
45
  "step": 100
46
  },
47
  {
48
+ "epoch": 0.41,
49
+ "learning_rate": 2e-05,
50
+ "loss": 0.4086,
51
  "step": 150
52
  },
53
  {
54
+ "epoch": 0.41,
55
+ "eval_accuracy": 0.8114285714285714,
56
+ "eval_loss": 0.45158952474594116,
57
+ "eval_runtime": 28.4711,
58
+ "eval_samples_per_second": 6.147,
59
+ "eval_steps_per_second": 1.545,
60
  "step": 150
61
  }
62
  ],
63
  "logging_steps": 50,
64
+ "max_steps": 800,
65
  "num_train_epochs": 3,
66
  "save_steps": 50,
67
+ "total_flos": 5.573993923547136e+16,
68
  "trial_name": null,
69
  "trial_params": null
70
  }
checkpoint-150/training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d6e1226be91d4f2bcdcde81b49645b5882b397e67c3f85a88d2c0a49245bf8c5
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eab90039203ebde7fc5537527df9e43bcc8971062162dee256a3fd06a20fcd44
3
  size 4600