Reza2kn commited on
Commit
90282e9
·
verified ·
1 Parent(s): 4a30268

Add final balanced 0.1 epoch checkpoint with resume state

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,206 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: google/t5gemma-2-4b-4b
3
+ library_name: peft
4
+ tags:
5
+ - base_model:adapter:google/t5gemma-2-4b-4b
6
+ - lora
7
+ - transformers
8
+ ---
9
+
10
+ # Model Card for Model ID
11
+
12
+ <!-- Provide a quick summary of what the model is/does. -->
13
+
14
+
15
+
16
+ ## Model Details
17
+
18
+ ### Model Description
19
+
20
+ <!-- Provide a longer summary of what this model is. -->
21
+
22
+
23
+
24
+ - **Developed by:** [More Information Needed]
25
+ - **Funded by [optional]:** [More Information Needed]
26
+ - **Shared by [optional]:** [More Information Needed]
27
+ - **Model type:** [More Information Needed]
28
+ - **Language(s) (NLP):** [More Information Needed]
29
+ - **License:** [More Information Needed]
30
+ - **Finetuned from model [optional]:** [More Information Needed]
31
+
32
+ ### Model Sources [optional]
33
+
34
+ <!-- Provide the basic links for the model. -->
35
+
36
+ - **Repository:** [More Information Needed]
37
+ - **Paper [optional]:** [More Information Needed]
38
+ - **Demo [optional]:** [More Information Needed]
39
+
40
+ ## Uses
41
+
42
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
43
+
44
+ ### Direct Use
45
+
46
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
47
+
48
+ [More Information Needed]
49
+
50
+ ### Downstream Use [optional]
51
+
52
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
53
+
54
+ [More Information Needed]
55
+
56
+ ### Out-of-Scope Use
57
+
58
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
59
+
60
+ [More Information Needed]
61
+
62
+ ## Bias, Risks, and Limitations
63
+
64
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
65
+
66
+ [More Information Needed]
67
+
68
+ ### Recommendations
69
+
70
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
71
+
72
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
73
+
74
+ ## How to Get Started with the Model
75
+
76
+ Use the code below to get started with the model.
77
+
78
+ [More Information Needed]
79
+
80
+ ## Training Details
81
+
82
+ ### Training Data
83
+
84
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
85
+
86
+ [More Information Needed]
87
+
88
+ ### Training Procedure
89
+
90
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
91
+
92
+ #### Preprocessing [optional]
93
+
94
+ [More Information Needed]
95
+
96
+
97
+ #### Training Hyperparameters
98
+
99
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
100
+
101
+ #### Speeds, Sizes, Times [optional]
102
+
103
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
104
+
105
+ [More Information Needed]
106
+
107
+ ## Evaluation
108
+
109
+ <!-- This section describes the evaluation protocols and provides the results. -->
110
+
111
+ ### Testing Data, Factors & Metrics
112
+
113
+ #### Testing Data
114
+
115
+ <!-- This should link to a Dataset Card if possible. -->
116
+
117
+ [More Information Needed]
118
+
119
+ #### Factors
120
+
121
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
122
+
123
+ [More Information Needed]
124
+
125
+ #### Metrics
126
+
127
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
128
+
129
+ [More Information Needed]
130
+
131
+ ### Results
132
+
133
+ [More Information Needed]
134
+
135
+ #### Summary
136
+
137
+
138
+
139
+ ## Model Examination [optional]
140
+
141
+ <!-- Relevant interpretability work for the model goes here -->
142
+
143
+ [More Information Needed]
144
+
145
+ ## Environmental Impact
146
+
147
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
148
+
149
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
150
+
151
+ - **Hardware Type:** [More Information Needed]
152
+ - **Hours used:** [More Information Needed]
153
+ - **Cloud Provider:** [More Information Needed]
154
+ - **Compute Region:** [More Information Needed]
155
+ - **Carbon Emitted:** [More Information Needed]
156
+
157
+ ## Technical Specifications [optional]
158
+
159
+ ### Model Architecture and Objective
160
+
161
+ [More Information Needed]
162
+
163
+ ### Compute Infrastructure
164
+
165
+ [More Information Needed]
166
+
167
+ #### Hardware
168
+
169
+ [More Information Needed]
170
+
171
+ #### Software
172
+
173
+ [More Information Needed]
174
+
175
+ ## Citation [optional]
176
+
177
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
178
+
179
+ **BibTeX:**
180
+
181
+ [More Information Needed]
182
+
183
+ **APA:**
184
+
185
+ [More Information Needed]
186
+
187
+ ## Glossary [optional]
188
+
189
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
190
+
191
+ [More Information Needed]
192
+
193
+ ## More Information [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Authors [optional]
198
+
199
+ [More Information Needed]
200
+
201
+ ## Model Card Contact
202
+
203
+ [More Information Needed]
204
+ ### Framework versions
205
+
206
+ - PEFT 0.20.0
adapter_config.json ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alora_invocation_tokens": null,
3
+ "alpha_pattern": {},
4
+ "arrow_config": null,
5
+ "auto_mapping": null,
6
+ "base_model_name_or_path": "google/t5gemma-2-4b-4b",
7
+ "bias": "none",
8
+ "corda_config": null,
9
+ "ensure_weight_tying": false,
10
+ "eva_config": null,
11
+ "exclude_modules": null,
12
+ "fan_in_fan_out": false,
13
+ "inference_mode": true,
14
+ "init_lora_weights": true,
15
+ "layer_replication": null,
16
+ "layers_pattern": null,
17
+ "layers_to_transform": null,
18
+ "loftq_config": {},
19
+ "lora_alpha": 64,
20
+ "lora_bias": false,
21
+ "lora_dropout": 0.05,
22
+ "lora_ga_config": null,
23
+ "megatron_config": null,
24
+ "megatron_core": "megatron.core",
25
+ "modules_to_save": null,
26
+ "monteclora_config": null,
27
+ "peft_type": "LORA",
28
+ "peft_version": "0.20.0",
29
+ "qalora_group_size": 16,
30
+ "r": 32,
31
+ "rank_pattern": {},
32
+ "revision": null,
33
+ "target_modules": [
34
+ "k_proj",
35
+ "v_proj",
36
+ "q_proj",
37
+ "o_proj",
38
+ "down_proj",
39
+ "gate_proj",
40
+ "fc1",
41
+ "fc2",
42
+ "self_attn.out_proj",
43
+ "up_proj"
44
+ ],
45
+ "target_parameters": null,
46
+ "task_type": "SEQ_2_SEQ_LM",
47
+ "trainable_token_indices": null,
48
+ "use_bdlora": null,
49
+ "use_dora": false,
50
+ "use_qalora": false,
51
+ "use_rslora": false,
52
+ "velora_config": null
53
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac53bdc65d392bbcb46a2de3678eadc04fd98246538c9de63d6eaa3aa927e17b
3
+ size 546596416
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:474e131855868c59cf9db6a6a8366da3482729dc99a6bf172ee0d3e4f9cf7b4c
3
+ size 954500299
rng_state_0.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04057f6594d8eee7900f9e376353e3b13e2398d1b22f940d5d512e58979232db
3
+ size 15429
rng_state_1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76de3d100535a7b9e296d3b41c84e956c087211b0282d3dc0588544246db65bb
3
+ size 15429
rng_state_2.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf72aa9be6982d680d7215394fe5a81b7fa316e5f76b855e63d86c9eb52bfb6d
3
+ size 15429
rng_state_3.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7c80d0296f2414f6806f640444ee16c87ad585edb508b315765c9fec043ce60
3
+ size 15429
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f9d740f6ed12e07aff83ead7b812970b205c9bd60bd7af93eb3503747e6ceba
3
+ size 1465
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f22dee48d75e17109810fa1ecbf2321c4c1c16caf9177fb269222a6a4e056379
3
+ size 33384485
tokenizer_config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "boi_token": "<start_of_image>",
4
+ "bos_token": "<bos>",
5
+ "clean_up_tokenization_spaces": false,
6
+ "eoi_token": "<end_of_image>",
7
+ "eos_token": "<eos>",
8
+ "extra_special_tokens": [],
9
+ "image_token": "<image_soft_token>",
10
+ "is_local": false,
11
+ "local_files_only": false,
12
+ "mask_token": "<mask>",
13
+ "model_max_length": 1000000000000000019884624838656,
14
+ "model_specific_special_tokens": {
15
+ "boi_token": "<start_of_image>",
16
+ "eoi_token": "<end_of_image>",
17
+ "image_token": "<image_soft_token>"
18
+ },
19
+ "pad_token": "<pad>",
20
+ "padding_side": "right",
21
+ "processor_class": "Gemma3Processor",
22
+ "sp_model_kwargs": null,
23
+ "spaces_between_special_tokens": false,
24
+ "tokenizer_class": "GemmaTokenizer",
25
+ "unk_token": "<unk>",
26
+ "use_default_system_prompt": false
27
+ }
trainer_state.json ADDED
@@ -0,0 +1,744 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": 1000,
3
+ "best_metric": 0.18616674840450287,
4
+ "best_model_checkpoint": "/workspace/t5gemma_continuation/runs/t5gemma-2-4b-netjets-balanced-0p1/checkpoint-1000",
5
+ "epoch": 0.10003237293622531,
6
+ "eval_steps": 1000,
7
+ "global_step": 2472,
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.0010116542570411137,
14
+ "grad_norm": 0.7588071823120117,
15
+ "learning_rate": 9.997674418116759e-06,
16
+ "loss": 0.09478737831115723,
17
+ "step": 25
18
+ },
19
+ {
20
+ "epoch": 0.0020233085140822274,
21
+ "grad_norm": 0.7066558003425598,
22
+ "learning_rate": 9.990308418965396e-06,
23
+ "loss": 0.08540201187133789,
24
+ "step": 50
25
+ },
26
+ {
27
+ "epoch": 0.003034962771123341,
28
+ "grad_norm": 0.9437556862831116,
29
+ "learning_rate": 9.977905399713323e-06,
30
+ "loss": 0.08831601142883301,
31
+ "step": 75
32
+ },
33
+ {
34
+ "epoch": 0.004046617028164455,
35
+ "grad_norm": 0.6379377245903015,
36
+ "learning_rate": 9.96047787947801e-06,
37
+ "loss": 0.08719367980957031,
38
+ "step": 100
39
+ },
40
+ {
41
+ "epoch": 0.005058271285205568,
42
+ "grad_norm": 0.7673565745353699,
43
+ "learning_rate": 9.938043448909642e-06,
44
+ "loss": 0.08562824249267578,
45
+ "step": 125
46
+ },
47
+ {
48
+ "epoch": 0.006069925542246682,
49
+ "grad_norm": 0.8915950655937195,
50
+ "learning_rate": 9.910624752435825e-06,
51
+ "loss": 0.08884576797485351,
52
+ "step": 150
53
+ },
54
+ {
55
+ "epoch": 0.007081579799287795,
56
+ "grad_norm": 0.9796419739723206,
57
+ "learning_rate": 9.87824946540519e-06,
58
+ "loss": 0.0844249153137207,
59
+ "step": 175
60
+ },
61
+ {
62
+ "epoch": 0.00809323405632891,
63
+ "grad_norm": 0.7828882932662964,
64
+ "learning_rate": 9.840950266152993e-06,
65
+ "loss": 0.08762908935546875,
66
+ "step": 200
67
+ },
68
+ {
69
+ "epoch": 0.009104888313370023,
70
+ "grad_norm": 0.8314036130905151,
71
+ "learning_rate": 9.798764803016892e-06,
72
+ "loss": 0.08477160453796387,
73
+ "step": 225
74
+ },
75
+ {
76
+ "epoch": 0.010116542570411136,
77
+ "grad_norm": 0.9383084177970886,
78
+ "learning_rate": 9.7517356563362e-06,
79
+ "loss": 0.0796052074432373,
80
+ "step": 250
81
+ },
82
+ {
83
+ "epoch": 0.01112819682745225,
84
+ "grad_norm": 0.6904627680778503,
85
+ "learning_rate": 9.699910295472986e-06,
86
+ "loss": 0.08183086395263672,
87
+ "step": 275
88
+ },
89
+ {
90
+ "epoch": 0.012139851084493364,
91
+ "grad_norm": 0.7161296010017395,
92
+ "learning_rate": 9.643341030898358e-06,
93
+ "loss": 0.08600561141967773,
94
+ "step": 300
95
+ },
96
+ {
97
+ "epoch": 0.013151505341534477,
98
+ "grad_norm": 0.7295992374420166,
99
+ "learning_rate": 9.582084961392358e-06,
100
+ "loss": 0.08031168937683106,
101
+ "step": 325
102
+ },
103
+ {
104
+ "epoch": 0.01416315959857559,
105
+ "grad_norm": 0.8786855340003967,
106
+ "learning_rate": 9.516203916410702e-06,
107
+ "loss": 0.07677621841430664,
108
+ "step": 350
109
+ },
110
+ {
111
+ "epoch": 0.015174813855616705,
112
+ "grad_norm": 0.664604127407074,
113
+ "learning_rate": 9.445764393676567e-06,
114
+ "loss": 0.08257333755493164,
115
+ "step": 375
116
+ },
117
+ {
118
+ "epoch": 0.01618646811265782,
119
+ "grad_norm": 0.6612857580184937,
120
+ "learning_rate": 9.370837492060428e-06,
121
+ "loss": 0.07814112663269043,
122
+ "step": 400
123
+ },
124
+ {
125
+ "epoch": 0.01719812236969893,
126
+ "grad_norm": 0.6337666511535645,
127
+ "learning_rate": 9.291498839815658e-06,
128
+ "loss": 0.07912947177886963,
129
+ "step": 425
130
+ },
131
+ {
132
+ "epoch": 0.018209776626740046,
133
+ "grad_norm": 0.9065153002738953,
134
+ "learning_rate": 9.20782851824236e-06,
135
+ "loss": 0.08001086235046387,
136
+ "step": 450
137
+ },
138
+ {
139
+ "epoch": 0.01922143088378116,
140
+ "grad_norm": 0.8778851628303528,
141
+ "learning_rate": 9.119910980856477e-06,
142
+ "loss": 0.08504880905151367,
143
+ "step": 475
144
+ },
145
+ {
146
+ "epoch": 0.020233085140822272,
147
+ "grad_norm": 0.8410937786102295,
148
+ "learning_rate": 9.027834968145736e-06,
149
+ "loss": 0.07751385688781738,
150
+ "step": 500
151
+ },
152
+ {
153
+ "epoch": 0.021244739397863387,
154
+ "grad_norm": 0.8290925025939941,
155
+ "learning_rate": 8.931693417998515e-06,
156
+ "loss": 0.08087217330932617,
157
+ "step": 525
158
+ },
159
+ {
160
+ "epoch": 0.0222563936549045,
161
+ "grad_norm": 0.9300380349159241,
162
+ "learning_rate": 8.831583371896011e-06,
163
+ "loss": 0.07645512580871582,
164
+ "step": 550
165
+ },
166
+ {
167
+ "epoch": 0.023268047911945613,
168
+ "grad_norm": 1.0256469249725342,
169
+ "learning_rate": 8.727605876962402e-06,
170
+ "loss": 0.07920522689819336,
171
+ "step": 575
172
+ },
173
+ {
174
+ "epoch": 0.024279702168986728,
175
+ "grad_norm": 0.7493225336074829,
176
+ "learning_rate": 8.619865883971879e-06,
177
+ "loss": 0.07890358448028564,
178
+ "step": 600
179
+ },
180
+ {
181
+ "epoch": 0.025291356426027842,
182
+ "grad_norm": 1.3388545513153076,
183
+ "learning_rate": 8.508472141415468e-06,
184
+ "loss": 0.0720207691192627,
185
+ "step": 625
186
+ },
187
+ {
188
+ "epoch": 0.026303010683068954,
189
+ "grad_norm": 0.8595075011253357,
190
+ "learning_rate": 8.393537085734616e-06,
191
+ "loss": 0.07741987228393554,
192
+ "step": 650
193
+ },
194
+ {
195
+ "epoch": 0.02731466494011007,
196
+ "grad_norm": 0.842380940914154,
197
+ "learning_rate": 8.275176727832289e-06,
198
+ "loss": 0.078358473777771,
199
+ "step": 675
200
+ },
201
+ {
202
+ "epoch": 0.02832631919715118,
203
+ "grad_norm": 0.6610252261161804,
204
+ "learning_rate": 8.153510535976138e-06,
205
+ "loss": 0.07246792793273926,
206
+ "step": 700
207
+ },
208
+ {
209
+ "epoch": 0.029337973454192295,
210
+ "grad_norm": 0.811519205570221,
211
+ "learning_rate": 8.028661315211968e-06,
212
+ "loss": 0.07699480533599853,
213
+ "step": 725
214
+ },
215
+ {
216
+ "epoch": 0.03034962771123341,
217
+ "grad_norm": 0.8042305111885071,
218
+ "learning_rate": 7.900755083409165e-06,
219
+ "loss": 0.07572071552276612,
220
+ "step": 750
221
+ },
222
+ {
223
+ "epoch": 0.03136128196827452,
224
+ "grad_norm": 1.0434718132019043,
225
+ "learning_rate": 7.769920944063244e-06,
226
+ "loss": 0.07450762748718262,
227
+ "step": 775
228
+ },
229
+ {
230
+ "epoch": 0.03237293622531564,
231
+ "grad_norm": 0.7678037285804749,
232
+ "learning_rate": 7.636290955983891e-06,
233
+ "loss": 0.07479867935180665,
234
+ "step": 800
235
+ },
236
+ {
237
+ "epoch": 0.03338459048235675,
238
+ "grad_norm": 0.7159585356712341,
239
+ "learning_rate": 7.500000000000001e-06,
240
+ "loss": 0.06815961360931397,
241
+ "step": 825
242
+ },
243
+ {
244
+ "epoch": 0.03439624473939786,
245
+ "grad_norm": 0.8384346961975098,
246
+ "learning_rate": 7.361185642816315e-06,
247
+ "loss": 0.07340707778930664,
248
+ "step": 850
249
+ },
250
+ {
251
+ "epoch": 0.03540789899643898,
252
+ "grad_norm": 0.8005127310752869,
253
+ "learning_rate": 7.219987998159018e-06,
254
+ "loss": 0.07145726203918457,
255
+ "step": 875
256
+ },
257
+ {
258
+ "epoch": 0.03641955325348009,
259
+ "grad_norm": 0.7431536316871643,
260
+ "learning_rate": 7.0765495853504875e-06,
261
+ "loss": 0.0730298662185669,
262
+ "step": 900
263
+ },
264
+ {
265
+ "epoch": 0.0374312075105212,
266
+ "grad_norm": 0.8528541922569275,
267
+ "learning_rate": 6.931015185455915e-06,
268
+ "loss": 0.07038732051849365,
269
+ "step": 925
270
+ },
271
+ {
272
+ "epoch": 0.03844286176756232,
273
+ "grad_norm": 1.045146107673645,
274
+ "learning_rate": 6.7835316951470185e-06,
275
+ "loss": 0.07059284210205079,
276
+ "step": 950
277
+ },
278
+ {
279
+ "epoch": 0.03945451602460343,
280
+ "grad_norm": 0.7227703928947449,
281
+ "learning_rate": 6.634247978430359e-06,
282
+ "loss": 0.06966906547546386,
283
+ "step": 975
284
+ },
285
+ {
286
+ "epoch": 0.040466170281644544,
287
+ "grad_norm": 0.8465985655784607,
288
+ "learning_rate": 6.483314716389888e-06,
289
+ "loss": 0.07425240516662597,
290
+ "step": 1000
291
+ },
292
+ {
293
+ "epoch": 0.040466170281644544,
294
+ "eval_loss": 0.18616674840450287,
295
+ "eval_runtime": 417.5341,
296
+ "eval_samples_per_second": 102.76,
297
+ "eval_steps_per_second": 3.212,
298
+ "step": 1000
299
+ },
300
+ {
301
+ "epoch": 0.04147782453868566,
302
+ "grad_norm": 0.9529474377632141,
303
+ "learning_rate": 6.330884255095409e-06,
304
+ "loss": 0.07227096557617188,
305
+ "step": 1025
306
+ },
307
+ {
308
+ "epoch": 0.04248947879572677,
309
+ "grad_norm": 0.8593569397926331,
310
+ "learning_rate": 6.1771104518304925e-06,
311
+ "loss": 0.06962797641754151,
312
+ "step": 1050
313
+ },
314
+ {
315
+ "epoch": 0.043501133052767885,
316
+ "grad_norm": 1.56771719455719,
317
+ "learning_rate": 6.0221485197949995e-06,
318
+ "loss": 0.0692414665222168,
319
+ "step": 1075
320
+ },
321
+ {
322
+ "epoch": 0.044512787309809,
323
+ "grad_norm": 0.9446329474449158,
324
+ "learning_rate": 5.866154871439018e-06,
325
+ "loss": 0.07052364349365234,
326
+ "step": 1100
327
+ },
328
+ {
329
+ "epoch": 0.045524441566850114,
330
+ "grad_norm": 0.9508762359619141,
331
+ "learning_rate": 5.709286960586318e-06,
332
+ "loss": 0.06672035217285156,
333
+ "step": 1125
334
+ },
335
+ {
336
+ "epoch": 0.046536095823891226,
337
+ "grad_norm": 0.9291703701019287,
338
+ "learning_rate": 5.551703123506678e-06,
339
+ "loss": 0.07133745193481446,
340
+ "step": 1150
341
+ },
342
+ {
343
+ "epoch": 0.047547750080932344,
344
+ "grad_norm": 1.0664215087890625,
345
+ "learning_rate": 5.393562419097525e-06,
346
+ "loss": 0.07111708641052246,
347
+ "step": 1175
348
+ },
349
+ {
350
+ "epoch": 0.048559404337973455,
351
+ "grad_norm": 0.9802451729774475,
352
+ "learning_rate": 5.235024468336154e-06,
353
+ "loss": 0.06713025569915772,
354
+ "step": 1200
355
+ },
356
+ {
357
+ "epoch": 0.04957105859501457,
358
+ "grad_norm": 0.9398006200790405,
359
+ "learning_rate": 5.07624929316463e-06,
360
+ "loss": 0.06843162536621093,
361
+ "step": 1225
362
+ },
363
+ {
364
+ "epoch": 0.050582712852055685,
365
+ "grad_norm": 0.8841513991355896,
366
+ "learning_rate": 4.917397154969965e-06,
367
+ "loss": 0.0674632453918457,
368
+ "step": 1250
369
+ },
370
+ {
371
+ "epoch": 0.051594367109096796,
372
+ "grad_norm": 0.9453590512275696,
373
+ "learning_rate": 4.758628392822602e-06,
374
+ "loss": 0.06608812808990479,
375
+ "step": 1275
376
+ },
377
+ {
378
+ "epoch": 0.05260602136613791,
379
+ "grad_norm": 1.0145738124847412,
380
+ "learning_rate": 4.600103261636496e-06,
381
+ "loss": 0.0655123233795166,
382
+ "step": 1300
383
+ },
384
+ {
385
+ "epoch": 0.053617675623179026,
386
+ "grad_norm": 0.8218289613723755,
387
+ "learning_rate": 4.441981770414145e-06,
388
+ "loss": 0.06619914054870606,
389
+ "step": 1325
390
+ },
391
+ {
392
+ "epoch": 0.05462932988022014,
393
+ "grad_norm": 0.9566552042961121,
394
+ "learning_rate": 4.284423520739811e-06,
395
+ "loss": 0.06477892875671387,
396
+ "step": 1350
397
+ },
398
+ {
399
+ "epoch": 0.05564098413726125,
400
+ "grad_norm": 0.8886809945106506,
401
+ "learning_rate": 4.127587545684002e-06,
402
+ "loss": 0.06271601676940917,
403
+ "step": 1375
404
+ },
405
+ {
406
+ "epoch": 0.05665263839430236,
407
+ "grad_norm": 0.9757625460624695,
408
+ "learning_rate": 3.971632149281768e-06,
409
+ "loss": 0.0660263204574585,
410
+ "step": 1400
411
+ },
412
+ {
413
+ "epoch": 0.05766429265134348,
414
+ "grad_norm": 0.9931125044822693,
415
+ "learning_rate": 3.8167147467468655e-06,
416
+ "loss": 0.06467216968536377,
417
+ "step": 1425
418
+ },
419
+ {
420
+ "epoch": 0.05867594690838459,
421
+ "grad_norm": 0.7876198887825012,
422
+ "learning_rate": 3.6629917055830685e-06,
423
+ "loss": 0.06067314147949219,
424
+ "step": 1450
425
+ },
426
+ {
427
+ "epoch": 0.0596876011654257,
428
+ "grad_norm": 0.8658786416053772,
429
+ "learning_rate": 3.51061818775298e-06,
430
+ "loss": 0.06845765113830567,
431
+ "step": 1475
432
+ },
433
+ {
434
+ "epoch": 0.06069925542246682,
435
+ "grad_norm": 0.8782923817634583,
436
+ "learning_rate": 3.359747993063682e-06,
437
+ "loss": 0.06363529682159424,
438
+ "step": 1500
439
+ },
440
+ {
441
+ "epoch": 0.06171090967950793,
442
+ "grad_norm": 0.8501570820808411,
443
+ "learning_rate": 3.2105334039272924e-06,
444
+ "loss": 0.06508552074432374,
445
+ "step": 1525
446
+ },
447
+ {
448
+ "epoch": 0.06272256393654904,
449
+ "grad_norm": 0.9424809217453003,
450
+ "learning_rate": 3.06312503165311e-06,
451
+ "loss": 0.06868315219879151,
452
+ "step": 1550
453
+ },
454
+ {
455
+ "epoch": 0.06373421819359015,
456
+ "grad_norm": 0.8879184722900391,
457
+ "learning_rate": 2.9176716644265228e-06,
458
+ "loss": 0.06361775398254395,
459
+ "step": 1575
460
+ },
461
+ {
462
+ "epoch": 0.06474587245063128,
463
+ "grad_norm": 0.8703402280807495,
464
+ "learning_rate": 2.7743201171280776e-06,
465
+ "loss": 0.06295756340026855,
466
+ "step": 1600
467
+ },
468
+ {
469
+ "epoch": 0.06575752670767239,
470
+ "grad_norm": 0.8063569068908691,
471
+ "learning_rate": 2.6332150831443524e-06,
472
+ "loss": 0.06665169715881347,
473
+ "step": 1625
474
+ },
475
+ {
476
+ "epoch": 0.0667691809647135,
477
+ "grad_norm": 0.899817943572998,
478
+ "learning_rate": 2.494498988320166e-06,
479
+ "loss": 0.06509072303771973,
480
+ "step": 1650
481
+ },
482
+ {
483
+ "epoch": 0.06778083522175461,
484
+ "grad_norm": 0.7589254975318909,
485
+ "learning_rate": 2.358311847199567e-06,
486
+ "loss": 0.06155346870422363,
487
+ "step": 1675
488
+ },
489
+ {
490
+ "epoch": 0.06879248947879572,
491
+ "grad_norm": 0.9403272867202759,
492
+ "learning_rate": 2.224791121700673e-06,
493
+ "loss": 0.06310113906860351,
494
+ "step": 1700
495
+ },
496
+ {
497
+ "epoch": 0.06980414373583683,
498
+ "grad_norm": 0.9749501347541809,
499
+ "learning_rate": 2.094071582367053e-06,
500
+ "loss": 0.05723265171051026,
501
+ "step": 1725
502
+ },
503
+ {
504
+ "epoch": 0.07081579799287796,
505
+ "grad_norm": 1.0470415353775024,
506
+ "learning_rate": 1.9662851723356628e-06,
507
+ "loss": 0.0638632583618164,
508
+ "step": 1750
509
+ },
510
+ {
511
+ "epoch": 0.07182745224991907,
512
+ "grad_norm": 0.9093928337097168,
513
+ "learning_rate": 1.8415608741586595e-06,
514
+ "loss": 0.059368858337402346,
515
+ "step": 1775
516
+ },
517
+ {
518
+ "epoch": 0.07283910650696018,
519
+ "grad_norm": 1.184372901916504,
520
+ "learning_rate": 1.7200245796135085e-06,
521
+ "loss": 0.0635831117630005,
522
+ "step": 1800
523
+ },
524
+ {
525
+ "epoch": 0.0738507607640013,
526
+ "grad_norm": 0.9792858362197876,
527
+ "learning_rate": 1.601798962632799e-06,
528
+ "loss": 0.06337547302246094,
529
+ "step": 1825
530
+ },
531
+ {
532
+ "epoch": 0.0748624150210424,
533
+ "grad_norm": 0.8788456320762634,
534
+ "learning_rate": 1.4870033554820256e-06,
535
+ "loss": 0.05948060989379883,
536
+ "step": 1850
537
+ },
538
+ {
539
+ "epoch": 0.07587406927808352,
540
+ "grad_norm": 1.129376769065857,
541
+ "learning_rate": 1.3757536283103145e-06,
542
+ "loss": 0.06096158981323242,
543
+ "step": 1875
544
+ },
545
+ {
546
+ "epoch": 0.07688572353512464,
547
+ "grad_norm": 1.0180684328079224,
548
+ "learning_rate": 1.2681620721956727e-06,
549
+ "loss": 0.06047186851501465,
550
+ "step": 1900
551
+ },
552
+ {
553
+ "epoch": 0.07789737779216575,
554
+ "grad_norm": 0.7889450788497925,
555
+ "learning_rate": 1.1643372858028185e-06,
556
+ "loss": 0.06576673984527588,
557
+ "step": 1925
558
+ },
559
+ {
560
+ "epoch": 0.07890903204920686,
561
+ "grad_norm": 0.9547349810600281,
562
+ "learning_rate": 1.0643840657679716e-06,
563
+ "loss": 0.06420350551605225,
564
+ "step": 1950
565
+ },
566
+ {
567
+ "epoch": 0.07992068630624798,
568
+ "grad_norm": 1.0346224308013916,
569
+ "learning_rate": 9.684033009212752e-07,
570
+ "loss": 0.06534246444702148,
571
+ "step": 1975
572
+ },
573
+ {
574
+ "epoch": 0.08093234056328909,
575
+ "grad_norm": 0.962091326713562,
576
+ "learning_rate": 8.764918704535979e-07,
577
+ "loss": 0.06413849830627441,
578
+ "step": 2000
579
+ },
580
+ {
581
+ "epoch": 0.08093234056328909,
582
+ "eval_loss": 0.2071998119354248,
583
+ "eval_runtime": 416.5888,
584
+ "eval_samples_per_second": 102.994,
585
+ "eval_steps_per_second": 3.219,
586
+ "step": 2000
587
+ },
588
+ {
589
+ "epoch": 0.0819439948203302,
590
+ "grad_norm": 0.8268165588378906,
591
+ "learning_rate": 7.887425461305059e-07,
592
+ "loss": 0.05936159610748291,
593
+ "step": 2025
594
+ },
595
+ {
596
+ "epoch": 0.08295564907737132,
597
+ "grad_norm": 0.8211469650268555,
598
+ "learning_rate": 7.052438986521121e-07,
599
+ "loss": 0.06574771881103515,
600
+ "step": 2050
601
+ },
602
+ {
603
+ "epoch": 0.08396730333441244,
604
+ "grad_norm": 0.9656228423118591,
605
+ "learning_rate": 6.260802082533074e-07,
606
+ "loss": 0.05933941841125488,
607
+ "step": 2075
608
+ },
609
+ {
610
+ "epoch": 0.08497895759145355,
611
+ "grad_norm": 1.1002612113952637,
612
+ "learning_rate": 5.513313796346242e-07,
613
+ "loss": 0.05868081092834473,
614
+ "step": 2100
615
+ },
616
+ {
617
+ "epoch": 0.08599061184849466,
618
+ "grad_norm": 0.9568577408790588,
619
+ "learning_rate": 4.81072861309591e-07,
620
+ "loss": 0.061365365982055664,
621
+ "step": 2125
622
+ },
623
+ {
624
+ "epoch": 0.08700226610553577,
625
+ "grad_norm": 1.263872504234314,
626
+ "learning_rate": 4.1537556944998225e-07,
627
+ "loss": 0.05863400459289551,
628
+ "step": 2150
629
+ },
630
+ {
631
+ "epoch": 0.08801392036257688,
632
+ "grad_norm": 0.949004590511322,
633
+ "learning_rate": 3.5430581630583884e-07,
634
+ "loss": 0.05913155555725098,
635
+ "step": 2175
636
+ },
637
+ {
638
+ "epoch": 0.089025574619618,
639
+ "grad_norm": 1.2876442670822144,
640
+ "learning_rate": 2.979252432725027e-07,
641
+ "loss": 0.057411818504333495,
642
+ "step": 2200
643
+ },
644
+ {
645
+ "epoch": 0.09003722887665912,
646
+ "grad_norm": 1.0092101097106934,
647
+ "learning_rate": 2.462907586722285e-07,
648
+ "loss": 0.0581765079498291,
649
+ "step": 2225
650
+ },
651
+ {
652
+ "epoch": 0.09104888313370023,
653
+ "grad_norm": 0.8489072322845459,
654
+ "learning_rate": 1.994544803131737e-07,
655
+ "loss": 0.05828178882598877,
656
+ "step": 2250
657
+ },
658
+ {
659
+ "epoch": 0.09206053739074134,
660
+ "grad_norm": 0.8021871447563171,
661
+ "learning_rate": 1.574636828837395e-07,
662
+ "loss": 0.06090761184692383,
663
+ "step": 2275
664
+ },
665
+ {
666
+ "epoch": 0.09307219164778245,
667
+ "grad_norm": 1.2686115503311157,
668
+ "learning_rate": 1.2036075023537208e-07,
669
+ "loss": 0.061113595962524414,
670
+ "step": 2300
671
+ },
672
+ {
673
+ "epoch": 0.09408384590482356,
674
+ "grad_norm": 0.9067429304122925,
675
+ "learning_rate": 8.818313260197553e-08,
676
+ "loss": 0.060579957962036135,
677
+ "step": 2325
678
+ },
679
+ {
680
+ "epoch": 0.09509550016186469,
681
+ "grad_norm": 0.9274111390113831,
682
+ "learning_rate": 6.096330879912682e-08,
683
+ "loss": 0.0602969217300415,
684
+ "step": 2350
685
+ },
686
+ {
687
+ "epoch": 0.0961071544189058,
688
+ "grad_norm": 0.958638608455658,
689
+ "learning_rate": 3.872875344124283e-08,
690
+ "loss": 0.06123236656188965,
691
+ "step": 2375
692
+ },
693
+ {
694
+ "epoch": 0.09711880867594691,
695
+ "grad_norm": 0.9400763511657715,
696
+ "learning_rate": 2.1501909209790672e-08,
697
+ "loss": 0.05601327896118164,
698
+ "step": 2400
699
+ },
700
+ {
701
+ "epoch": 0.09813046293298802,
702
+ "grad_norm": 0.8256824016571045,
703
+ "learning_rate": 9.300164200530815e-09,
704
+ "loss": 0.058267130851745605,
705
+ "step": 2425
706
+ },
707
+ {
708
+ "epoch": 0.09914211719002913,
709
+ "grad_norm": 0.8892621397972107,
710
+ "learning_rate": 2.1358343726618493e-09,
711
+ "loss": 0.05662036895751953,
712
+ "step": 2450
713
+ },
714
+ {
715
+ "epoch": 0.10003237293622531,
716
+ "eval_loss": 0.21075651049613953,
717
+ "eval_runtime": 417.5077,
718
+ "eval_samples_per_second": 102.767,
719
+ "eval_steps_per_second": 3.212,
720
+ "step": 2472
721
+ }
722
+ ],
723
+ "logging_steps": 25,
724
+ "max_steps": 2472,
725
+ "num_input_tokens_seen": 0,
726
+ "num_train_epochs": 1,
727
+ "save_steps": 1000,
728
+ "stateful_callbacks": {
729
+ "TrainerControl": {
730
+ "args": {
731
+ "should_epoch_stop": false,
732
+ "should_evaluate": false,
733
+ "should_log": false,
734
+ "should_save": true,
735
+ "should_training_stop": true
736
+ },
737
+ "attributes": {}
738
+ }
739
+ },
740
+ "total_flos": 6.891199665862083e+17,
741
+ "train_batch_size": 8,
742
+ "trial_name": null,
743
+ "trial_params": null
744
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ec6d52b83b8e0d6240836e5a7c12b9ba34ff19a144db80d31bf512ff145358c
3
+ size 5265