Training in progress, step 2000, checkpoint
Browse files- checkpoint-2000/README.md +21 -0
- checkpoint-2000/adapter_config.json +21 -0
- checkpoint-2000/adapter_model.bin +3 -0
- checkpoint-2000/optimizer.pt +3 -0
- checkpoint-2000/rng_state.pth +3 -0
- checkpoint-2000/scheduler.pt +3 -0
- checkpoint-2000/trainer_state.json +45 -0
- checkpoint-2000/training_args.bin +3 -0
checkpoint-2000/README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: peft
|
| 3 |
+
---
|
| 4 |
+
## Training procedure
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
The following `bitsandbytes` quantization config was used during training:
|
| 8 |
+
- quant_method: bitsandbytes
|
| 9 |
+
- load_in_8bit: False
|
| 10 |
+
- load_in_4bit: True
|
| 11 |
+
- llm_int8_threshold: 6.0
|
| 12 |
+
- llm_int8_skip_modules: None
|
| 13 |
+
- llm_int8_enable_fp32_cpu_offload: False
|
| 14 |
+
- llm_int8_has_fp16_weight: False
|
| 15 |
+
- bnb_4bit_quant_type: nf4
|
| 16 |
+
- bnb_4bit_use_double_quant: True
|
| 17 |
+
- bnb_4bit_compute_dtype: bfloat16
|
| 18 |
+
### Framework versions
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
- PEFT 0.6.0.dev0
|
checkpoint-2000/adapter_config.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"auto_mapping": null,
|
| 3 |
+
"base_model_name_or_path": "codellama/CodeLlama-13b-Instruct-hf",
|
| 4 |
+
"bias": "lora_only",
|
| 5 |
+
"fan_in_fan_out": false,
|
| 6 |
+
"inference_mode": true,
|
| 7 |
+
"init_lora_weights": true,
|
| 8 |
+
"layers_pattern": null,
|
| 9 |
+
"layers_to_transform": null,
|
| 10 |
+
"lora_alpha": 8,
|
| 11 |
+
"lora_dropout": 0.1,
|
| 12 |
+
"modules_to_save": null,
|
| 13 |
+
"peft_type": "LORA",
|
| 14 |
+
"r": 8,
|
| 15 |
+
"revision": null,
|
| 16 |
+
"target_modules": [
|
| 17 |
+
"q_proj",
|
| 18 |
+
"v_proj"
|
| 19 |
+
],
|
| 20 |
+
"task_type": "CAUSAL_LM"
|
| 21 |
+
}
|
checkpoint-2000/adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e01aa8188c97e7bbc30024e2d4fcebc8ad57ec4f9b90ff14eeea50895cfe9ef
|
| 3 |
+
size 26271757
|
checkpoint-2000/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a6ce14da3aafc55467a2edf0e6ac0d33165e94672d3c894661872962b959efc7
|
| 3 |
+
size 13315525
|
checkpoint-2000/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:788524a1119a8a17f1728a16e946e74e74f378be0a3226056a6981755c258f41
|
| 3 |
+
size 14575
|
checkpoint-2000/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d57c7b6e2aadbc688f35c39784e18acd93afed1e7d81b269504cc0582985bb5b
|
| 3 |
+
size 627
|
checkpoint-2000/trainer_state.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_metric": 0.0608125701546669,
|
| 3 |
+
"best_model_checkpoint": "./text2sql/13b-codellama_instruct_pt_text2sql/checkpoint-2000",
|
| 4 |
+
"epoch": 0.222796231958727,
|
| 5 |
+
"eval_steps": 2000,
|
| 6 |
+
"global_step": 2000,
|
| 7 |
+
"is_hyper_param_search": false,
|
| 8 |
+
"is_local_process_zero": true,
|
| 9 |
+
"is_world_process_zero": true,
|
| 10 |
+
"log_history": [
|
| 11 |
+
{
|
| 12 |
+
"epoch": 0.0,
|
| 13 |
+
"learning_rate": 1.1139992573338283e-07,
|
| 14 |
+
"loss": 1.0897,
|
| 15 |
+
"step": 1
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"epoch": 0.11,
|
| 19 |
+
"learning_rate": 0.00011139992573338284,
|
| 20 |
+
"loss": 0.2546,
|
| 21 |
+
"step": 1000
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"epoch": 0.22,
|
| 25 |
+
"learning_rate": 0.00022279985146676567,
|
| 26 |
+
"loss": 0.0774,
|
| 27 |
+
"step": 2000
|
| 28 |
+
},
|
| 29 |
+
{
|
| 30 |
+
"epoch": 0.22,
|
| 31 |
+
"eval_loss": 0.0608125701546669,
|
| 32 |
+
"eval_runtime": 285.1249,
|
| 33 |
+
"eval_samples_per_second": 7.014,
|
| 34 |
+
"eval_steps_per_second": 1.754,
|
| 35 |
+
"step": 2000
|
| 36 |
+
}
|
| 37 |
+
],
|
| 38 |
+
"logging_steps": 1000,
|
| 39 |
+
"max_steps": 44880,
|
| 40 |
+
"num_train_epochs": 5,
|
| 41 |
+
"save_steps": 2000,
|
| 42 |
+
"total_flos": 1.377366455797678e+18,
|
| 43 |
+
"trial_name": null,
|
| 44 |
+
"trial_params": null
|
| 45 |
+
}
|
checkpoint-2000/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33201abfbae20f70c03a7bfb67a4313a755652d710b3df4d3f98ec89c7682329
|
| 3 |
+
size 4219
|