tmnam20 commited on
Commit
20379ff
·
1 Parent(s): 0ac382c

Training in progress, step 400, checkpoint

Browse files
checkpoint-400/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-400/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-400/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e3086c577bba91efe7a4205e7e957db94250eede3bf184e9ec3d98118007733
3
+ size 26271757
checkpoint-400/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bcb1481a22b8dbfb3f000616906fe175796f01fe36c74556177b01a40555421
3
+ size 13315525
checkpoint-400/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b93750c2e085667ff4452e14e3a0efee52b1c1ec542365d6fe8d095ff754ac3a
3
+ size 14575
checkpoint-400/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0fd386e84f749a432dcea69ed33ac7fa38fb4997eff4d2d1dc66401045d18a3
3
+ size 627
checkpoint-400/trainer_state.json ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.21197938919067383,
3
+ "best_model_checkpoint": "./text2sql/13b-codellama_instruct_pt_text2sql_ckpt8k_ft_spider/checkpoint-300",
4
+ "epoch": 1.4780600461893765,
5
+ "eval_steps": 100,
6
+ "global_step": 400,
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
+ "epoch": 0.92,
59
+ "learning_rate": 4.334121355397952e-05,
60
+ "loss": 0.1569,
61
+ "step": 250
62
+ },
63
+ {
64
+ "epoch": 1.11,
65
+ "learning_rate": 4.1371158392434986e-05,
66
+ "loss": 0.1387,
67
+ "step": 300
68
+ },
69
+ {
70
+ "epoch": 1.11,
71
+ "eval_loss": 0.21197938919067383,
72
+ "eval_runtime": 78.7959,
73
+ "eval_samples_per_second": 13.123,
74
+ "eval_steps_per_second": 3.287,
75
+ "step": 300
76
+ },
77
+ {
78
+ "epoch": 1.29,
79
+ "learning_rate": 3.940110323089047e-05,
80
+ "loss": 0.131,
81
+ "step": 350
82
+ },
83
+ {
84
+ "epoch": 1.48,
85
+ "learning_rate": 3.743104806934594e-05,
86
+ "loss": 0.125,
87
+ "step": 400
88
+ },
89
+ {
90
+ "epoch": 1.48,
91
+ "eval_loss": 0.21536056697368622,
92
+ "eval_runtime": 78.6623,
93
+ "eval_samples_per_second": 13.145,
94
+ "eval_steps_per_second": 3.293,
95
+ "step": 400
96
+ }
97
+ ],
98
+ "logging_steps": 50,
99
+ "max_steps": 1350,
100
+ "num_train_epochs": 5,
101
+ "save_steps": 100,
102
+ "total_flos": 1.9592607420776448e+17,
103
+ "trial_name": null,
104
+ "trial_params": null
105
+ }
checkpoint-400/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54c7450b8be70b53ae3c8f7a3286d772311d477cf479dcc610962c6d0b68bfb8
3
+ size 4283