RayDu0010 commited on
Commit
534c2ed
·
verified ·
1 Parent(s): 8c8ffa4

Upload folder using huggingface_hub

Browse files
3_128_e3_3e-5/README.md ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: ibm-granite/granite-3.3-8b-base
5
+ tags:
6
+ - alignment-handbook
7
+ - generated_from_trainer
8
+ datasets:
9
+ - data/knowledge_lora_training_data_2000
10
+ model-index:
11
+ - name: 3_128_e3_3e-5
12
+ results: []
13
+ ---
14
+
15
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
16
+ should probably proofread and complete it, then remove this comment. -->
17
+
18
+ # 3_128_e3_3e-5
19
+
20
+ This model is a fine-tuned version of [ibm-granite/granite-3.3-8b-base](https://huggingface.co/ibm-granite/granite-3.3-8b-base) on the data/knowledge_lora_training_data_2000 dataset.
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 3e-05
40
+ - train_batch_size: 2
41
+ - eval_batch_size: 8
42
+ - seed: 42
43
+ - distributed_type: multi-GPU
44
+ - num_devices: 8
45
+ - gradient_accumulation_steps: 2
46
+ - total_train_batch_size: 32
47
+ - total_eval_batch_size: 64
48
+ - optimizer: Use adamw_torch with betas=(0.9,0.95) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
49
+ - lr_scheduler_type: cosine
50
+ - lr_scheduler_warmup_ratio: 0.05
51
+ - num_epochs: 3.0
52
+
53
+ ### Training results
54
+
55
+
56
+
57
+ ### Framework versions
58
+
59
+ - PEFT 0.15.2
60
+ - Transformers 4.52.4
61
+ - Pytorch 2.7.0+cu126
62
+ - Datasets 3.6.0
63
+ - Tokenizers 0.21.2
3_128_e3_3e-5/adapter_config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "ibm-granite/granite-3.3-8b-base",
5
+ "bias": "none",
6
+ "corda_config": null,
7
+ "eva_config": null,
8
+ "exclude_modules": null,
9
+ "fan_in_fan_out": false,
10
+ "inference_mode": true,
11
+ "init_lora_weights": true,
12
+ "layer_replication": null,
13
+ "layers_pattern": null,
14
+ "layers_to_transform": null,
15
+ "loftq_config": {},
16
+ "lora_alpha": 256,
17
+ "lora_bias": false,
18
+ "lora_dropout": 0.05,
19
+ "megatron_config": null,
20
+ "megatron_core": "megatron.core",
21
+ "modules_to_save": null,
22
+ "peft_type": "LORA",
23
+ "r": 128,
24
+ "rank_pattern": {},
25
+ "revision": null,
26
+ "target_modules": [
27
+ "k_proj",
28
+ "gate_proj",
29
+ "v_proj",
30
+ "down_proj",
31
+ "q_proj",
32
+ "up_proj",
33
+ "o_proj"
34
+ ],
35
+ "task_type": "CAUSAL_LM",
36
+ "trainable_token_indices": null,
37
+ "use_dora": false,
38
+ "use_rslora": false
39
+ }
3_128_e3_3e-5/adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93d7301244b4ca3da038d557016ee0822f07a3ac42de9f49d9ce63c3ec16404b
3
+ size 791751704
3_128_e3_3e-5/all_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 7.693380967339131e+17,
4
+ "train_loss": 0.5774282969481556,
5
+ "train_runtime": 365.6726,
6
+ "train_samples": 5988,
7
+ "train_samples_per_second": 49.126,
8
+ "train_steps_per_second": 1.542
9
+ }
3_128_e3_3e-5/config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "GraniteForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0,
7
+ "attention_multiplier": 0.0078125,
8
+ "bos_token_id": 0,
9
+ "embedding_multiplier": 12.0,
10
+ "eos_token_id": 0,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 4096,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 12800,
15
+ "logits_scaling": 16.0,
16
+ "max_position_embeddings": 131072,
17
+ "mlp_bias": false,
18
+ "model_type": "granite",
19
+ "num_attention_heads": 32,
20
+ "num_hidden_layers": 40,
21
+ "num_key_value_heads": 8,
22
+ "pad_token_id": 0,
23
+ "residual_multiplier": 0.22,
24
+ "rms_norm_eps": 1e-05,
25
+ "rope_scaling": null,
26
+ "rope_theta": 10000000.0,
27
+ "tie_word_embeddings": true,
28
+ "torch_dtype": "bfloat16",
29
+ "transformers_version": "4.52.4",
30
+ "use_cache": true,
31
+ "vocab_size": 49152
32
+ }
3_128_e3_3e-5/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
3_128_e3_3e-5/special_tokens_map.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<|endoftext|>",
4
+ "<fim_prefix>",
5
+ "<fim_middle>",
6
+ "<fim_suffix>",
7
+ "<fim_pad>",
8
+ "<filename>",
9
+ "<gh_stars>",
10
+ "<issue_start>",
11
+ "<issue_comment>",
12
+ "<issue_closed>",
13
+ "<jupyter_start>",
14
+ "<jupyter_text>",
15
+ "<jupyter_code>",
16
+ "<jupyter_output>",
17
+ "<empty_output>",
18
+ "<commit_before>",
19
+ "<commit_msg>",
20
+ "<commit_after>",
21
+ "<reponame>"
22
+ ],
23
+ "bos_token": {
24
+ "content": "<|endoftext|>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "eos_token": {
31
+ "content": "<|endoftext|>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "pad_token": "<reponame>",
38
+ "unk_token": {
39
+ "content": "<|endoftext|>",
40
+ "lstrip": false,
41
+ "normalized": false,
42
+ "rstrip": false,
43
+ "single_word": false
44
+ }
45
+ }
3_128_e3_3e-5/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
3_128_e3_3e-5/tokenizer_config.json ADDED
@@ -0,0 +1,188 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "1": {
13
+ "content": "<fim_prefix>",
14
+ "lstrip": false,
15
+ "normalized": false,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "2": {
21
+ "content": "<fim_middle>",
22
+ "lstrip": false,
23
+ "normalized": false,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ },
28
+ "3": {
29
+ "content": "<fim_suffix>",
30
+ "lstrip": false,
31
+ "normalized": false,
32
+ "rstrip": false,
33
+ "single_word": false,
34
+ "special": true
35
+ },
36
+ "4": {
37
+ "content": "<fim_pad>",
38
+ "lstrip": false,
39
+ "normalized": false,
40
+ "rstrip": false,
41
+ "single_word": false,
42
+ "special": true
43
+ },
44
+ "5": {
45
+ "content": "<filename>",
46
+ "lstrip": false,
47
+ "normalized": false,
48
+ "rstrip": false,
49
+ "single_word": false,
50
+ "special": true
51
+ },
52
+ "6": {
53
+ "content": "<gh_stars>",
54
+ "lstrip": false,
55
+ "normalized": false,
56
+ "rstrip": false,
57
+ "single_word": false,
58
+ "special": true
59
+ },
60
+ "7": {
61
+ "content": "<issue_start>",
62
+ "lstrip": false,
63
+ "normalized": false,
64
+ "rstrip": false,
65
+ "single_word": false,
66
+ "special": true
67
+ },
68
+ "8": {
69
+ "content": "<issue_comment>",
70
+ "lstrip": false,
71
+ "normalized": false,
72
+ "rstrip": false,
73
+ "single_word": false,
74
+ "special": true
75
+ },
76
+ "9": {
77
+ "content": "<issue_closed>",
78
+ "lstrip": false,
79
+ "normalized": false,
80
+ "rstrip": false,
81
+ "single_word": false,
82
+ "special": true
83
+ },
84
+ "10": {
85
+ "content": "<jupyter_start>",
86
+ "lstrip": false,
87
+ "normalized": false,
88
+ "rstrip": false,
89
+ "single_word": false,
90
+ "special": true
91
+ },
92
+ "11": {
93
+ "content": "<jupyter_text>",
94
+ "lstrip": false,
95
+ "normalized": false,
96
+ "rstrip": false,
97
+ "single_word": false,
98
+ "special": true
99
+ },
100
+ "12": {
101
+ "content": "<jupyter_code>",
102
+ "lstrip": false,
103
+ "normalized": false,
104
+ "rstrip": false,
105
+ "single_word": false,
106
+ "special": true
107
+ },
108
+ "13": {
109
+ "content": "<jupyter_output>",
110
+ "lstrip": false,
111
+ "normalized": false,
112
+ "rstrip": false,
113
+ "single_word": false,
114
+ "special": true
115
+ },
116
+ "14": {
117
+ "content": "<empty_output>",
118
+ "lstrip": false,
119
+ "normalized": false,
120
+ "rstrip": false,
121
+ "single_word": false,
122
+ "special": true
123
+ },
124
+ "15": {
125
+ "content": "<commit_before>",
126
+ "lstrip": false,
127
+ "normalized": false,
128
+ "rstrip": false,
129
+ "single_word": false,
130
+ "special": true
131
+ },
132
+ "16": {
133
+ "content": "<commit_msg>",
134
+ "lstrip": false,
135
+ "normalized": false,
136
+ "rstrip": false,
137
+ "single_word": false,
138
+ "special": true
139
+ },
140
+ "17": {
141
+ "content": "<commit_after>",
142
+ "lstrip": false,
143
+ "normalized": false,
144
+ "rstrip": false,
145
+ "single_word": false,
146
+ "special": true
147
+ },
148
+ "18": {
149
+ "content": "<reponame>",
150
+ "lstrip": false,
151
+ "normalized": false,
152
+ "rstrip": false,
153
+ "single_word": false,
154
+ "special": true
155
+ }
156
+ },
157
+ "additional_special_tokens": [
158
+ "<|endoftext|>",
159
+ "<fim_prefix>",
160
+ "<fim_middle>",
161
+ "<fim_suffix>",
162
+ "<fim_pad>",
163
+ "<filename>",
164
+ "<gh_stars>",
165
+ "<issue_start>",
166
+ "<issue_comment>",
167
+ "<issue_closed>",
168
+ "<jupyter_start>",
169
+ "<jupyter_text>",
170
+ "<jupyter_code>",
171
+ "<jupyter_output>",
172
+ "<empty_output>",
173
+ "<commit_before>",
174
+ "<commit_msg>",
175
+ "<commit_after>",
176
+ "<reponame>"
177
+ ],
178
+ "bos_token": "<|endoftext|>",
179
+ "clean_up_tokenization_spaces": true,
180
+ "eos_token": "<|endoftext|>",
181
+ "extra_special_tokens": {},
182
+ "model_max_length": 8192,
183
+ "pad_token": "<reponame>",
184
+ "padding_side": "left",
185
+ "tokenizer_class": "GPT2Tokenizer",
186
+ "unk_token": "<|endoftext|>",
187
+ "vocab_size": 49152
188
+ }
3_128_e3_3e-5/train_results.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 3.0,
3
+ "total_flos": 7.693380967339131e+17,
4
+ "train_loss": 0.5774282969481556,
5
+ "train_runtime": 365.6726,
6
+ "train_samples": 5988,
7
+ "train_samples_per_second": 49.126,
8
+ "train_steps_per_second": 1.542
9
+ }
3_128_e3_3e-5/trainer_state.json ADDED
@@ -0,0 +1,827 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 3.0,
6
+ "eval_steps": 500,
7
+ "global_step": 564,
8
+ "is_hyper_param_search": false,
9
+ "is_local_process_zero": true,
10
+ "is_world_process_zero": true,
11
+ "log_history": [
12
+ {
13
+ "epoch": 0.02666666666666667,
14
+ "grad_norm": 1.0369619131088257,
15
+ "learning_rate": 4.137931034482758e-06,
16
+ "loss": 1.3633,
17
+ "step": 5
18
+ },
19
+ {
20
+ "epoch": 0.05333333333333334,
21
+ "grad_norm": 0.9221632480621338,
22
+ "learning_rate": 9.310344827586207e-06,
23
+ "loss": 1.3343,
24
+ "step": 10
25
+ },
26
+ {
27
+ "epoch": 0.08,
28
+ "grad_norm": 0.6410185098648071,
29
+ "learning_rate": 1.4482758620689657e-05,
30
+ "loss": 1.3103,
31
+ "step": 15
32
+ },
33
+ {
34
+ "epoch": 0.10666666666666667,
35
+ "grad_norm": 0.5797982811927795,
36
+ "learning_rate": 1.9655172413793102e-05,
37
+ "loss": 1.2924,
38
+ "step": 20
39
+ },
40
+ {
41
+ "epoch": 0.13333333333333333,
42
+ "grad_norm": 0.52991783618927,
43
+ "learning_rate": 2.4827586206896553e-05,
44
+ "loss": 1.2769,
45
+ "step": 25
46
+ },
47
+ {
48
+ "epoch": 0.16,
49
+ "grad_norm": 0.5393030643463135,
50
+ "learning_rate": 3e-05,
51
+ "loss": 1.2454,
52
+ "step": 30
53
+ },
54
+ {
55
+ "epoch": 0.18666666666666668,
56
+ "grad_norm": 0.4748308062553406,
57
+ "learning_rate": 2.9993535093404975e-05,
58
+ "loss": 1.2148,
59
+ "step": 35
60
+ },
61
+ {
62
+ "epoch": 0.21333333333333335,
63
+ "grad_norm": 0.513857901096344,
64
+ "learning_rate": 2.997414594628888e-05,
65
+ "loss": 1.1809,
66
+ "step": 40
67
+ },
68
+ {
69
+ "epoch": 0.24,
70
+ "grad_norm": 0.522930383682251,
71
+ "learning_rate": 2.9941849271855037e-05,
72
+ "loss": 1.1679,
73
+ "step": 45
74
+ },
75
+ {
76
+ "epoch": 0.26666666666666666,
77
+ "grad_norm": 0.5387976169586182,
78
+ "learning_rate": 2.9896672909434604e-05,
79
+ "loss": 1.1283,
80
+ "step": 50
81
+ },
82
+ {
83
+ "epoch": 0.29333333333333333,
84
+ "grad_norm": 0.6577940583229065,
85
+ "learning_rate": 2.9838655800489357e-05,
86
+ "loss": 1.1072,
87
+ "step": 55
88
+ },
89
+ {
90
+ "epoch": 0.32,
91
+ "grad_norm": 0.5504846572875977,
92
+ "learning_rate": 2.976784795504466e-05,
93
+ "loss": 1.057,
94
+ "step": 60
95
+ },
96
+ {
97
+ "epoch": 0.3466666666666667,
98
+ "grad_norm": 0.5633766055107117,
99
+ "learning_rate": 2.968431040858144e-05,
100
+ "loss": 1.0729,
101
+ "step": 65
102
+ },
103
+ {
104
+ "epoch": 0.37333333333333335,
105
+ "grad_norm": 0.798940122127533,
106
+ "learning_rate": 2.9588115169424384e-05,
107
+ "loss": 1.0358,
108
+ "step": 70
109
+ },
110
+ {
111
+ "epoch": 0.4,
112
+ "grad_norm": 0.7317732572555542,
113
+ "learning_rate": 2.9479345156671622e-05,
114
+ "loss": 1.055,
115
+ "step": 75
116
+ },
117
+ {
118
+ "epoch": 0.4266666666666667,
119
+ "grad_norm": 0.624677836894989,
120
+ "learning_rate": 2.9358094128719524e-05,
121
+ "loss": 0.9765,
122
+ "step": 80
123
+ },
124
+ {
125
+ "epoch": 0.4533333333333333,
126
+ "grad_norm": 0.614265501499176,
127
+ "learning_rate": 2.9224466602444128e-05,
128
+ "loss": 0.9947,
129
+ "step": 85
130
+ },
131
+ {
132
+ "epoch": 0.48,
133
+ "grad_norm": 0.6677832007408142,
134
+ "learning_rate": 2.9078577763108892e-05,
135
+ "loss": 0.938,
136
+ "step": 90
137
+ },
138
+ {
139
+ "epoch": 0.5066666666666667,
140
+ "grad_norm": 0.7544026970863342,
141
+ "learning_rate": 2.8920553365076415e-05,
142
+ "loss": 0.9732,
143
+ "step": 95
144
+ },
145
+ {
146
+ "epoch": 0.5333333333333333,
147
+ "grad_norm": 0.6509144306182861,
148
+ "learning_rate": 2.8750529623409766e-05,
149
+ "loss": 0.9578,
150
+ "step": 100
151
+ },
152
+ {
153
+ "epoch": 0.56,
154
+ "grad_norm": 0.6900473833084106,
155
+ "learning_rate": 2.8568653096456793e-05,
156
+ "loss": 0.8771,
157
+ "step": 105
158
+ },
159
+ {
160
+ "epoch": 0.5866666666666667,
161
+ "grad_norm": 0.8472984433174133,
162
+ "learning_rate": 2.8375080559518636e-05,
163
+ "loss": 0.9047,
164
+ "step": 110
165
+ },
166
+ {
167
+ "epoch": 0.6133333333333333,
168
+ "grad_norm": 0.7810978293418884,
169
+ "learning_rate": 2.8169978869711387e-05,
170
+ "loss": 0.8981,
171
+ "step": 115
172
+ },
173
+ {
174
+ "epoch": 0.64,
175
+ "grad_norm": 0.7871779203414917,
176
+ "learning_rate": 2.795352482213732e-05,
177
+ "loss": 0.8948,
178
+ "step": 120
179
+ },
180
+ {
181
+ "epoch": 0.6666666666666666,
182
+ "grad_norm": 0.7329918742179871,
183
+ "learning_rate": 2.7725904997489725e-05,
184
+ "loss": 0.8118,
185
+ "step": 125
186
+ },
187
+ {
188
+ "epoch": 0.6933333333333334,
189
+ "grad_norm": 0.8269219994544983,
190
+ "learning_rate": 2.7487315601222673e-05,
191
+ "loss": 0.8489,
192
+ "step": 130
193
+ },
194
+ {
195
+ "epoch": 0.72,
196
+ "grad_norm": 0.8705148100852966,
197
+ "learning_rate": 2.7237962294424358e-05,
198
+ "loss": 0.8019,
199
+ "step": 135
200
+ },
201
+ {
202
+ "epoch": 0.7466666666666667,
203
+ "grad_norm": 0.882828950881958,
204
+ "learning_rate": 2.697806001653979e-05,
205
+ "loss": 0.7522,
206
+ "step": 140
207
+ },
208
+ {
209
+ "epoch": 0.7733333333333333,
210
+ "grad_norm": 0.8746913075447083,
211
+ "learning_rate": 2.670783280009569e-05,
212
+ "loss": 0.7508,
213
+ "step": 145
214
+ },
215
+ {
216
+ "epoch": 0.8,
217
+ "grad_norm": 0.9475473165512085,
218
+ "learning_rate": 2.642751357758722e-05,
219
+ "loss": 0.8082,
220
+ "step": 150
221
+ },
222
+ {
223
+ "epoch": 0.8266666666666667,
224
+ "grad_norm": 0.9083118438720703,
225
+ "learning_rate": 2.613734398069308e-05,
226
+ "loss": 0.8006,
227
+ "step": 155
228
+ },
229
+ {
230
+ "epoch": 0.8533333333333334,
231
+ "grad_norm": 1.041511058807373,
232
+ "learning_rate": 2.5837574131992033e-05,
233
+ "loss": 0.7541,
234
+ "step": 160
235
+ },
236
+ {
237
+ "epoch": 0.88,
238
+ "grad_norm": 0.8809345960617065,
239
+ "learning_rate": 2.5528462429360324e-05,
240
+ "loss": 0.7443,
241
+ "step": 165
242
+ },
243
+ {
244
+ "epoch": 0.9066666666666666,
245
+ "grad_norm": 0.8609569668769836,
246
+ "learning_rate": 2.5210275323235945e-05,
247
+ "loss": 0.7162,
248
+ "step": 170
249
+ },
250
+ {
251
+ "epoch": 0.9333333333333333,
252
+ "grad_norm": 1.2309577465057373,
253
+ "learning_rate": 2.4883287086941668e-05,
254
+ "loss": 0.6871,
255
+ "step": 175
256
+ },
257
+ {
258
+ "epoch": 0.96,
259
+ "grad_norm": 1.0383931398391724,
260
+ "learning_rate": 2.4547779580264876e-05,
261
+ "loss": 0.737,
262
+ "step": 180
263
+ },
264
+ {
265
+ "epoch": 0.9866666666666667,
266
+ "grad_norm": 1.1104377508163452,
267
+ "learning_rate": 2.420404200649791e-05,
268
+ "loss": 0.684,
269
+ "step": 185
270
+ },
271
+ {
272
+ "epoch": 1.0106666666666666,
273
+ "grad_norm": 1.0934193134307861,
274
+ "learning_rate": 2.3852370663148454e-05,
275
+ "loss": 0.6546,
276
+ "step": 190
277
+ },
278
+ {
279
+ "epoch": 1.0373333333333334,
280
+ "grad_norm": 1.0401474237442017,
281
+ "learning_rate": 2.349306868653476e-05,
282
+ "loss": 0.6133,
283
+ "step": 195
284
+ },
285
+ {
286
+ "epoch": 1.064,
287
+ "grad_norm": 0.9894310235977173,
288
+ "learning_rate": 2.312644579048592e-05,
289
+ "loss": 0.5959,
290
+ "step": 200
291
+ },
292
+ {
293
+ "epoch": 1.0906666666666667,
294
+ "grad_norm": 0.958469033241272,
295
+ "learning_rate": 2.2752817999372412e-05,
296
+ "loss": 0.6009,
297
+ "step": 205
298
+ },
299
+ {
300
+ "epoch": 1.1173333333333333,
301
+ "grad_norm": 1.126332402229309,
302
+ "learning_rate": 2.2372507375697017e-05,
303
+ "loss": 0.5726,
304
+ "step": 210
305
+ },
306
+ {
307
+ "epoch": 1.144,
308
+ "grad_norm": 1.2539212703704834,
309
+ "learning_rate": 2.1985841742480954e-05,
310
+ "loss": 0.5356,
311
+ "step": 215
312
+ },
313
+ {
314
+ "epoch": 1.1706666666666667,
315
+ "grad_norm": 1.3413432836532593,
316
+ "learning_rate": 2.1593154400684524e-05,
317
+ "loss": 0.5812,
318
+ "step": 220
319
+ },
320
+ {
321
+ "epoch": 1.1973333333333334,
322
+ "grad_norm": 1.4655650854110718,
323
+ "learning_rate": 2.1194783841905826e-05,
324
+ "loss": 0.587,
325
+ "step": 225
326
+ },
327
+ {
328
+ "epoch": 1.224,
329
+ "grad_norm": 1.0181304216384888,
330
+ "learning_rate": 2.0791073456605224e-05,
331
+ "loss": 0.5125,
332
+ "step": 230
333
+ },
334
+ {
335
+ "epoch": 1.2506666666666666,
336
+ "grad_norm": 1.3731675148010254,
337
+ "learning_rate": 2.038237123810704e-05,
338
+ "loss": 0.5366,
339
+ "step": 235
340
+ },
341
+ {
342
+ "epoch": 1.2773333333333334,
343
+ "grad_norm": 1.4677866697311401,
344
+ "learning_rate": 1.996902948263364e-05,
345
+ "loss": 0.5525,
346
+ "step": 240
347
+ },
348
+ {
349
+ "epoch": 1.304,
350
+ "grad_norm": 1.2465121746063232,
351
+ "learning_rate": 1.955140448563049e-05,
352
+ "loss": 0.4896,
353
+ "step": 245
354
+ },
355
+ {
356
+ "epoch": 1.3306666666666667,
357
+ "grad_norm": 1.340437650680542,
358
+ "learning_rate": 1.91298562346439e-05,
359
+ "loss": 0.5054,
360
+ "step": 250
361
+ },
362
+ {
363
+ "epoch": 1.3573333333333333,
364
+ "grad_norm": 1.1908224821090698,
365
+ "learning_rate": 1.8704748099016263e-05,
366
+ "loss": 0.5077,
367
+ "step": 255
368
+ },
369
+ {
370
+ "epoch": 1.384,
371
+ "grad_norm": 1.0551384687423706,
372
+ "learning_rate": 1.8276446516666194e-05,
373
+ "loss": 0.4831,
374
+ "step": 260
375
+ },
376
+ {
377
+ "epoch": 1.4106666666666667,
378
+ "grad_norm": 1.3685027360916138,
379
+ "learning_rate": 1.7845320678223616e-05,
380
+ "loss": 0.4551,
381
+ "step": 265
382
+ },
383
+ {
384
+ "epoch": 1.4373333333333334,
385
+ "grad_norm": 1.1558998823165894,
386
+ "learning_rate": 1.7411742208792025e-05,
387
+ "loss": 0.4847,
388
+ "step": 270
389
+ },
390
+ {
391
+ "epoch": 1.464,
392
+ "grad_norm": 1.2757512331008911,
393
+ "learning_rate": 1.6976084847612282e-05,
394
+ "loss": 0.4566,
395
+ "step": 275
396
+ },
397
+ {
398
+ "epoch": 1.4906666666666666,
399
+ "grad_norm": 1.1870886087417603,
400
+ "learning_rate": 1.6538724125904052e-05,
401
+ "loss": 0.5033,
402
+ "step": 280
403
+ },
404
+ {
405
+ "epoch": 1.5173333333333332,
406
+ "grad_norm": 1.0782506465911865,
407
+ "learning_rate": 1.610003704316256e-05,
408
+ "loss": 0.4641,
409
+ "step": 285
410
+ },
411
+ {
412
+ "epoch": 1.544,
413
+ "grad_norm": 1.2873475551605225,
414
+ "learning_rate": 1.5660401742189716e-05,
415
+ "loss": 0.4401,
416
+ "step": 290
417
+ },
418
+ {
419
+ "epoch": 1.5706666666666667,
420
+ "grad_norm": 1.2271339893341064,
421
+ "learning_rate": 1.5220197183139749e-05,
422
+ "loss": 0.4329,
423
+ "step": 295
424
+ },
425
+ {
426
+ "epoch": 1.5973333333333333,
427
+ "grad_norm": 1.5132803916931152,
428
+ "learning_rate": 1.4779802816860254e-05,
429
+ "loss": 0.4496,
430
+ "step": 300
431
+ },
432
+ {
433
+ "epoch": 1.624,
434
+ "grad_norm": 1.2447651624679565,
435
+ "learning_rate": 1.4339598257810285e-05,
436
+ "loss": 0.4172,
437
+ "step": 305
438
+ },
439
+ {
440
+ "epoch": 1.6506666666666665,
441
+ "grad_norm": 1.3827584981918335,
442
+ "learning_rate": 1.3899962956837443e-05,
443
+ "loss": 0.4584,
444
+ "step": 310
445
+ },
446
+ {
447
+ "epoch": 1.6773333333333333,
448
+ "grad_norm": 1.2072769403457642,
449
+ "learning_rate": 1.346127587409595e-05,
450
+ "loss": 0.4242,
451
+ "step": 315
452
+ },
453
+ {
454
+ "epoch": 1.704,
455
+ "grad_norm": 1.1255788803100586,
456
+ "learning_rate": 1.302391515238772e-05,
457
+ "loss": 0.4386,
458
+ "step": 320
459
+ },
460
+ {
461
+ "epoch": 1.7306666666666666,
462
+ "grad_norm": 1.1559412479400635,
463
+ "learning_rate": 1.2588257791207979e-05,
464
+ "loss": 0.4448,
465
+ "step": 325
466
+ },
467
+ {
468
+ "epoch": 1.7573333333333334,
469
+ "grad_norm": 1.1612838506698608,
470
+ "learning_rate": 1.2154679321776385e-05,
471
+ "loss": 0.4106,
472
+ "step": 330
473
+ },
474
+ {
475
+ "epoch": 1.784,
476
+ "grad_norm": 1.368586540222168,
477
+ "learning_rate": 1.1723553483333807e-05,
478
+ "loss": 0.4207,
479
+ "step": 335
480
+ },
481
+ {
482
+ "epoch": 1.8106666666666666,
483
+ "grad_norm": 1.3317979574203491,
484
+ "learning_rate": 1.1295251900983741e-05,
485
+ "loss": 0.4043,
486
+ "step": 340
487
+ },
488
+ {
489
+ "epoch": 1.8373333333333335,
490
+ "grad_norm": 1.2410328388214111,
491
+ "learning_rate": 1.0870143765356105e-05,
492
+ "loss": 0.3807,
493
+ "step": 345
494
+ },
495
+ {
496
+ "epoch": 1.8639999999999999,
497
+ "grad_norm": 1.2702666521072388,
498
+ "learning_rate": 1.0448595514369515e-05,
499
+ "loss": 0.3803,
500
+ "step": 350
501
+ },
502
+ {
503
+ "epoch": 1.8906666666666667,
504
+ "grad_norm": 1.3750065565109253,
505
+ "learning_rate": 1.0030970517366363e-05,
506
+ "loss": 0.4112,
507
+ "step": 355
508
+ },
509
+ {
510
+ "epoch": 1.9173333333333333,
511
+ "grad_norm": 1.147455096244812,
512
+ "learning_rate": 9.617628761892964e-06,
513
+ "loss": 0.423,
514
+ "step": 360
515
+ },
516
+ {
517
+ "epoch": 1.944,
518
+ "grad_norm": 1.3719347715377808,
519
+ "learning_rate": 9.208926543394777e-06,
520
+ "loss": 0.3613,
521
+ "step": 365
522
+ },
523
+ {
524
+ "epoch": 1.9706666666666668,
525
+ "grad_norm": 1.1483198404312134,
526
+ "learning_rate": 8.805216158094177e-06,
527
+ "loss": 0.3843,
528
+ "step": 370
529
+ },
530
+ {
531
+ "epoch": 1.9973333333333332,
532
+ "grad_norm": 1.2717103958129883,
533
+ "learning_rate": 8.406845599315482e-06,
534
+ "loss": 0.3565,
535
+ "step": 375
536
+ },
537
+ {
538
+ "epoch": 2.021333333333333,
539
+ "grad_norm": 1.3147350549697876,
540
+ "learning_rate": 8.014158257519046e-06,
541
+ "loss": 0.2985,
542
+ "step": 380
543
+ },
544
+ {
545
+ "epoch": 2.048,
546
+ "grad_norm": 1.3286375999450684,
547
+ "learning_rate": 7.627492624302986e-06,
548
+ "loss": 0.2979,
549
+ "step": 385
550
+ },
551
+ {
552
+ "epoch": 2.074666666666667,
553
+ "grad_norm": 1.3888987302780151,
554
+ "learning_rate": 7.2471820006275885e-06,
555
+ "loss": 0.3002,
556
+ "step": 390
557
+ },
558
+ {
559
+ "epoch": 2.1013333333333333,
560
+ "grad_norm": 1.3046706914901733,
561
+ "learning_rate": 6.873554209514085e-06,
562
+ "loss": 0.3195,
563
+ "step": 395
564
+ },
565
+ {
566
+ "epoch": 2.128,
567
+ "grad_norm": 1.1246421337127686,
568
+ "learning_rate": 6.506931313465245e-06,
569
+ "loss": 0.2974,
570
+ "step": 400
571
+ },
572
+ {
573
+ "epoch": 2.1546666666666665,
574
+ "grad_norm": 1.334275245666504,
575
+ "learning_rate": 6.147629336851553e-06,
576
+ "loss": 0.3092,
577
+ "step": 405
578
+ },
579
+ {
580
+ "epoch": 2.1813333333333333,
581
+ "grad_norm": 1.3971017599105835,
582
+ "learning_rate": 5.795957993502093e-06,
583
+ "loss": 0.3134,
584
+ "step": 410
585
+ },
586
+ {
587
+ "epoch": 2.208,
588
+ "grad_norm": 1.2651209831237793,
589
+ "learning_rate": 5.45222041973513e-06,
590
+ "loss": 0.3136,
591
+ "step": 415
592
+ },
593
+ {
594
+ "epoch": 2.2346666666666666,
595
+ "grad_norm": 1.4007368087768555,
596
+ "learning_rate": 5.116712913058335e-06,
597
+ "loss": 0.2932,
598
+ "step": 420
599
+ },
600
+ {
601
+ "epoch": 2.2613333333333334,
602
+ "grad_norm": 1.244715690612793,
603
+ "learning_rate": 4.789724676764062e-06,
604
+ "loss": 0.3271,
605
+ "step": 425
606
+ },
607
+ {
608
+ "epoch": 2.288,
609
+ "grad_norm": 1.4135619401931763,
610
+ "learning_rate": 4.471537570639677e-06,
611
+ "loss": 0.2814,
612
+ "step": 430
613
+ },
614
+ {
615
+ "epoch": 2.3146666666666667,
616
+ "grad_norm": 1.3505793809890747,
617
+ "learning_rate": 4.162425868007969e-06,
618
+ "loss": 0.2899,
619
+ "step": 435
620
+ },
621
+ {
622
+ "epoch": 2.3413333333333335,
623
+ "grad_norm": 1.3521718978881836,
624
+ "learning_rate": 3.86265601930692e-06,
625
+ "loss": 0.2807,
626
+ "step": 440
627
+ },
628
+ {
629
+ "epoch": 2.368,
630
+ "grad_norm": 1.3653450012207031,
631
+ "learning_rate": 3.572486422412787e-06,
632
+ "loss": 0.335,
633
+ "step": 445
634
+ },
635
+ {
636
+ "epoch": 2.3946666666666667,
637
+ "grad_norm": 1.2573339939117432,
638
+ "learning_rate": 3.2921671999043107e-06,
639
+ "loss": 0.2933,
640
+ "step": 450
641
+ },
642
+ {
643
+ "epoch": 2.421333333333333,
644
+ "grad_norm": 1.3035194873809814,
645
+ "learning_rate": 3.021939983460211e-06,
646
+ "loss": 0.2946,
647
+ "step": 455
648
+ },
649
+ {
650
+ "epoch": 2.448,
651
+ "grad_norm": 1.2341852188110352,
652
+ "learning_rate": 2.7620377055756426e-06,
653
+ "loss": 0.2845,
654
+ "step": 460
655
+ },
656
+ {
657
+ "epoch": 2.474666666666667,
658
+ "grad_norm": 1.2531706094741821,
659
+ "learning_rate": 2.512684398777329e-06,
660
+ "loss": 0.2946,
661
+ "step": 465
662
+ },
663
+ {
664
+ "epoch": 2.501333333333333,
665
+ "grad_norm": 1.2765233516693115,
666
+ "learning_rate": 2.274095002510276e-06,
667
+ "loss": 0.26,
668
+ "step": 470
669
+ },
670
+ {
671
+ "epoch": 2.528,
672
+ "grad_norm": 1.3547015190124512,
673
+ "learning_rate": 2.046475177862684e-06,
674
+ "loss": 0.2735,
675
+ "step": 475
676
+ },
677
+ {
678
+ "epoch": 2.554666666666667,
679
+ "grad_norm": 1.1476202011108398,
680
+ "learning_rate": 1.8300211302886138e-06,
681
+ "loss": 0.2559,
682
+ "step": 480
683
+ },
684
+ {
685
+ "epoch": 2.5813333333333333,
686
+ "grad_norm": 1.1746495962142944,
687
+ "learning_rate": 1.6249194404813632e-06,
688
+ "loss": 0.2814,
689
+ "step": 485
690
+ },
691
+ {
692
+ "epoch": 2.608,
693
+ "grad_norm": 1.225191593170166,
694
+ "learning_rate": 1.4313469035432054e-06,
695
+ "loss": 0.2866,
696
+ "step": 490
697
+ },
698
+ {
699
+ "epoch": 2.634666666666667,
700
+ "grad_norm": 1.1532659530639648,
701
+ "learning_rate": 1.2494703765902337e-06,
702
+ "loss": 0.2686,
703
+ "step": 495
704
+ },
705
+ {
706
+ "epoch": 2.6613333333333333,
707
+ "grad_norm": 1.4440910816192627,
708
+ "learning_rate": 1.0794466349235865e-06,
709
+ "loss": 0.2539,
710
+ "step": 500
711
+ },
712
+ {
713
+ "epoch": 2.6879999999999997,
714
+ "grad_norm": 1.164143443107605,
715
+ "learning_rate": 9.214222368911112e-07,
716
+ "loss": 0.2598,
717
+ "step": 505
718
+ },
719
+ {
720
+ "epoch": 2.7146666666666666,
721
+ "grad_norm": 1.2960736751556396,
722
+ "learning_rate": 7.755333975558704e-07,
723
+ "loss": 0.2832,
724
+ "step": 510
725
+ },
726
+ {
727
+ "epoch": 2.7413333333333334,
728
+ "grad_norm": 1.2336454391479492,
729
+ "learning_rate": 6.41905871280477e-07,
730
+ "loss": 0.2667,
731
+ "step": 515
732
+ },
733
+ {
734
+ "epoch": 2.768,
735
+ "grad_norm": 1.3453514575958252,
736
+ "learning_rate": 5.206548433283803e-07,
737
+ "loss": 0.2589,
738
+ "step": 520
739
+ },
740
+ {
741
+ "epoch": 2.7946666666666666,
742
+ "grad_norm": 1.2562862634658813,
743
+ "learning_rate": 4.1188483057561734e-07,
744
+ "loss": 0.3053,
745
+ "step": 525
746
+ },
747
+ {
748
+ "epoch": 2.8213333333333335,
749
+ "grad_norm": 1.2071523666381836,
750
+ "learning_rate": 3.1568959141855814e-07,
751
+ "loss": 0.2836,
752
+ "step": 530
753
+ },
754
+ {
755
+ "epoch": 2.848,
756
+ "grad_norm": 1.3898652791976929,
757
+ "learning_rate": 2.3215204495534215e-07,
758
+ "loss": 0.2651,
759
+ "step": 535
760
+ },
761
+ {
762
+ "epoch": 2.8746666666666667,
763
+ "grad_norm": 1.3513026237487793,
764
+ "learning_rate": 1.6134419951064406e-07,
765
+ "loss": 0.2722,
766
+ "step": 540
767
+ },
768
+ {
769
+ "epoch": 2.9013333333333335,
770
+ "grad_norm": 1.3261029720306396,
771
+ "learning_rate": 1.0332709056539491e-07,
772
+ "loss": 0.2694,
773
+ "step": 545
774
+ },
775
+ {
776
+ "epoch": 2.928,
777
+ "grad_norm": 1.115708589553833,
778
+ "learning_rate": 5.815072814496225e-08,
779
+ "loss": 0.3012,
780
+ "step": 550
781
+ },
782
+ {
783
+ "epoch": 2.9546666666666668,
784
+ "grad_norm": 1.4938910007476807,
785
+ "learning_rate": 2.5854053711124593e-08,
786
+ "loss": 0.2845,
787
+ "step": 555
788
+ },
789
+ {
790
+ "epoch": 2.981333333333333,
791
+ "grad_norm": 1.3361222743988037,
792
+ "learning_rate": 6.464906595023967e-09,
793
+ "loss": 0.2679,
794
+ "step": 560
795
+ },
796
+ {
797
+ "epoch": 3.0,
798
+ "step": 564,
799
+ "total_flos": 7.693380967339131e+17,
800
+ "train_loss": 0.5774282969481556,
801
+ "train_runtime": 365.6726,
802
+ "train_samples_per_second": 49.126,
803
+ "train_steps_per_second": 1.542
804
+ }
805
+ ],
806
+ "logging_steps": 5,
807
+ "max_steps": 564,
808
+ "num_input_tokens_seen": 0,
809
+ "num_train_epochs": 3,
810
+ "save_steps": 2000,
811
+ "stateful_callbacks": {
812
+ "TrainerControl": {
813
+ "args": {
814
+ "should_epoch_stop": false,
815
+ "should_evaluate": false,
816
+ "should_log": false,
817
+ "should_save": false,
818
+ "should_training_stop": false
819
+ },
820
+ "attributes": {}
821
+ }
822
+ },
823
+ "total_flos": 7.693380967339131e+17,
824
+ "train_batch_size": 2,
825
+ "trial_name": null,
826
+ "trial_params": null
827
+ }
3_128_e3_3e-5/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17cb75bc056ac5922797bf845c00c0d132e0acd0dad7048803b7b6aef6f9911b
3
+ size 8145
3_128_e3_3e-5/vocab.json ADDED
The diff for this file is too large to render. See raw diff