tmnam20 commited on
Commit
5886a8b
1 Parent(s): 2f7b75c

Training in progress, step 500, checkpoint

Browse files
checkpoint-500/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-500/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-500/adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad7708a2747ce9361a6a19d614cf2f8a789016ac9c1040a6983a128caf3597bf
3
+ size 16822989
checkpoint-500/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f0e75e4a45a393a1e590a6cf95a5d1a6b1b89be8617ef06333c6361700ab760
3
+ size 8555781
checkpoint-500/rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05300415ab1c9d5ed3069424316a4446d3455810c1b6392e6597ad110acc77e2
3
+ size 14575
checkpoint-500/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52a5b043e0c4fbe9dc95c92dc03d52e59908d2fabc81f7b2c54ca17d70b4332c
3
+ size 627
checkpoint-500/trainer_state.json ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.23951096832752228,
3
+ "best_model_checkpoint": "./text2sql/codellama_instruct_spider_e10/checkpoint-500",
4
+ "epoch": 1.8475750577367207,
5
+ "eval_steps": 100,
6
+ "global_step": 500,
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": 3.08641975308642e-07,
14
+ "loss": 1.3897,
15
+ "step": 1
16
+ },
17
+ {
18
+ "epoch": 0.18,
19
+ "learning_rate": 1.54320987654321e-05,
20
+ "loss": 1.3449,
21
+ "step": 50
22
+ },
23
+ {
24
+ "epoch": 0.37,
25
+ "learning_rate": 3.08641975308642e-05,
26
+ "loss": 0.822,
27
+ "step": 100
28
+ },
29
+ {
30
+ "epoch": 0.37,
31
+ "eval_loss": 0.5313276648521423,
32
+ "eval_runtime": 34.4984,
33
+ "eval_samples_per_second": 29.972,
34
+ "eval_steps_per_second": 3.768,
35
+ "step": 100
36
+ },
37
+ {
38
+ "epoch": 0.55,
39
+ "learning_rate": 4.62962962962963e-05,
40
+ "loss": 0.4342,
41
+ "step": 150
42
+ },
43
+ {
44
+ "epoch": 0.74,
45
+ "learning_rate": 4.9251379038613084e-05,
46
+ "loss": 0.3014,
47
+ "step": 200
48
+ },
49
+ {
50
+ "epoch": 0.74,
51
+ "eval_loss": 0.2763093411922455,
52
+ "eval_runtime": 34.3952,
53
+ "eval_samples_per_second": 30.062,
54
+ "eval_steps_per_second": 3.78,
55
+ "step": 200
56
+ },
57
+ {
58
+ "epoch": 0.92,
59
+ "learning_rate": 4.826635145784082e-05,
60
+ "loss": 0.2401,
61
+ "step": 250
62
+ },
63
+ {
64
+ "epoch": 1.11,
65
+ "learning_rate": 4.728132387706856e-05,
66
+ "loss": 0.2091,
67
+ "step": 300
68
+ },
69
+ {
70
+ "epoch": 1.11,
71
+ "eval_loss": 0.24685852229595184,
72
+ "eval_runtime": 34.5214,
73
+ "eval_samples_per_second": 29.952,
74
+ "eval_steps_per_second": 3.766,
75
+ "step": 300
76
+ },
77
+ {
78
+ "epoch": 1.29,
79
+ "learning_rate": 4.62962962962963e-05,
80
+ "loss": 0.1837,
81
+ "step": 350
82
+ },
83
+ {
84
+ "epoch": 1.48,
85
+ "learning_rate": 4.5311268715524035e-05,
86
+ "loss": 0.1697,
87
+ "step": 400
88
+ },
89
+ {
90
+ "epoch": 1.48,
91
+ "eval_loss": 0.2400880753993988,
92
+ "eval_runtime": 34.3334,
93
+ "eval_samples_per_second": 30.116,
94
+ "eval_steps_per_second": 3.786,
95
+ "step": 400
96
+ },
97
+ {
98
+ "epoch": 1.66,
99
+ "learning_rate": 4.432624113475177e-05,
100
+ "loss": 0.1589,
101
+ "step": 450
102
+ },
103
+ {
104
+ "epoch": 1.85,
105
+ "learning_rate": 4.334121355397952e-05,
106
+ "loss": 0.1495,
107
+ "step": 500
108
+ },
109
+ {
110
+ "epoch": 1.85,
111
+ "eval_loss": 0.23951096832752228,
112
+ "eval_runtime": 34.3515,
113
+ "eval_samples_per_second": 30.101,
114
+ "eval_steps_per_second": 3.784,
115
+ "step": 500
116
+ }
117
+ ],
118
+ "logging_steps": 50,
119
+ "max_steps": 2700,
120
+ "num_train_epochs": 10,
121
+ "save_steps": 100,
122
+ "total_flos": 1.529928488064123e+17,
123
+ "trial_name": null,
124
+ "trial_params": null
125
+ }
checkpoint-500/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f894492930ff690bb0d1428d042fd66b325480fe96ad5ff777a305a69efec314
3
+ size 4219