ramdhanfirdaus
commited on
Commit
·
52341af
1
Parent(s):
5eb7835
Training in progress, step 1400, checkpoint
Browse files
last-checkpoint/README.md
CHANGED
@@ -201,6 +201,25 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
201 |
## Training procedure
|
202 |
|
203 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
204 |
### Framework versions
|
205 |
|
206 |
|
|
|
201 |
## Training procedure
|
202 |
|
203 |
|
204 |
+
The following `bitsandbytes` quantization config was used during training:
|
205 |
+
- quant_method: bitsandbytes
|
206 |
+
- load_in_8bit: False
|
207 |
+
- load_in_4bit: True
|
208 |
+
- llm_int8_threshold: 6.0
|
209 |
+
- llm_int8_skip_modules: None
|
210 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
211 |
+
- llm_int8_has_fp16_weight: False
|
212 |
+
- bnb_4bit_quant_type: nf4
|
213 |
+
- bnb_4bit_use_double_quant: True
|
214 |
+
- bnb_4bit_compute_dtype: float16
|
215 |
+
|
216 |
+
### Framework versions
|
217 |
+
|
218 |
+
|
219 |
+
- PEFT 0.6.0.dev0
|
220 |
+
## Training procedure
|
221 |
+
|
222 |
+
|
223 |
### Framework versions
|
224 |
|
225 |
|
last-checkpoint/adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 50349441
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:287cdc0db0836385fc8b23617ba8d112ec3a39080cdfde1f53ea06dc230519e9
|
3 |
size 50349441
|
last-checkpoint/optimizer.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 100691721
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:30baefd8be1f50d37d3bc31310171701a7ad8188fdc9a6584558407320f436dc
|
3 |
size 100691721
|
last-checkpoint/rng_state.pth
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 14575
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:591a9c5e45bb1139399d3039b4c05dd34997d5462b11eb1ca1771e8044f4a6a1
|
3 |
size 14575
|
last-checkpoint/scheduler.pt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 627
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1351871b6e069a7a4437616d40b913152ecc2cd046e996fcfeb300a3cf60638
|
3 |
size 627
|
last-checkpoint/trainer_state.json
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
{
|
2 |
-
"best_metric": 1.
|
3 |
-
"best_model_checkpoint": "./outputs/checkpoint-
|
4 |
-
"epoch":
|
5 |
"eval_steps": 100,
|
6 |
-
"global_step":
|
7 |
"is_hyper_param_search": false,
|
8 |
"is_local_process_zero": true,
|
9 |
"is_world_process_zero": true,
|
@@ -189,13 +189,27 @@
|
|
189 |
"eval_samples_per_second": 21.638,
|
190 |
"eval_steps_per_second": 2.707,
|
191 |
"step": 1300
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
192 |
}
|
193 |
],
|
194 |
"logging_steps": 100,
|
195 |
"max_steps": 4116,
|
196 |
"num_train_epochs": 3,
|
197 |
"save_steps": 100,
|
198 |
-
"total_flos":
|
199 |
"trial_name": null,
|
200 |
"trial_params": null
|
201 |
}
|
|
|
1 |
{
|
2 |
+
"best_metric": 1.5539450645446777,
|
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,
|
|
|
189 |
"eval_samples_per_second": 21.638,
|
190 |
"eval_steps_per_second": 2.707,
|
191 |
"step": 1300
|
192 |
+
},
|
193 |
+
{
|
194 |
+
"epoch": 1.02,
|
195 |
+
"learning_rate": 0.0002,
|
196 |
+
"loss": 1.5538,
|
197 |
+
"step": 1400
|
198 |
+
},
|
199 |
+
{
|
200 |
+
"epoch": 1.02,
|
201 |
+
"eval_loss": 1.5539450645446777,
|
202 |
+
"eval_runtime": 287.8748,
|
203 |
+
"eval_samples_per_second": 21.794,
|
204 |
+
"eval_steps_per_second": 2.727,
|
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": 8.347109656129536e+16,
|
213 |
"trial_name": null,
|
214 |
"trial_params": null
|
215 |
}
|