Training in progress, step 4000, checkpoint
Browse files- checkpoint-4000/README.md +21 -0
- checkpoint-4000/adapter_config.json +21 -0
- checkpoint-4000/adapter_model.bin +3 -0
- checkpoint-4000/optimizer.pt +3 -0
- checkpoint-4000/rng_state.pth +3 -0
- checkpoint-4000/scheduler.pt +3 -0
- checkpoint-4000/trainer_state.json +65 -0
- checkpoint-4000/training_args.bin +3 -0
checkpoint-4000/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-4000/adapter_config.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"auto_mapping": null,
|
3 |
+
"base_model_name_or_path": "codellama/CodeLlama-7b-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-4000/adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1416afb533cdb9bea313fbe833cfa824420e437b1f8be0e3605137c52e99efbc
|
3 |
+
size 16822989
|
checkpoint-4000/optimizer.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7c4a51775f91c01d07ca4ff75da39809ac07548f584ade2adf437070b1cfb381
|
3 |
+
size 8555781
|
checkpoint-4000/rng_state.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d38ea94d916d6a708edda5b4932109c032c629fe58d20ede03c9e89e04e66ea
|
3 |
+
size 14575
|
checkpoint-4000/scheduler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b413f5be0628684a8ce476ae429a38c90617ea01bf11d406907e71afec1a60a6
|
3 |
+
size 627
|
checkpoint-4000/trainer_state.json
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"best_metric": 0.03957173973321915,
|
3 |
+
"best_model_checkpoint": "./text2sql/codellama_instruct_pt_text2sql/checkpoint-4000",
|
4 |
+
"epoch": 0.4455893615539929,
|
5 |
+
"eval_steps": 2000,
|
6 |
+
"global_step": 4000,
|
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.2191,
|
15 |
+
"step": 1
|
16 |
+
},
|
17 |
+
{
|
18 |
+
"epoch": 0.11,
|
19 |
+
"learning_rate": 0.00011139992573338284,
|
20 |
+
"loss": 0.2684,
|
21 |
+
"step": 1000
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"epoch": 0.22,
|
25 |
+
"learning_rate": 0.00022279985146676567,
|
26 |
+
"loss": 0.0693,
|
27 |
+
"step": 2000
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"epoch": 0.22,
|
31 |
+
"eval_loss": 0.05887996032834053,
|
32 |
+
"eval_runtime": 171.127,
|
33 |
+
"eval_samples_per_second": 11.687,
|
34 |
+
"eval_steps_per_second": 1.461,
|
35 |
+
"step": 2000
|
36 |
+
},
|
37 |
+
{
|
38 |
+
"epoch": 0.33,
|
39 |
+
"learning_rate": 0.00029781686301467276,
|
40 |
+
"loss": 0.0565,
|
41 |
+
"step": 3000
|
42 |
+
},
|
43 |
+
{
|
44 |
+
"epoch": 0.45,
|
45 |
+
"learning_rate": 0.0002907056676227274,
|
46 |
+
"loss": 0.047,
|
47 |
+
"step": 4000
|
48 |
+
},
|
49 |
+
{
|
50 |
+
"epoch": 0.45,
|
51 |
+
"eval_loss": 0.03957173973321915,
|
52 |
+
"eval_runtime": 171.3682,
|
53 |
+
"eval_samples_per_second": 11.671,
|
54 |
+
"eval_steps_per_second": 1.459,
|
55 |
+
"step": 4000
|
56 |
+
}
|
57 |
+
],
|
58 |
+
"logging_steps": 1000,
|
59 |
+
"max_steps": 44880,
|
60 |
+
"num_train_epochs": 5,
|
61 |
+
"save_steps": 2000,
|
62 |
+
"total_flos": 1.9453438627102065e+18,
|
63 |
+
"trial_name": null,
|
64 |
+
"trial_params": null
|
65 |
+
}
|
checkpoint-4000/training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c3233085912f12f47eb0b59979d9c767ddd5d0fc4cd96a7ebdcd9b12e9ba2c6
|
3 |
+
size 4219
|