tmnam20 commited on
Commit
576d1a9
·
1 Parent(s): d373dc3

Training in progress, step 200, checkpoint

Browse files
checkpoint-200/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-200/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-200/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c7f9d8ae7a97c0a5a564f533a42bfd9e12ddb88efd9260b52a64afb9950dd2b
3
+ size 26271757
checkpoint-200/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:919cc262feafde8fd4c3d42a1cf18581ba008588d1bcf0d3f8a108e97505bca8
3
+ size 13315397
checkpoint-200/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:688f4d8b6faa2ea1f9ac64f42910f8e548a1c92dfc4e7ee36907cf7d530f2eed
3
+ size 14575
checkpoint-200/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b702c68f97dbdd750e12a7726fa611f030c9ab2ac9ad5bc08b718ddcdcebbac5
3
+ size 627
checkpoint-200/trainer_state.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.21567295491695404,
3
+ "best_model_checkpoint": "./text2sql/13b-codellama_instruct_pt_text2sql_ckpt8k_ft_spider/checkpoint-200",
4
+ "epoch": 0.7390300230946882,
5
+ "eval_steps": 100,
6
+ "global_step": 200,
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": 6.17283950617284e-07,
14
+ "loss": 0.5755,
15
+ "step": 1
16
+ },
17
+ {
18
+ "epoch": 0.18,
19
+ "learning_rate": 3.08641975308642e-05,
20
+ "loss": 0.4793,
21
+ "step": 50
22
+ },
23
+ {
24
+ "epoch": 0.37,
25
+ "learning_rate": 4.9251379038613084e-05,
26
+ "loss": 0.2673,
27
+ "step": 100
28
+ },
29
+ {
30
+ "epoch": 0.37,
31
+ "eval_loss": 0.25259310007095337,
32
+ "eval_runtime": 78.7093,
33
+ "eval_samples_per_second": 13.137,
34
+ "eval_steps_per_second": 3.291,
35
+ "step": 100
36
+ },
37
+ {
38
+ "epoch": 0.55,
39
+ "learning_rate": 4.728132387706856e-05,
40
+ "loss": 0.2062,
41
+ "step": 150
42
+ },
43
+ {
44
+ "epoch": 0.74,
45
+ "learning_rate": 4.5311268715524035e-05,
46
+ "loss": 0.1763,
47
+ "step": 200
48
+ },
49
+ {
50
+ "epoch": 0.74,
51
+ "eval_loss": 0.21567295491695404,
52
+ "eval_runtime": 78.7696,
53
+ "eval_samples_per_second": 13.127,
54
+ "eval_steps_per_second": 3.288,
55
+ "step": 200
56
+ }
57
+ ],
58
+ "logging_steps": 50,
59
+ "max_steps": 1350,
60
+ "num_train_epochs": 5,
61
+ "save_steps": 100,
62
+ "total_flos": 9.780480624771072e+16,
63
+ "trial_name": null,
64
+ "trial_params": null
65
+ }
checkpoint-200/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54c7450b8be70b53ae3c8f7a3286d772311d477cf479dcc610962c6d0b68bfb8
3
+ size 4283