Jessiecs commited on
Commit
ad943bd
·
verified ·
1 Parent(s): ebb3b60

Jessiecs/llama-2-7b-a3-1

Browse files
README.md ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ tags:
4
+ - generated_from_trainer
5
+ base_model: meta-llama/Llama-2-7b-chat-hf
6
+ model-index:
7
+ - name: outputs
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # outputs
15
+
16
+ This model is a fine-tuned version of [meta-llama/Llama-2-7b-chat-hf](https://huggingface.co/meta-llama/Llama-2-7b-chat-hf) on an unknown dataset.
17
+
18
+ ## Model description
19
+
20
+ More information needed
21
+
22
+ ## Intended uses & limitations
23
+
24
+ More information needed
25
+
26
+ ## Training and evaluation data
27
+
28
+ More information needed
29
+
30
+ ## Training procedure
31
+
32
+ ### Training hyperparameters
33
+
34
+ The following hyperparameters were used during training:
35
+ - learning_rate: 0.0002
36
+ - train_batch_size: 1
37
+ - eval_batch_size: 8
38
+ - seed: 42
39
+ - gradient_accumulation_steps: 4
40
+ - total_train_batch_size: 4
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - lr_scheduler_warmup_steps: 2
44
+ - training_steps: 20
45
+ - mixed_precision_training: Native AMP
46
+
47
+ ### Training results
48
+
49
+
50
+
51
+ ### Framework versions
52
+
53
+ - PEFT 0.8.2
54
+ - Transformers 4.39.0.dev0
55
+ - Pytorch 2.1.0+cu121
56
+ - Datasets 2.17.1
57
+ - Tokenizers 0.15.2
adapter_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "meta-llama/Llama-2-7b-chat-hf",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "loftq_config": {},
12
+ "lora_alpha": 64,
13
+ "lora_dropout": 0.1,
14
+ "megatron_config": null,
15
+ "megatron_core": "megatron.core",
16
+ "modules_to_save": null,
17
+ "peft_type": "LORA",
18
+ "r": 16,
19
+ "rank_pattern": {},
20
+ "revision": null,
21
+ "target_modules": [
22
+ "base_layer"
23
+ ],
24
+ "task_type": "CAUSAL_LM",
25
+ "use_rslora": false
26
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a4909f8c8f1fb5097329fc4cce6968ca301acdbc38a395c5621235242f73b2d
3
+ size 319941280
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.01,
3
+ "total_flos": 1340174549999616.0,
4
+ "train_loss": 1.5259597092866897,
5
+ "train_runtime": 82.7118,
6
+ "train_samples_per_second": 0.967,
7
+ "train_steps_per_second": 0.242
8
+ }
runs/Feb26_12-36-45_4abf2c950e1d/events.out.tfevents.1708951006.4abf2c950e1d.2583.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a551ac9a67f37f265c2528acdc9420c0278d6e3c3430f04044aa367d7cc4a3bc
3
+ size 5043
runs/Feb26_12-45-13_4abf2c950e1d/events.out.tfevents.1708951513.4abf2c950e1d.2583.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b548109bffb56a39ea4d5e77050d2910265907198de8bdd44760f02fcdeb9c17
3
+ size 9531
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.01,
3
+ "total_flos": 1340174549999616.0,
4
+ "train_loss": 1.5259597092866897,
5
+ "train_runtime": 82.7118,
6
+ "train_samples_per_second": 0.967,
7
+ "train_steps_per_second": 0.242
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.00812842918106076,
5
+ "eval_steps": 500,
6
+ "global_step": 20,
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
+ "grad_norm": 1.7533113956451416,
14
+ "learning_rate": 0.0001,
15
+ "loss": 1.7094,
16
+ "step": 1
17
+ },
18
+ {
19
+ "epoch": 0.0,
20
+ "grad_norm": 1.4007155895233154,
21
+ "learning_rate": 0.0002,
22
+ "loss": 1.2964,
23
+ "step": 2
24
+ },
25
+ {
26
+ "epoch": 0.0,
27
+ "grad_norm": 1.439706563949585,
28
+ "learning_rate": 0.00018888888888888888,
29
+ "loss": 1.5479,
30
+ "step": 3
31
+ },
32
+ {
33
+ "epoch": 0.0,
34
+ "grad_norm": 1.9308393001556396,
35
+ "learning_rate": 0.00017777777777777779,
36
+ "loss": 1.9081,
37
+ "step": 4
38
+ },
39
+ {
40
+ "epoch": 0.0,
41
+ "grad_norm": 1.1223907470703125,
42
+ "learning_rate": 0.0001666666666666667,
43
+ "loss": 1.7825,
44
+ "step": 5
45
+ },
46
+ {
47
+ "epoch": 0.0,
48
+ "grad_norm": 0.7965916395187378,
49
+ "learning_rate": 0.00015555555555555556,
50
+ "loss": 1.0745,
51
+ "step": 6
52
+ },
53
+ {
54
+ "epoch": 0.0,
55
+ "grad_norm": 0.8971462249755859,
56
+ "learning_rate": 0.00014444444444444444,
57
+ "loss": 0.9313,
58
+ "step": 7
59
+ },
60
+ {
61
+ "epoch": 0.0,
62
+ "grad_norm": 1.9314714670181274,
63
+ "learning_rate": 0.00013333333333333334,
64
+ "loss": 1.6707,
65
+ "step": 8
66
+ },
67
+ {
68
+ "epoch": 0.0,
69
+ "grad_norm": 1.2980624437332153,
70
+ "learning_rate": 0.00012222222222222224,
71
+ "loss": 1.8406,
72
+ "step": 9
73
+ },
74
+ {
75
+ "epoch": 0.0,
76
+ "grad_norm": 1.1596261262893677,
77
+ "learning_rate": 0.00011111111111111112,
78
+ "loss": 1.4502,
79
+ "step": 10
80
+ },
81
+ {
82
+ "epoch": 0.0,
83
+ "grad_norm": 0.9083566069602966,
84
+ "learning_rate": 0.0001,
85
+ "loss": 1.3373,
86
+ "step": 11
87
+ },
88
+ {
89
+ "epoch": 0.0,
90
+ "grad_norm": 1.6125576496124268,
91
+ "learning_rate": 8.888888888888889e-05,
92
+ "loss": 1.4743,
93
+ "step": 12
94
+ },
95
+ {
96
+ "epoch": 0.01,
97
+ "grad_norm": 1.1022965908050537,
98
+ "learning_rate": 7.777777777777778e-05,
99
+ "loss": 1.4054,
100
+ "step": 13
101
+ },
102
+ {
103
+ "epoch": 0.01,
104
+ "grad_norm": 1.1945298910140991,
105
+ "learning_rate": 6.666666666666667e-05,
106
+ "loss": 1.8368,
107
+ "step": 14
108
+ },
109
+ {
110
+ "epoch": 0.01,
111
+ "grad_norm": 4.051852226257324,
112
+ "learning_rate": 5.555555555555556e-05,
113
+ "loss": 1.7753,
114
+ "step": 15
115
+ },
116
+ {
117
+ "epoch": 0.01,
118
+ "grad_norm": 1.8756366968154907,
119
+ "learning_rate": 4.4444444444444447e-05,
120
+ "loss": 1.2103,
121
+ "step": 16
122
+ },
123
+ {
124
+ "epoch": 0.01,
125
+ "grad_norm": 1.6548067331314087,
126
+ "learning_rate": 3.3333333333333335e-05,
127
+ "loss": 1.5789,
128
+ "step": 17
129
+ },
130
+ {
131
+ "epoch": 0.01,
132
+ "grad_norm": 1.1712427139282227,
133
+ "learning_rate": 2.2222222222222223e-05,
134
+ "loss": 1.2315,
135
+ "step": 18
136
+ },
137
+ {
138
+ "epoch": 0.01,
139
+ "grad_norm": 1.0134000778198242,
140
+ "learning_rate": 1.1111111111111112e-05,
141
+ "loss": 1.9206,
142
+ "step": 19
143
+ },
144
+ {
145
+ "epoch": 0.01,
146
+ "grad_norm": 1.2952359914779663,
147
+ "learning_rate": 0.0,
148
+ "loss": 1.5372,
149
+ "step": 20
150
+ },
151
+ {
152
+ "epoch": 0.01,
153
+ "step": 20,
154
+ "total_flos": 1340174549999616.0,
155
+ "train_loss": 1.5259597092866897,
156
+ "train_runtime": 82.7118,
157
+ "train_samples_per_second": 0.967,
158
+ "train_steps_per_second": 0.242
159
+ }
160
+ ],
161
+ "logging_steps": 1,
162
+ "max_steps": 20,
163
+ "num_input_tokens_seen": 0,
164
+ "num_train_epochs": 1,
165
+ "save_steps": 500,
166
+ "total_flos": 1340174549999616.0,
167
+ "train_batch_size": 1,
168
+ "trial_name": null,
169
+ "trial_params": null
170
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aadb207f52156693078ce1082726855ac72e416bfa3799f3104b1f08fd2396c2
3
+ size 4920