English
Chinese
zhaozitian commited on
Commit
c17c675
1 Parent(s): 5624524

Upload 12 files

Browse files
adapter_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "../llama/Llama-2-7b-chat-hf",
4
+ "bias": "none",
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": 16,
11
+ "lora_dropout": 0.05,
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
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5e1621f48d9ad8feb1d6d31050275f0aafd080c5c07153301fe2f48411f4406
3
+ size 443
checkpoint-200/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd16b8c75f3e7e556fd52e53e88f96b9aef80f7e832753ceca3be89a90617ca3
3
+ size 33661637
checkpoint-200/pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a158a696c728dca13dc19f2f6c84bfc9ff5a0ec166d376e6ff855fffaeb350a3
3
+ size 16822989
checkpoint-200/rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f955e8b723c0bd507cf6341f78d0c6a540f3ae53063393f3627678e991209f7
3
+ size 17655
checkpoint-200/rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0000935a5581a79c4dfef1a0fe45c0d4f4c84083d5cefb34d49137f5ad871be
3
+ size 17655
checkpoint-200/rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7d8f164390d97d9fef7e429ddb9d1497a333691c3f2cfc255a75033f4bff2e7
3
+ size 17655
checkpoint-200/rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1119d3ca34e229b81c46cbbdb28bddd801cf2233f24084b80bb71c04bbd9a68
3
+ size 17655
checkpoint-200/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fccf0f9be1bb8f24861e4393745b3e09cc2687125a69e3757955fb0f0925ea5
3
+ size 557
checkpoint-200/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05f69199de0a003a34b84089ccbd585e488c50b86661943d92e30983641d0181
3
+ size 627
checkpoint-200/trainer_state.json ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": 0.8395341634750366,
3
+ "best_model_checkpoint": "../outputs/7b_chat_lora_ar/checkpoint-200",
4
+ "epoch": 0.7662835249042146,
5
+ "global_step": 200,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.04,
12
+ "learning_rate": 2.9999999999999997e-05,
13
+ "loss": 2.0671,
14
+ "step": 10
15
+ },
16
+ {
17
+ "epoch": 0.08,
18
+ "learning_rate": 5.9999999999999995e-05,
19
+ "loss": 1.9822,
20
+ "step": 20
21
+ },
22
+ {
23
+ "epoch": 0.11,
24
+ "learning_rate": 8.999999999999999e-05,
25
+ "loss": 1.731,
26
+ "step": 30
27
+ },
28
+ {
29
+ "epoch": 0.15,
30
+ "learning_rate": 0.00011999999999999999,
31
+ "loss": 1.439,
32
+ "step": 40
33
+ },
34
+ {
35
+ "epoch": 0.19,
36
+ "learning_rate": 0.00015,
37
+ "loss": 1.2119,
38
+ "step": 50
39
+ },
40
+ {
41
+ "epoch": 0.23,
42
+ "learning_rate": 0.00017999999999999998,
43
+ "loss": 1.0864,
44
+ "step": 60
45
+ },
46
+ {
47
+ "epoch": 0.27,
48
+ "learning_rate": 0.00020999999999999998,
49
+ "loss": 1.0386,
50
+ "step": 70
51
+ },
52
+ {
53
+ "epoch": 0.31,
54
+ "learning_rate": 0.00023999999999999998,
55
+ "loss": 0.9894,
56
+ "step": 80
57
+ },
58
+ {
59
+ "epoch": 0.34,
60
+ "learning_rate": 0.00027,
61
+ "loss": 0.9454,
62
+ "step": 90
63
+ },
64
+ {
65
+ "epoch": 0.38,
66
+ "learning_rate": 0.0003,
67
+ "loss": 0.9238,
68
+ "step": 100
69
+ },
70
+ {
71
+ "epoch": 0.42,
72
+ "learning_rate": 0.00028136645962732916,
73
+ "loss": 0.9011,
74
+ "step": 110
75
+ },
76
+ {
77
+ "epoch": 0.46,
78
+ "learning_rate": 0.00026273291925465835,
79
+ "loss": 0.8916,
80
+ "step": 120
81
+ },
82
+ {
83
+ "epoch": 0.5,
84
+ "learning_rate": 0.00024409937888198756,
85
+ "loss": 0.8839,
86
+ "step": 130
87
+ },
88
+ {
89
+ "epoch": 0.54,
90
+ "learning_rate": 0.00022546583850931675,
91
+ "loss": 0.8757,
92
+ "step": 140
93
+ },
94
+ {
95
+ "epoch": 0.57,
96
+ "learning_rate": 0.00020683229813664593,
97
+ "loss": 0.8617,
98
+ "step": 150
99
+ },
100
+ {
101
+ "epoch": 0.61,
102
+ "learning_rate": 0.00018819875776397512,
103
+ "loss": 0.8598,
104
+ "step": 160
105
+ },
106
+ {
107
+ "epoch": 0.65,
108
+ "learning_rate": 0.00016956521739130433,
109
+ "loss": 0.8515,
110
+ "step": 170
111
+ },
112
+ {
113
+ "epoch": 0.69,
114
+ "learning_rate": 0.00015093167701863352,
115
+ "loss": 0.8523,
116
+ "step": 180
117
+ },
118
+ {
119
+ "epoch": 0.73,
120
+ "learning_rate": 0.00013229813664596273,
121
+ "loss": 0.8419,
122
+ "step": 190
123
+ },
124
+ {
125
+ "epoch": 0.77,
126
+ "learning_rate": 0.00011366459627329192,
127
+ "loss": 0.8356,
128
+ "step": 200
129
+ },
130
+ {
131
+ "epoch": 0.77,
132
+ "eval_loss": 0.8395341634750366,
133
+ "eval_runtime": 25.8353,
134
+ "eval_samples_per_second": 77.414,
135
+ "eval_steps_per_second": 2.439,
136
+ "step": 200
137
+ }
138
+ ],
139
+ "max_steps": 261,
140
+ "num_train_epochs": 1,
141
+ "total_flos": 3.8996439031873536e+17,
142
+ "trial_name": null,
143
+ "trial_params": null
144
+ }
checkpoint-200/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b59afc2078ace1c05c9d410a43914619b81cbef0604edd7582771c3c08d4d5bc
3
+ size 3899