rizkyjun commited on
Commit
b72c7a9
1 Parent(s): 3c26d6f

Training in progress, step 800, 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:314671661e1779f4be9ba1e37d3f33640c3b7a3109ccde61bcaafc3a09c634f2
3
  size 9444296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56fa8d7be178ee2386ff1c1a4bc67f182a8721dd4331e4bcc991769a3cb39771
3
  size 9444296
last-checkpoint/optimizer.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:557c7d0ebb0408821bdca91acba1bcd71dff8aea26d641f256bf7fee93a2b4da
3
  size 18902665
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf7ce8c645cdcb3a14cbd1a171eb563fe5a6b76f293a0e6b93b3e135be3f44fe
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:db6358da13f324834878bd2b4485e5667664a0d92ed16a7f6a761dd9dea8cc65
3
  size 14575
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cf66005e5e6a4f3553669f4e9894b69e1bc5f9207c5bf2c3d2ce3aab9394607
3
  size 14575
last-checkpoint/scheduler.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:30423cc69a1c7d18caef4643847588d5884db012263cbe7b7224fa4719ca4156
3
  size 627
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de7840bcb72f2f480fd301578d289cdfa174589e831b0d33e5772f3956b6beae
3
  size 627
last-checkpoint/trainer_state.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
- "best_metric": 2.4523911476135254,
3
- "best_model_checkpoint": "./outputs/checkpoint-700",
4
- "epoch": 0.5100182149362478,
5
  "eval_steps": 100,
6
- "global_step": 700,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
@@ -105,13 +105,27 @@
105
  "eval_samples_per_second": 30.338,
106
  "eval_steps_per_second": 3.796,
107
  "step": 700
 
 
 
 
 
 
 
 
 
 
 
 
 
 
108
  }
109
  ],
110
  "logging_steps": 100,
111
  "max_steps": 4116,
112
  "num_train_epochs": 3,
113
  "save_steps": 100,
114
- "total_flos": 2.042513200078848e+16,
115
  "trial_name": null,
116
  "trial_params": null
117
  }
 
1
  {
2
+ "best_metric": 2.4297590255737305,
3
+ "best_model_checkpoint": "./outputs/checkpoint-800",
4
+ "epoch": 0.5828779599271403,
5
  "eval_steps": 100,
6
+ "global_step": 800,
7
  "is_hyper_param_search": false,
8
  "is_local_process_zero": true,
9
  "is_world_process_zero": true,
 
105
  "eval_samples_per_second": 30.338,
106
  "eval_steps_per_second": 3.796,
107
  "step": 700
108
+ },
109
+ {
110
+ "epoch": 0.58,
111
+ "learning_rate": 0.0002,
112
+ "loss": 2.429,
113
+ "step": 800
114
+ },
115
+ {
116
+ "epoch": 0.58,
117
+ "eval_loss": 2.4297590255737305,
118
+ "eval_runtime": 206.8909,
119
+ "eval_samples_per_second": 30.325,
120
+ "eval_steps_per_second": 3.794,
121
+ "step": 800
122
  }
123
  ],
124
  "logging_steps": 100,
125
  "max_steps": 4116,
126
  "num_train_epochs": 3,
127
  "save_steps": 100,
128
+ "total_flos": 2.333865205776384e+16,
129
  "trial_name": null,
130
  "trial_params": null
131
  }