rizkyjun commited on
Commit
2d2064b
1 Parent(s): fb5da19

Training in progress, step 1500, checkpoint

Browse files
last-checkpoint/README.md CHANGED
@@ -216,23 +216,4 @@ The following `bitsandbytes` quantization config was used during training:
216
  ### Framework versions
217
 
218
 
219
- - PEFT 0.7.0.dev0
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.7.0.dev0
 
216
  ### Framework versions
217
 
218
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
219
  - PEFT 0.7.0.dev0
last-checkpoint/adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bda8507d5c5066f31513bff07c4d9f0892568afb4024128f972ec1b6da9b2ac2
3
  size 9444296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:421be7fd313381b65da454dc231e57674859d47159fc30c9c8b08ee7b9712517
3
  size 9444296
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7e53295bee557fed0dcdde3db2f871a7b3f220fc88e63c4cb7d6788ecdf83f57
3
  size 18902665
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe8555c4ba45765dbeb36358ba1d94c94f9ff9649b9c2f01dc17adab00b5102b
3
  size 18902665
last-checkpoint/rng_state.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3e4490c26af2695a2b327922ff3f2cc285daad2f6354ff581e32798a9b8e42b8
3
  size 14575
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84c42f02805f05255b8fcfb4fa3b8e8ef15f6edcb5701c96a5484d4d1911b2fc
3
  size 14575
last-checkpoint/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d1351871b6e069a7a4437616d40b913152ecc2cd046e996fcfeb300a3cf60638
3
  size 627
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d397c26ac1ddd7670b9ddd8b909580a771b707ad5b586b657ad627e8bc4e787f
3
  size 627
last-checkpoint/trainer_state.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
- "best_metric": 2.3074026107788086,
3
- "best_model_checkpoint": "./outputs/checkpoint-1400",
4
- "epoch": 1.0200364298724955,
5
  "eval_steps": 100,
6
- "global_step": 1400,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
@@ -203,13 +203,27 @@
203
  "eval_samples_per_second": 30.619,
204
  "eval_steps_per_second": 3.831,
205
  "step": 1400
 
 
 
 
 
 
 
 
 
 
 
 
 
 
206
  }
207
  ],
208
  "logging_steps": 100,
209
  "max_steps": 4116,
210
  "num_train_epochs": 3,
211
  "save_steps": 100,
212
- "total_flos": 4.091805541361664e+16,
213
  "trial_name": null,
214
  "trial_params": null
215
  }
 
1
  {
2
+ "best_metric": 2.2931342124938965,
3
+ "best_model_checkpoint": "./outputs/checkpoint-1500",
4
+ "epoch": 1.092896174863388,
5
  "eval_steps": 100,
6
+ "global_step": 1500,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
 
203
  "eval_samples_per_second": 30.619,
204
  "eval_steps_per_second": 3.831,
205
  "step": 1400
206
+ },
207
+ {
208
+ "epoch": 1.09,
209
+ "learning_rate": 0.0002,
210
+ "loss": 2.2609,
211
+ "step": 1500
212
+ },
213
+ {
214
+ "epoch": 1.09,
215
+ "eval_loss": 2.2931342124938965,
216
+ "eval_runtime": 205.4253,
217
+ "eval_samples_per_second": 30.542,
218
+ "eval_steps_per_second": 3.821,
219
+ "step": 1500
220
  }
221
  ],
222
  "logging_steps": 100,
223
  "max_steps": 4116,
224
  "num_train_epochs": 3,
225
  "save_steps": 100,
226
+ "total_flos": 4.384226881972224e+16,
227
  "trial_name": null,
228
  "trial_params": null
229
  }