Gogs commited on
Commit
6763467
·
1 Parent(s): 790cf91

Update checkpoint (step 2000)

Browse files
LICENSE ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ Copyright 2026 OpceanAI
6
+
7
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
8
+
9
+ 1. Definitions.
10
+
11
+ "License" shall mean the terms and conditions for use, reproduction,
12
+ and distribution as defined by Sections 1 through 9 of this document.
13
+
14
+ "Licensor" shall mean the copyright owner or entity authorized by
15
+ the copyright owner that is granting the License.
16
+
17
+ "Legal Entity" shall mean the union of the acting entity and all
18
+ other entities that control, are controlled by, or are under common
19
+ control with that entity. For the purposes of this definition,
20
+ "control" means (i) the power, direct or indirect, to cause the
21
+ direction or management of such entity, whether by contract or
22
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
23
+ outstanding shares, or (iii) beneficial ownership of such entity.
24
+
25
+ "You" (or "Your") shall mean an individual or Legal Entity
26
+ exercising permissions granted by this License.
27
+
28
+ "Source" form shall mean the preferred form for making modifications,
29
+ including but not limited to software source code, documentation
30
+ source, and configuration files.
31
+
32
+ "Object" form shall mean any form resulting from mechanical
33
+ transformation or translation of a Source form, including but
34
+ not limited to compiled object code, generated documentation,
35
+ and conversions to other media types.
36
+
37
+ "Work" shall mean the work of authorship, whether in Source or
38
+ Object form, made available under the License, as indicated by a
39
+ copyright notice that is included in or attached to the work
40
+ (an example is provided in the Appendix below).
41
+
42
+ "Derivative Works" shall mean any work, whether in Source or Object
43
+ form, that is based on (or derived from) the Work and for which the
44
+ editorial revisions, annotations, elaborations, or other modifications
45
+ represent, as a whole, an original work of authorship. For the purposes
46
+ of this License, Derivative Works shall not include works that remain
47
+ separable from, or merely link (or bind by name) to the interfaces of,
48
+ the Work and Derivative Works thereof.
49
+
50
+ "Contribution" shall mean any work of authorship, including
51
+ the original version of the Work and any modifications or additions
52
+ to that Work or Derivative Works thereof, that is intentionally
53
+ submitted to Licensor for inclusion in the Work by the copyright owner
54
+ or by an individual or Legal Entity authorized to submit on behalf of
55
+ the copyright owner. For the purposes of this definition, "submitted"
56
+ means any form of electronic, verbal, or written communication sent
57
+ to the Licensor or its representatives, including but not limited to
58
+ communication on electronic mailing lists, source code control systems,
59
+ and issue tracking systems that are managed by, or on behalf of, the
60
+ Licensor for the purpose of discussing and improving the Work, but
61
+ excluding communication that is conspicuously marked or otherwise
62
+ designated in writing by the copyright owner as "Not a Contribution."
63
+
64
+ "Contributor" shall mean Licensor and any individual or Legal Entity
65
+ on behalf of whom a Contribution has been received by Licensor and
66
+ subsequently incorporated within the Work.
67
+
68
+ 2. Grant of Copyright License.
69
+ Subject to the terms and conditions of this License, each Contributor
70
+ hereby grants to You a perpetual, worldwide, non-exclusive, no-charge,
71
+ royalty-free, irrevocable copyright license to reproduce, prepare
72
+ Derivative Works of, publicly display, publicly perform, sublicense,
73
+ and distribute the Work and such Derivative Works in Source or Object
74
+ form.
75
+
76
+ 3. Grant of Patent License.
77
+ Subject to the terms and conditions of this License, each Contributor
78
+ hereby grants to You a perpetual, worldwide, non-exclusive, no-charge,
79
+ royalty-free, irrevocable (except as stated in this section) patent
80
+ license to make, have made, use, offer to sell, sell, import, and
81
+ otherwise transfer the Work, where such license applies only to those
82
+ patent claims licensable by such Contributor that are necessarily
83
+ infringed by their Contribution(s) alone or by combination of their
84
+ Contribution(s) with the Work to which such Contribution(s) was
85
+ submitted. If You institute patent litigation against any entity
86
+ alleging that the Work or a Contribution constitutes patent
87
+ infringement, then any patent licenses granted under this License
88
+ shall terminate as of the date such litigation is filed.
89
+
90
+ 4. Redistribution.
91
+ You may reproduce and distribute copies of the Work or Derivative
92
+ Works thereof in any medium, with or without modifications, provided
93
+ that You meet the following conditions:
94
+
95
+ (a) You must give recipients a copy of this License; and
96
+ (b) You must cause modified files to carry prominent notices stating
97
+ that You changed the files; and
98
+ (c) You must retain all copyright, patent, trademark, and attribution
99
+ notices; and
100
+ (d) Any NOTICE file must be included if present.
101
+
102
+ 5. Submission of Contributions.
103
+ Unless You explicitly state otherwise, any Contribution submitted
104
+ shall be under the terms of this License.
105
+
106
+ 6. Trademarks.
107
+ This License does not grant permission to use the trade names,
108
+ trademarks, or service marks of the Licensor.
109
+
110
+ 7. Disclaimer of Warranty.
111
+ The Work is provided on an "AS IS" BASIS, WITHOUT WARRANTIES OR
112
+ CONDITIONS OF ANY KIND.
113
+
114
+ 8. Limitation of Liability.
115
+ In no event shall any Contributor be liable for damages arising from
116
+ the use of the Work.
117
+
118
+ 9. Accepting Warranty or Additional Liability.
119
+ You may offer support or warranty only on Your own behalf.
120
+
121
+ END OF TERMS AND CONDITIONS
122
+
123
+ APPENDIX: How to apply the Apache License to your work.
124
+
125
+ Copyright 2026 OpceanAI
126
+
127
+ Licensed under the Apache License, Version 2.0 (the "License");
128
+ you may not use this file except in compliance with the License.
129
+ You may obtain a copy of the License at
130
+
131
+ http://www.apache.org/licenses/LICENSE-2.0
132
+
133
+ Unless required by applicable law or agreed to in writing, software
134
+ distributed under the License is distributed on an "AS IS" BASIS,
135
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
136
+ See the License for the specific language governing permissions and
137
+ limitations under the License.
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 1,
3
+ "activation_function": "gelu_new",
4
+ "architectures": [
5
+ "GPT2LMHeadModel"
6
+ ],
7
+ "attn_pdrop": 0.1,
8
+ "bos_token_id": 50256,
9
+ "dtype": "float32",
10
+ "embd_pdrop": 0.1,
11
+ "eos_token_id": 50256,
12
+ "id2label": {
13
+ "0": "LABEL_0"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "label2id": {
17
+ "LABEL_0": 0
18
+ },
19
+ "layer_norm_epsilon": 1e-05,
20
+ "model_type": "gpt2",
21
+ "n_ctx": 1024,
22
+ "n_embd": 768,
23
+ "n_head": 12,
24
+ "n_inner": null,
25
+ "n_layer": 6,
26
+ "n_positions": 1024,
27
+ "reorder_and_upcast_attn": false,
28
+ "resid_pdrop": 0.1,
29
+ "scale_attn_by_inverse_layer_idx": false,
30
+ "scale_attn_weights": true,
31
+ "summary_activation": null,
32
+ "summary_first_dropout": 0.1,
33
+ "summary_proj_to_labels": true,
34
+ "summary_type": "cls_index",
35
+ "summary_use_proj": true,
36
+ "task_specific_params": {
37
+ "text-generation": {
38
+ "do_sample": true,
39
+ "max_length": 50
40
+ }
41
+ },
42
+ "transformers_version": "4.57.3",
43
+ "use_cache": true,
44
+ "vocab_size": 50257
45
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 50256,
4
+ "eos_token_id": 50256,
5
+ "transformers_version": "4.57.3"
6
+ }
merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c96d284b18a64cce26aacb4b1a632fdee492d5befc907e30f0af74c00d060ca
3
+ size 327657928
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c0c195a1e422cdf40f0111f3d439123654ab525403ce7044c6304d325ad3364
3
+ size 655362763
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6d709785c99d1ad065c4bc294f83293a500ac714a6810ca85d36d3ac5930bcb
3
+ size 14455
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9d6bc69318fecc0eb83dc1f3ff910ae9f261fdcef983cd951757193ca67b223
3
+ size 1465
special_tokens_map.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<|endoftext|>",
3
+ "eos_token": "<|endoftext|>",
4
+ "pad_token": "<|endoftext|>",
5
+ "unk_token": "<|endoftext|>"
6
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "50256": {
5
+ "content": "<|endoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ }
12
+ },
13
+ "bos_token": "<|endoftext|>",
14
+ "clean_up_tokenization_spaces": false,
15
+ "eos_token": "<|endoftext|>",
16
+ "extra_special_tokens": {},
17
+ "model_max_length": 1024,
18
+ "pad_token": "<|endoftext|>",
19
+ "tokenizer_class": "GPT2Tokenizer",
20
+ "unk_token": "<|endoftext|>"
21
+ }
trainer_state.json ADDED
@@ -0,0 +1,1434 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_global_step": null,
3
+ "best_metric": null,
4
+ "best_model_checkpoint": null,
5
+ "epoch": 0.10666666666666667,
6
+ "eval_steps": 500,
7
+ "global_step": 2000,
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.0005333333333333334,
14
+ "grad_norm": 5.792410850524902,
15
+ "learning_rate": 4.9988e-05,
16
+ "loss": 3.3493,
17
+ "step": 10
18
+ },
19
+ {
20
+ "epoch": 0.0010666666666666667,
21
+ "grad_norm": 5.163405418395996,
22
+ "learning_rate": 4.997466666666667e-05,
23
+ "loss": 3.2695,
24
+ "step": 20
25
+ },
26
+ {
27
+ "epoch": 0.0016,
28
+ "grad_norm": 4.789336204528809,
29
+ "learning_rate": 4.996133333333334e-05,
30
+ "loss": 3.3535,
31
+ "step": 30
32
+ },
33
+ {
34
+ "epoch": 0.0021333333333333334,
35
+ "grad_norm": 6.795251846313477,
36
+ "learning_rate": 4.9948000000000004e-05,
37
+ "loss": 3.3185,
38
+ "step": 40
39
+ },
40
+ {
41
+ "epoch": 0.0026666666666666666,
42
+ "grad_norm": 5.427957057952881,
43
+ "learning_rate": 4.993466666666667e-05,
44
+ "loss": 3.0503,
45
+ "step": 50
46
+ },
47
+ {
48
+ "epoch": 0.0032,
49
+ "grad_norm": 5.994451999664307,
50
+ "learning_rate": 4.992133333333334e-05,
51
+ "loss": 3.2466,
52
+ "step": 60
53
+ },
54
+ {
55
+ "epoch": 0.0037333333333333333,
56
+ "grad_norm": 5.032135486602783,
57
+ "learning_rate": 4.9908000000000004e-05,
58
+ "loss": 2.7803,
59
+ "step": 70
60
+ },
61
+ {
62
+ "epoch": 0.004266666666666667,
63
+ "grad_norm": 5.3739495277404785,
64
+ "learning_rate": 4.989466666666667e-05,
65
+ "loss": 2.8109,
66
+ "step": 80
67
+ },
68
+ {
69
+ "epoch": 0.0048,
70
+ "grad_norm": 5.321890354156494,
71
+ "learning_rate": 4.988133333333333e-05,
72
+ "loss": 2.8156,
73
+ "step": 90
74
+ },
75
+ {
76
+ "epoch": 0.005333333333333333,
77
+ "grad_norm": 8.430088996887207,
78
+ "learning_rate": 4.9868000000000004e-05,
79
+ "loss": 2.7049,
80
+ "step": 100
81
+ },
82
+ {
83
+ "epoch": 0.005866666666666667,
84
+ "grad_norm": 6.157585620880127,
85
+ "learning_rate": 4.985466666666667e-05,
86
+ "loss": 3.0948,
87
+ "step": 110
88
+ },
89
+ {
90
+ "epoch": 0.0064,
91
+ "grad_norm": 5.328046798706055,
92
+ "learning_rate": 4.9841333333333333e-05,
93
+ "loss": 2.724,
94
+ "step": 120
95
+ },
96
+ {
97
+ "epoch": 0.006933333333333333,
98
+ "grad_norm": 5.178571701049805,
99
+ "learning_rate": 4.9828000000000005e-05,
100
+ "loss": 3.0151,
101
+ "step": 130
102
+ },
103
+ {
104
+ "epoch": 0.007466666666666667,
105
+ "grad_norm": 6.57607364654541,
106
+ "learning_rate": 4.981466666666667e-05,
107
+ "loss": 2.7384,
108
+ "step": 140
109
+ },
110
+ {
111
+ "epoch": 0.008,
112
+ "grad_norm": 11.210726737976074,
113
+ "learning_rate": 4.9801333333333334e-05,
114
+ "loss": 2.8189,
115
+ "step": 150
116
+ },
117
+ {
118
+ "epoch": 0.008533333333333334,
119
+ "grad_norm": 4.816577911376953,
120
+ "learning_rate": 4.9788e-05,
121
+ "loss": 2.6138,
122
+ "step": 160
123
+ },
124
+ {
125
+ "epoch": 0.009066666666666667,
126
+ "grad_norm": 6.2408294677734375,
127
+ "learning_rate": 4.977466666666667e-05,
128
+ "loss": 2.6402,
129
+ "step": 170
130
+ },
131
+ {
132
+ "epoch": 0.0096,
133
+ "grad_norm": 5.550693511962891,
134
+ "learning_rate": 4.976133333333334e-05,
135
+ "loss": 2.8217,
136
+ "step": 180
137
+ },
138
+ {
139
+ "epoch": 0.010133333333333333,
140
+ "grad_norm": 6.007472515106201,
141
+ "learning_rate": 4.9748e-05,
142
+ "loss": 2.7337,
143
+ "step": 190
144
+ },
145
+ {
146
+ "epoch": 0.010666666666666666,
147
+ "grad_norm": 5.4420623779296875,
148
+ "learning_rate": 4.973466666666667e-05,
149
+ "loss": 2.4179,
150
+ "step": 200
151
+ },
152
+ {
153
+ "epoch": 0.0112,
154
+ "grad_norm": 4.604928493499756,
155
+ "learning_rate": 4.9721333333333335e-05,
156
+ "loss": 2.4616,
157
+ "step": 210
158
+ },
159
+ {
160
+ "epoch": 0.011733333333333333,
161
+ "grad_norm": 4.743863582611084,
162
+ "learning_rate": 4.9708000000000006e-05,
163
+ "loss": 2.6844,
164
+ "step": 220
165
+ },
166
+ {
167
+ "epoch": 0.012266666666666667,
168
+ "grad_norm": 6.098178386688232,
169
+ "learning_rate": 4.969466666666667e-05,
170
+ "loss": 2.8374,
171
+ "step": 230
172
+ },
173
+ {
174
+ "epoch": 0.0128,
175
+ "grad_norm": 5.230837821960449,
176
+ "learning_rate": 4.9681333333333335e-05,
177
+ "loss": 2.6294,
178
+ "step": 240
179
+ },
180
+ {
181
+ "epoch": 0.013333333333333334,
182
+ "grad_norm": 4.995968341827393,
183
+ "learning_rate": 4.9668000000000006e-05,
184
+ "loss": 2.7009,
185
+ "step": 250
186
+ },
187
+ {
188
+ "epoch": 0.013866666666666666,
189
+ "grad_norm": 5.136434078216553,
190
+ "learning_rate": 4.965466666666667e-05,
191
+ "loss": 2.6702,
192
+ "step": 260
193
+ },
194
+ {
195
+ "epoch": 0.0144,
196
+ "grad_norm": 4.960114479064941,
197
+ "learning_rate": 4.9641333333333335e-05,
198
+ "loss": 2.543,
199
+ "step": 270
200
+ },
201
+ {
202
+ "epoch": 0.014933333333333333,
203
+ "grad_norm": 3.7399258613586426,
204
+ "learning_rate": 4.9628e-05,
205
+ "loss": 2.6073,
206
+ "step": 280
207
+ },
208
+ {
209
+ "epoch": 0.015466666666666667,
210
+ "grad_norm": 5.888091087341309,
211
+ "learning_rate": 4.961466666666667e-05,
212
+ "loss": 3.0508,
213
+ "step": 290
214
+ },
215
+ {
216
+ "epoch": 0.016,
217
+ "grad_norm": 3.991913318634033,
218
+ "learning_rate": 4.9601333333333336e-05,
219
+ "loss": 2.7923,
220
+ "step": 300
221
+ },
222
+ {
223
+ "epoch": 0.016533333333333334,
224
+ "grad_norm": 7.179355144500732,
225
+ "learning_rate": 4.9588e-05,
226
+ "loss": 2.6183,
227
+ "step": 310
228
+ },
229
+ {
230
+ "epoch": 0.017066666666666667,
231
+ "grad_norm": 5.805356502532959,
232
+ "learning_rate": 4.957466666666667e-05,
233
+ "loss": 2.7449,
234
+ "step": 320
235
+ },
236
+ {
237
+ "epoch": 0.0176,
238
+ "grad_norm": 3.777961492538452,
239
+ "learning_rate": 4.9561333333333336e-05,
240
+ "loss": 2.7355,
241
+ "step": 330
242
+ },
243
+ {
244
+ "epoch": 0.018133333333333335,
245
+ "grad_norm": 4.463932991027832,
246
+ "learning_rate": 4.9548e-05,
247
+ "loss": 2.6022,
248
+ "step": 340
249
+ },
250
+ {
251
+ "epoch": 0.018666666666666668,
252
+ "grad_norm": 4.360901832580566,
253
+ "learning_rate": 4.9534666666666665e-05,
254
+ "loss": 2.4569,
255
+ "step": 350
256
+ },
257
+ {
258
+ "epoch": 0.0192,
259
+ "grad_norm": 4.430737495422363,
260
+ "learning_rate": 4.9521333333333336e-05,
261
+ "loss": 2.7994,
262
+ "step": 360
263
+ },
264
+ {
265
+ "epoch": 0.019733333333333332,
266
+ "grad_norm": 5.609028339385986,
267
+ "learning_rate": 4.9508e-05,
268
+ "loss": 2.4863,
269
+ "step": 370
270
+ },
271
+ {
272
+ "epoch": 0.020266666666666665,
273
+ "grad_norm": 4.087404251098633,
274
+ "learning_rate": 4.9494666666666666e-05,
275
+ "loss": 2.5082,
276
+ "step": 380
277
+ },
278
+ {
279
+ "epoch": 0.0208,
280
+ "grad_norm": 3.5008347034454346,
281
+ "learning_rate": 4.948133333333334e-05,
282
+ "loss": 2.6335,
283
+ "step": 390
284
+ },
285
+ {
286
+ "epoch": 0.021333333333333333,
287
+ "grad_norm": 5.405452251434326,
288
+ "learning_rate": 4.9468e-05,
289
+ "loss": 2.9961,
290
+ "step": 400
291
+ },
292
+ {
293
+ "epoch": 0.021866666666666666,
294
+ "grad_norm": 3.3590590953826904,
295
+ "learning_rate": 4.945466666666667e-05,
296
+ "loss": 2.7085,
297
+ "step": 410
298
+ },
299
+ {
300
+ "epoch": 0.0224,
301
+ "grad_norm": 4.877053260803223,
302
+ "learning_rate": 4.944133333333334e-05,
303
+ "loss": 2.4832,
304
+ "step": 420
305
+ },
306
+ {
307
+ "epoch": 0.022933333333333333,
308
+ "grad_norm": 3.8995587825775146,
309
+ "learning_rate": 4.9428e-05,
310
+ "loss": 2.3182,
311
+ "step": 430
312
+ },
313
+ {
314
+ "epoch": 0.023466666666666667,
315
+ "grad_norm": 5.022705554962158,
316
+ "learning_rate": 4.941466666666667e-05,
317
+ "loss": 2.4094,
318
+ "step": 440
319
+ },
320
+ {
321
+ "epoch": 0.024,
322
+ "grad_norm": 4.630198001861572,
323
+ "learning_rate": 4.940133333333334e-05,
324
+ "loss": 2.1688,
325
+ "step": 450
326
+ },
327
+ {
328
+ "epoch": 0.024533333333333334,
329
+ "grad_norm": 5.065393447875977,
330
+ "learning_rate": 4.9388e-05,
331
+ "loss": 2.7714,
332
+ "step": 460
333
+ },
334
+ {
335
+ "epoch": 0.025066666666666668,
336
+ "grad_norm": 4.215227127075195,
337
+ "learning_rate": 4.937466666666667e-05,
338
+ "loss": 2.7938,
339
+ "step": 470
340
+ },
341
+ {
342
+ "epoch": 0.0256,
343
+ "grad_norm": 3.03859281539917,
344
+ "learning_rate": 4.936133333333334e-05,
345
+ "loss": 2.5154,
346
+ "step": 480
347
+ },
348
+ {
349
+ "epoch": 0.026133333333333335,
350
+ "grad_norm": 4.028010845184326,
351
+ "learning_rate": 4.9348e-05,
352
+ "loss": 2.2416,
353
+ "step": 490
354
+ },
355
+ {
356
+ "epoch": 0.02666666666666667,
357
+ "grad_norm": 5.132800579071045,
358
+ "learning_rate": 4.933466666666667e-05,
359
+ "loss": 2.4243,
360
+ "step": 500
361
+ },
362
+ {
363
+ "epoch": 0.0272,
364
+ "grad_norm": 4.919140815734863,
365
+ "learning_rate": 4.932133333333334e-05,
366
+ "loss": 2.1868,
367
+ "step": 510
368
+ },
369
+ {
370
+ "epoch": 0.027733333333333332,
371
+ "grad_norm": 3.64642071723938,
372
+ "learning_rate": 4.9308e-05,
373
+ "loss": 2.1696,
374
+ "step": 520
375
+ },
376
+ {
377
+ "epoch": 0.028266666666666666,
378
+ "grad_norm": 4.6441755294799805,
379
+ "learning_rate": 4.929466666666667e-05,
380
+ "loss": 2.4774,
381
+ "step": 530
382
+ },
383
+ {
384
+ "epoch": 0.0288,
385
+ "grad_norm": 4.154843807220459,
386
+ "learning_rate": 4.928133333333333e-05,
387
+ "loss": 2.5508,
388
+ "step": 540
389
+ },
390
+ {
391
+ "epoch": 0.029333333333333333,
392
+ "grad_norm": 4.62436580657959,
393
+ "learning_rate": 4.9268e-05,
394
+ "loss": 2.3155,
395
+ "step": 550
396
+ },
397
+ {
398
+ "epoch": 0.029866666666666666,
399
+ "grad_norm": 5.344653129577637,
400
+ "learning_rate": 4.925466666666667e-05,
401
+ "loss": 2.3551,
402
+ "step": 560
403
+ },
404
+ {
405
+ "epoch": 0.0304,
406
+ "grad_norm": 3.7210919857025146,
407
+ "learning_rate": 4.924133333333333e-05,
408
+ "loss": 2.346,
409
+ "step": 570
410
+ },
411
+ {
412
+ "epoch": 0.030933333333333334,
413
+ "grad_norm": 4.005031585693359,
414
+ "learning_rate": 4.9228000000000004e-05,
415
+ "loss": 2.4143,
416
+ "step": 580
417
+ },
418
+ {
419
+ "epoch": 0.031466666666666664,
420
+ "grad_norm": 7.194045066833496,
421
+ "learning_rate": 4.921466666666667e-05,
422
+ "loss": 2.5205,
423
+ "step": 590
424
+ },
425
+ {
426
+ "epoch": 0.032,
427
+ "grad_norm": 5.16976261138916,
428
+ "learning_rate": 4.920133333333334e-05,
429
+ "loss": 2.3044,
430
+ "step": 600
431
+ },
432
+ {
433
+ "epoch": 0.03253333333333333,
434
+ "grad_norm": 4.67457389831543,
435
+ "learning_rate": 4.9188000000000004e-05,
436
+ "loss": 2.4939,
437
+ "step": 610
438
+ },
439
+ {
440
+ "epoch": 0.03306666666666667,
441
+ "grad_norm": 3.4367618560791016,
442
+ "learning_rate": 4.917466666666667e-05,
443
+ "loss": 2.3615,
444
+ "step": 620
445
+ },
446
+ {
447
+ "epoch": 0.0336,
448
+ "grad_norm": 4.060678005218506,
449
+ "learning_rate": 4.916133333333334e-05,
450
+ "loss": 2.5419,
451
+ "step": 630
452
+ },
453
+ {
454
+ "epoch": 0.034133333333333335,
455
+ "grad_norm": 4.616146564483643,
456
+ "learning_rate": 4.9148e-05,
457
+ "loss": 2.0667,
458
+ "step": 640
459
+ },
460
+ {
461
+ "epoch": 0.034666666666666665,
462
+ "grad_norm": 4.443355560302734,
463
+ "learning_rate": 4.913466666666667e-05,
464
+ "loss": 2.2449,
465
+ "step": 650
466
+ },
467
+ {
468
+ "epoch": 0.0352,
469
+ "grad_norm": 7.294761657714844,
470
+ "learning_rate": 4.9121333333333334e-05,
471
+ "loss": 2.15,
472
+ "step": 660
473
+ },
474
+ {
475
+ "epoch": 0.03573333333333333,
476
+ "grad_norm": 4.311218738555908,
477
+ "learning_rate": 4.9108000000000005e-05,
478
+ "loss": 2.1496,
479
+ "step": 670
480
+ },
481
+ {
482
+ "epoch": 0.03626666666666667,
483
+ "grad_norm": 3.891162395477295,
484
+ "learning_rate": 4.909466666666667e-05,
485
+ "loss": 2.2169,
486
+ "step": 680
487
+ },
488
+ {
489
+ "epoch": 0.0368,
490
+ "grad_norm": 5.323464870452881,
491
+ "learning_rate": 4.9081333333333334e-05,
492
+ "loss": 2.338,
493
+ "step": 690
494
+ },
495
+ {
496
+ "epoch": 0.037333333333333336,
497
+ "grad_norm": 3.7327029705047607,
498
+ "learning_rate": 4.9068000000000005e-05,
499
+ "loss": 2.1279,
500
+ "step": 700
501
+ },
502
+ {
503
+ "epoch": 0.037866666666666667,
504
+ "grad_norm": 3.986100673675537,
505
+ "learning_rate": 4.905466666666667e-05,
506
+ "loss": 2.2684,
507
+ "step": 710
508
+ },
509
+ {
510
+ "epoch": 0.0384,
511
+ "grad_norm": 5.458177089691162,
512
+ "learning_rate": 4.9041333333333334e-05,
513
+ "loss": 2.323,
514
+ "step": 720
515
+ },
516
+ {
517
+ "epoch": 0.038933333333333334,
518
+ "grad_norm": 3.8247170448303223,
519
+ "learning_rate": 4.9028e-05,
520
+ "loss": 2.0734,
521
+ "step": 730
522
+ },
523
+ {
524
+ "epoch": 0.039466666666666664,
525
+ "grad_norm": 3.4353110790252686,
526
+ "learning_rate": 4.901466666666667e-05,
527
+ "loss": 2.3232,
528
+ "step": 740
529
+ },
530
+ {
531
+ "epoch": 0.04,
532
+ "grad_norm": 4.783677101135254,
533
+ "learning_rate": 4.9001333333333335e-05,
534
+ "loss": 2.3483,
535
+ "step": 750
536
+ },
537
+ {
538
+ "epoch": 0.04053333333333333,
539
+ "grad_norm": 4.975961208343506,
540
+ "learning_rate": 4.8988e-05,
541
+ "loss": 1.9943,
542
+ "step": 760
543
+ },
544
+ {
545
+ "epoch": 0.04106666666666667,
546
+ "grad_norm": 3.3294217586517334,
547
+ "learning_rate": 4.897466666666667e-05,
548
+ "loss": 2.2036,
549
+ "step": 770
550
+ },
551
+ {
552
+ "epoch": 0.0416,
553
+ "grad_norm": 3.2321457862854004,
554
+ "learning_rate": 4.8961333333333335e-05,
555
+ "loss": 2.246,
556
+ "step": 780
557
+ },
558
+ {
559
+ "epoch": 0.042133333333333335,
560
+ "grad_norm": 3.804316520690918,
561
+ "learning_rate": 4.8948000000000006e-05,
562
+ "loss": 2.1379,
563
+ "step": 790
564
+ },
565
+ {
566
+ "epoch": 0.042666666666666665,
567
+ "grad_norm": 3.2469778060913086,
568
+ "learning_rate": 4.893466666666667e-05,
569
+ "loss": 2.3573,
570
+ "step": 800
571
+ },
572
+ {
573
+ "epoch": 0.0432,
574
+ "grad_norm": 2.9724888801574707,
575
+ "learning_rate": 4.8921333333333335e-05,
576
+ "loss": 2.4392,
577
+ "step": 810
578
+ },
579
+ {
580
+ "epoch": 0.04373333333333333,
581
+ "grad_norm": 3.239983081817627,
582
+ "learning_rate": 4.890800000000001e-05,
583
+ "loss": 2.0712,
584
+ "step": 820
585
+ },
586
+ {
587
+ "epoch": 0.04426666666666667,
588
+ "grad_norm": 4.348440647125244,
589
+ "learning_rate": 4.8894666666666665e-05,
590
+ "loss": 2.4012,
591
+ "step": 830
592
+ },
593
+ {
594
+ "epoch": 0.0448,
595
+ "grad_norm": 3.6949236392974854,
596
+ "learning_rate": 4.8881333333333336e-05,
597
+ "loss": 2.5602,
598
+ "step": 840
599
+ },
600
+ {
601
+ "epoch": 0.04533333333333334,
602
+ "grad_norm": 4.177002429962158,
603
+ "learning_rate": 4.8868e-05,
604
+ "loss": 2.3311,
605
+ "step": 850
606
+ },
607
+ {
608
+ "epoch": 0.04586666666666667,
609
+ "grad_norm": 3.845810651779175,
610
+ "learning_rate": 4.885466666666667e-05,
611
+ "loss": 2.2281,
612
+ "step": 860
613
+ },
614
+ {
615
+ "epoch": 0.0464,
616
+ "grad_norm": 4.1254401206970215,
617
+ "learning_rate": 4.8841333333333336e-05,
618
+ "loss": 2.4041,
619
+ "step": 870
620
+ },
621
+ {
622
+ "epoch": 0.046933333333333334,
623
+ "grad_norm": 3.803191900253296,
624
+ "learning_rate": 4.8828e-05,
625
+ "loss": 2.4445,
626
+ "step": 880
627
+ },
628
+ {
629
+ "epoch": 0.047466666666666664,
630
+ "grad_norm": 3.87357234954834,
631
+ "learning_rate": 4.881466666666667e-05,
632
+ "loss": 2.384,
633
+ "step": 890
634
+ },
635
+ {
636
+ "epoch": 0.048,
637
+ "grad_norm": 3.664041757583618,
638
+ "learning_rate": 4.8801333333333337e-05,
639
+ "loss": 2.3232,
640
+ "step": 900
641
+ },
642
+ {
643
+ "epoch": 0.04853333333333333,
644
+ "grad_norm": 3.4232048988342285,
645
+ "learning_rate": 4.8788e-05,
646
+ "loss": 2.1113,
647
+ "step": 910
648
+ },
649
+ {
650
+ "epoch": 0.04906666666666667,
651
+ "grad_norm": 4.911906719207764,
652
+ "learning_rate": 4.8774666666666666e-05,
653
+ "loss": 1.895,
654
+ "step": 920
655
+ },
656
+ {
657
+ "epoch": 0.0496,
658
+ "grad_norm": 5.789026737213135,
659
+ "learning_rate": 4.876133333333334e-05,
660
+ "loss": 2.0885,
661
+ "step": 930
662
+ },
663
+ {
664
+ "epoch": 0.050133333333333335,
665
+ "grad_norm": 3.3766918182373047,
666
+ "learning_rate": 4.8748e-05,
667
+ "loss": 2.3543,
668
+ "step": 940
669
+ },
670
+ {
671
+ "epoch": 0.050666666666666665,
672
+ "grad_norm": 3.5231785774230957,
673
+ "learning_rate": 4.8734666666666666e-05,
674
+ "loss": 2.1267,
675
+ "step": 950
676
+ },
677
+ {
678
+ "epoch": 0.0512,
679
+ "grad_norm": 3.2112128734588623,
680
+ "learning_rate": 4.872133333333334e-05,
681
+ "loss": 2.3124,
682
+ "step": 960
683
+ },
684
+ {
685
+ "epoch": 0.05173333333333333,
686
+ "grad_norm": 3.1260693073272705,
687
+ "learning_rate": 4.8708e-05,
688
+ "loss": 2.1612,
689
+ "step": 970
690
+ },
691
+ {
692
+ "epoch": 0.05226666666666667,
693
+ "grad_norm": 4.093555450439453,
694
+ "learning_rate": 4.869466666666667e-05,
695
+ "loss": 1.9753,
696
+ "step": 980
697
+ },
698
+ {
699
+ "epoch": 0.0528,
700
+ "grad_norm": 4.036992073059082,
701
+ "learning_rate": 4.868133333333333e-05,
702
+ "loss": 2.1585,
703
+ "step": 990
704
+ },
705
+ {
706
+ "epoch": 0.05333333333333334,
707
+ "grad_norm": 3.4580295085906982,
708
+ "learning_rate": 4.8668e-05,
709
+ "loss": 2.2032,
710
+ "step": 1000
711
+ },
712
+ {
713
+ "epoch": 0.05386666666666667,
714
+ "grad_norm": 3.512268304824829,
715
+ "learning_rate": 4.8654666666666674e-05,
716
+ "loss": 2.303,
717
+ "step": 1010
718
+ },
719
+ {
720
+ "epoch": 0.0544,
721
+ "grad_norm": 3.7754204273223877,
722
+ "learning_rate": 4.864133333333333e-05,
723
+ "loss": 2.5944,
724
+ "step": 1020
725
+ },
726
+ {
727
+ "epoch": 0.054933333333333334,
728
+ "grad_norm": 3.053835391998291,
729
+ "learning_rate": 4.8628e-05,
730
+ "loss": 2.083,
731
+ "step": 1030
732
+ },
733
+ {
734
+ "epoch": 0.055466666666666664,
735
+ "grad_norm": 3.839688539505005,
736
+ "learning_rate": 4.861466666666667e-05,
737
+ "loss": 2.3334,
738
+ "step": 1040
739
+ },
740
+ {
741
+ "epoch": 0.056,
742
+ "grad_norm": 4.084265232086182,
743
+ "learning_rate": 4.860133333333334e-05,
744
+ "loss": 2.4088,
745
+ "step": 1050
746
+ },
747
+ {
748
+ "epoch": 0.05653333333333333,
749
+ "grad_norm": 3.9182255268096924,
750
+ "learning_rate": 4.8588e-05,
751
+ "loss": 2.4002,
752
+ "step": 1060
753
+ },
754
+ {
755
+ "epoch": 0.05706666666666667,
756
+ "grad_norm": 3.005012035369873,
757
+ "learning_rate": 4.857466666666667e-05,
758
+ "loss": 2.4005,
759
+ "step": 1070
760
+ },
761
+ {
762
+ "epoch": 0.0576,
763
+ "grad_norm": 3.1780312061309814,
764
+ "learning_rate": 4.856133333333334e-05,
765
+ "loss": 2.1391,
766
+ "step": 1080
767
+ },
768
+ {
769
+ "epoch": 0.058133333333333335,
770
+ "grad_norm": 4.896857261657715,
771
+ "learning_rate": 4.8548000000000003e-05,
772
+ "loss": 2.0301,
773
+ "step": 1090
774
+ },
775
+ {
776
+ "epoch": 0.058666666666666666,
777
+ "grad_norm": 3.1400632858276367,
778
+ "learning_rate": 4.853466666666667e-05,
779
+ "loss": 2.2478,
780
+ "step": 1100
781
+ },
782
+ {
783
+ "epoch": 0.0592,
784
+ "grad_norm": 2.5740103721618652,
785
+ "learning_rate": 4.852133333333333e-05,
786
+ "loss": 2.0002,
787
+ "step": 1110
788
+ },
789
+ {
790
+ "epoch": 0.05973333333333333,
791
+ "grad_norm": 2.3037431240081787,
792
+ "learning_rate": 4.8508000000000004e-05,
793
+ "loss": 2.0746,
794
+ "step": 1120
795
+ },
796
+ {
797
+ "epoch": 0.06026666666666667,
798
+ "grad_norm": 3.2235605716705322,
799
+ "learning_rate": 4.849466666666667e-05,
800
+ "loss": 2.0035,
801
+ "step": 1130
802
+ },
803
+ {
804
+ "epoch": 0.0608,
805
+ "grad_norm": 4.025834560394287,
806
+ "learning_rate": 4.848133333333333e-05,
807
+ "loss": 2.2058,
808
+ "step": 1140
809
+ },
810
+ {
811
+ "epoch": 0.06133333333333333,
812
+ "grad_norm": 3.152123212814331,
813
+ "learning_rate": 4.8468000000000004e-05,
814
+ "loss": 2.2427,
815
+ "step": 1150
816
+ },
817
+ {
818
+ "epoch": 0.06186666666666667,
819
+ "grad_norm": 3.052441120147705,
820
+ "learning_rate": 4.845466666666667e-05,
821
+ "loss": 2.2619,
822
+ "step": 1160
823
+ },
824
+ {
825
+ "epoch": 0.0624,
826
+ "grad_norm": 3.9626965522766113,
827
+ "learning_rate": 4.844133333333333e-05,
828
+ "loss": 2.4091,
829
+ "step": 1170
830
+ },
831
+ {
832
+ "epoch": 0.06293333333333333,
833
+ "grad_norm": 4.5252838134765625,
834
+ "learning_rate": 4.8428e-05,
835
+ "loss": 2.3108,
836
+ "step": 1180
837
+ },
838
+ {
839
+ "epoch": 0.06346666666666667,
840
+ "grad_norm": 3.293490409851074,
841
+ "learning_rate": 4.841466666666667e-05,
842
+ "loss": 2.1721,
843
+ "step": 1190
844
+ },
845
+ {
846
+ "epoch": 0.064,
847
+ "grad_norm": 3.1755733489990234,
848
+ "learning_rate": 4.840133333333334e-05,
849
+ "loss": 2.0308,
850
+ "step": 1200
851
+ },
852
+ {
853
+ "epoch": 0.06453333333333333,
854
+ "grad_norm": 4.124546051025391,
855
+ "learning_rate": 4.8388e-05,
856
+ "loss": 2.1766,
857
+ "step": 1210
858
+ },
859
+ {
860
+ "epoch": 0.06506666666666666,
861
+ "grad_norm": 2.7379612922668457,
862
+ "learning_rate": 4.837466666666667e-05,
863
+ "loss": 2.0725,
864
+ "step": 1220
865
+ },
866
+ {
867
+ "epoch": 0.0656,
868
+ "grad_norm": 3.224748373031616,
869
+ "learning_rate": 4.8361333333333334e-05,
870
+ "loss": 2.115,
871
+ "step": 1230
872
+ },
873
+ {
874
+ "epoch": 0.06613333333333334,
875
+ "grad_norm": 3.2604916095733643,
876
+ "learning_rate": 4.8348000000000005e-05,
877
+ "loss": 2.156,
878
+ "step": 1240
879
+ },
880
+ {
881
+ "epoch": 0.06666666666666667,
882
+ "grad_norm": 2.5119776725769043,
883
+ "learning_rate": 4.833466666666667e-05,
884
+ "loss": 1.8298,
885
+ "step": 1250
886
+ },
887
+ {
888
+ "epoch": 0.0672,
889
+ "grad_norm": 2.750699043273926,
890
+ "learning_rate": 4.8321333333333334e-05,
891
+ "loss": 1.9445,
892
+ "step": 1260
893
+ },
894
+ {
895
+ "epoch": 0.06773333333333334,
896
+ "grad_norm": 3.47723126411438,
897
+ "learning_rate": 4.8308000000000006e-05,
898
+ "loss": 2.2289,
899
+ "step": 1270
900
+ },
901
+ {
902
+ "epoch": 0.06826666666666667,
903
+ "grad_norm": 3.4429843425750732,
904
+ "learning_rate": 4.829466666666667e-05,
905
+ "loss": 1.7053,
906
+ "step": 1280
907
+ },
908
+ {
909
+ "epoch": 0.0688,
910
+ "grad_norm": 3.9478533267974854,
911
+ "learning_rate": 4.8281333333333335e-05,
912
+ "loss": 1.9367,
913
+ "step": 1290
914
+ },
915
+ {
916
+ "epoch": 0.06933333333333333,
917
+ "grad_norm": 5.963420391082764,
918
+ "learning_rate": 4.8268e-05,
919
+ "loss": 2.0725,
920
+ "step": 1300
921
+ },
922
+ {
923
+ "epoch": 0.06986666666666666,
924
+ "grad_norm": 4.6685285568237305,
925
+ "learning_rate": 4.825466666666667e-05,
926
+ "loss": 2.1006,
927
+ "step": 1310
928
+ },
929
+ {
930
+ "epoch": 0.0704,
931
+ "grad_norm": 3.369166851043701,
932
+ "learning_rate": 4.8241333333333335e-05,
933
+ "loss": 2.2664,
934
+ "step": 1320
935
+ },
936
+ {
937
+ "epoch": 0.07093333333333333,
938
+ "grad_norm": 2.6912147998809814,
939
+ "learning_rate": 4.8228e-05,
940
+ "loss": 1.7266,
941
+ "step": 1330
942
+ },
943
+ {
944
+ "epoch": 0.07146666666666666,
945
+ "grad_norm": 3.640000104904175,
946
+ "learning_rate": 4.821466666666667e-05,
947
+ "loss": 1.8255,
948
+ "step": 1340
949
+ },
950
+ {
951
+ "epoch": 0.072,
952
+ "grad_norm": 3.908271312713623,
953
+ "learning_rate": 4.8201333333333336e-05,
954
+ "loss": 2.0521,
955
+ "step": 1350
956
+ },
957
+ {
958
+ "epoch": 0.07253333333333334,
959
+ "grad_norm": 3.6119441986083984,
960
+ "learning_rate": 4.8188e-05,
961
+ "loss": 2.203,
962
+ "step": 1360
963
+ },
964
+ {
965
+ "epoch": 0.07306666666666667,
966
+ "grad_norm": 3.105259418487549,
967
+ "learning_rate": 4.8174666666666665e-05,
968
+ "loss": 1.8647,
969
+ "step": 1370
970
+ },
971
+ {
972
+ "epoch": 0.0736,
973
+ "grad_norm": 2.787991762161255,
974
+ "learning_rate": 4.8161333333333336e-05,
975
+ "loss": 1.8087,
976
+ "step": 1380
977
+ },
978
+ {
979
+ "epoch": 0.07413333333333333,
980
+ "grad_norm": 2.5194826126098633,
981
+ "learning_rate": 4.814800000000001e-05,
982
+ "loss": 2.033,
983
+ "step": 1390
984
+ },
985
+ {
986
+ "epoch": 0.07466666666666667,
987
+ "grad_norm": 3.3716447353363037,
988
+ "learning_rate": 4.8134666666666665e-05,
989
+ "loss": 2.1324,
990
+ "step": 1400
991
+ },
992
+ {
993
+ "epoch": 0.0752,
994
+ "grad_norm": 3.2860238552093506,
995
+ "learning_rate": 4.8121333333333336e-05,
996
+ "loss": 2.2258,
997
+ "step": 1410
998
+ },
999
+ {
1000
+ "epoch": 0.07573333333333333,
1001
+ "grad_norm": 3.449841022491455,
1002
+ "learning_rate": 4.8108e-05,
1003
+ "loss": 1.85,
1004
+ "step": 1420
1005
+ },
1006
+ {
1007
+ "epoch": 0.07626666666666666,
1008
+ "grad_norm": 2.263730049133301,
1009
+ "learning_rate": 4.809466666666667e-05,
1010
+ "loss": 1.8957,
1011
+ "step": 1430
1012
+ },
1013
+ {
1014
+ "epoch": 0.0768,
1015
+ "grad_norm": 2.9906487464904785,
1016
+ "learning_rate": 4.808133333333334e-05,
1017
+ "loss": 2.2852,
1018
+ "step": 1440
1019
+ },
1020
+ {
1021
+ "epoch": 0.07733333333333334,
1022
+ "grad_norm": 5.403586387634277,
1023
+ "learning_rate": 4.8068e-05,
1024
+ "loss": 2.0869,
1025
+ "step": 1450
1026
+ },
1027
+ {
1028
+ "epoch": 0.07786666666666667,
1029
+ "grad_norm": 3.9156877994537354,
1030
+ "learning_rate": 4.805466666666667e-05,
1031
+ "loss": 1.8915,
1032
+ "step": 1460
1033
+ },
1034
+ {
1035
+ "epoch": 0.0784,
1036
+ "grad_norm": 5.165822505950928,
1037
+ "learning_rate": 4.804133333333334e-05,
1038
+ "loss": 1.7956,
1039
+ "step": 1470
1040
+ },
1041
+ {
1042
+ "epoch": 0.07893333333333333,
1043
+ "grad_norm": 2.52095103263855,
1044
+ "learning_rate": 4.8028e-05,
1045
+ "loss": 2.0028,
1046
+ "step": 1480
1047
+ },
1048
+ {
1049
+ "epoch": 0.07946666666666667,
1050
+ "grad_norm": 2.6913890838623047,
1051
+ "learning_rate": 4.8014666666666666e-05,
1052
+ "loss": 1.9211,
1053
+ "step": 1490
1054
+ },
1055
+ {
1056
+ "epoch": 0.08,
1057
+ "grad_norm": 3.6746885776519775,
1058
+ "learning_rate": 4.800133333333334e-05,
1059
+ "loss": 2.1003,
1060
+ "step": 1500
1061
+ },
1062
+ {
1063
+ "epoch": 0.08053333333333333,
1064
+ "grad_norm": 3.186465263366699,
1065
+ "learning_rate": 4.7988e-05,
1066
+ "loss": 2.1798,
1067
+ "step": 1510
1068
+ },
1069
+ {
1070
+ "epoch": 0.08106666666666666,
1071
+ "grad_norm": 2.878110885620117,
1072
+ "learning_rate": 4.7974666666666667e-05,
1073
+ "loss": 2.2713,
1074
+ "step": 1520
1075
+ },
1076
+ {
1077
+ "epoch": 0.0816,
1078
+ "grad_norm": 2.776273012161255,
1079
+ "learning_rate": 4.796133333333334e-05,
1080
+ "loss": 2.1712,
1081
+ "step": 1530
1082
+ },
1083
+ {
1084
+ "epoch": 0.08213333333333334,
1085
+ "grad_norm": 3.430544853210449,
1086
+ "learning_rate": 4.7948e-05,
1087
+ "loss": 2.1356,
1088
+ "step": 1540
1089
+ },
1090
+ {
1091
+ "epoch": 0.08266666666666667,
1092
+ "grad_norm": 3.6648833751678467,
1093
+ "learning_rate": 4.793466666666667e-05,
1094
+ "loss": 2.0837,
1095
+ "step": 1550
1096
+ },
1097
+ {
1098
+ "epoch": 0.0832,
1099
+ "grad_norm": 2.4579670429229736,
1100
+ "learning_rate": 4.792133333333333e-05,
1101
+ "loss": 1.9925,
1102
+ "step": 1560
1103
+ },
1104
+ {
1105
+ "epoch": 0.08373333333333334,
1106
+ "grad_norm": 3.63942551612854,
1107
+ "learning_rate": 4.7908e-05,
1108
+ "loss": 1.8328,
1109
+ "step": 1570
1110
+ },
1111
+ {
1112
+ "epoch": 0.08426666666666667,
1113
+ "grad_norm": 3.452695846557617,
1114
+ "learning_rate": 4.7894666666666674e-05,
1115
+ "loss": 1.9335,
1116
+ "step": 1580
1117
+ },
1118
+ {
1119
+ "epoch": 0.0848,
1120
+ "grad_norm": 3.9345381259918213,
1121
+ "learning_rate": 4.788133333333333e-05,
1122
+ "loss": 2.23,
1123
+ "step": 1590
1124
+ },
1125
+ {
1126
+ "epoch": 0.08533333333333333,
1127
+ "grad_norm": 2.9484877586364746,
1128
+ "learning_rate": 4.7868e-05,
1129
+ "loss": 1.9072,
1130
+ "step": 1600
1131
+ },
1132
+ {
1133
+ "epoch": 0.08586666666666666,
1134
+ "grad_norm": 3.4524545669555664,
1135
+ "learning_rate": 4.785466666666667e-05,
1136
+ "loss": 2.4107,
1137
+ "step": 1610
1138
+ },
1139
+ {
1140
+ "epoch": 0.0864,
1141
+ "grad_norm": 2.971324920654297,
1142
+ "learning_rate": 4.784133333333334e-05,
1143
+ "loss": 2.267,
1144
+ "step": 1620
1145
+ },
1146
+ {
1147
+ "epoch": 0.08693333333333333,
1148
+ "grad_norm": 2.9678664207458496,
1149
+ "learning_rate": 4.7828000000000004e-05,
1150
+ "loss": 2.0616,
1151
+ "step": 1630
1152
+ },
1153
+ {
1154
+ "epoch": 0.08746666666666666,
1155
+ "grad_norm": 3.001478672027588,
1156
+ "learning_rate": 4.781466666666667e-05,
1157
+ "loss": 2.0016,
1158
+ "step": 1640
1159
+ },
1160
+ {
1161
+ "epoch": 0.088,
1162
+ "grad_norm": 3.4130101203918457,
1163
+ "learning_rate": 4.780133333333334e-05,
1164
+ "loss": 2.1821,
1165
+ "step": 1650
1166
+ },
1167
+ {
1168
+ "epoch": 0.08853333333333334,
1169
+ "grad_norm": 2.504873752593994,
1170
+ "learning_rate": 4.7788000000000004e-05,
1171
+ "loss": 2.2531,
1172
+ "step": 1660
1173
+ },
1174
+ {
1175
+ "epoch": 0.08906666666666667,
1176
+ "grad_norm": 3.0857796669006348,
1177
+ "learning_rate": 4.777466666666667e-05,
1178
+ "loss": 2.0891,
1179
+ "step": 1670
1180
+ },
1181
+ {
1182
+ "epoch": 0.0896,
1183
+ "grad_norm": 2.470092535018921,
1184
+ "learning_rate": 4.776133333333333e-05,
1185
+ "loss": 2.3816,
1186
+ "step": 1680
1187
+ },
1188
+ {
1189
+ "epoch": 0.09013333333333333,
1190
+ "grad_norm": 4.6635823249816895,
1191
+ "learning_rate": 4.7748000000000004e-05,
1192
+ "loss": 2.2814,
1193
+ "step": 1690
1194
+ },
1195
+ {
1196
+ "epoch": 0.09066666666666667,
1197
+ "grad_norm": 2.4149577617645264,
1198
+ "learning_rate": 4.773466666666667e-05,
1199
+ "loss": 1.9136,
1200
+ "step": 1700
1201
+ },
1202
+ {
1203
+ "epoch": 0.0912,
1204
+ "grad_norm": 3.3457276821136475,
1205
+ "learning_rate": 4.772133333333333e-05,
1206
+ "loss": 1.7619,
1207
+ "step": 1710
1208
+ },
1209
+ {
1210
+ "epoch": 0.09173333333333333,
1211
+ "grad_norm": 3.482182025909424,
1212
+ "learning_rate": 4.7708000000000005e-05,
1213
+ "loss": 2.4349,
1214
+ "step": 1720
1215
+ },
1216
+ {
1217
+ "epoch": 0.09226666666666666,
1218
+ "grad_norm": 2.922492027282715,
1219
+ "learning_rate": 4.769466666666667e-05,
1220
+ "loss": 2.2122,
1221
+ "step": 1730
1222
+ },
1223
+ {
1224
+ "epoch": 0.0928,
1225
+ "grad_norm": 2.101895570755005,
1226
+ "learning_rate": 4.7681333333333334e-05,
1227
+ "loss": 1.7249,
1228
+ "step": 1740
1229
+ },
1230
+ {
1231
+ "epoch": 0.09333333333333334,
1232
+ "grad_norm": 3.5394749641418457,
1233
+ "learning_rate": 4.7668e-05,
1234
+ "loss": 2.189,
1235
+ "step": 1750
1236
+ },
1237
+ {
1238
+ "epoch": 0.09386666666666667,
1239
+ "grad_norm": 2.2542741298675537,
1240
+ "learning_rate": 4.765466666666667e-05,
1241
+ "loss": 2.1452,
1242
+ "step": 1760
1243
+ },
1244
+ {
1245
+ "epoch": 0.0944,
1246
+ "grad_norm": 3.2889153957366943,
1247
+ "learning_rate": 4.764133333333334e-05,
1248
+ "loss": 2.2306,
1249
+ "step": 1770
1250
+ },
1251
+ {
1252
+ "epoch": 0.09493333333333333,
1253
+ "grad_norm": 2.518836498260498,
1254
+ "learning_rate": 4.7628e-05,
1255
+ "loss": 1.8116,
1256
+ "step": 1780
1257
+ },
1258
+ {
1259
+ "epoch": 0.09546666666666667,
1260
+ "grad_norm": 3.1821088790893555,
1261
+ "learning_rate": 4.761466666666667e-05,
1262
+ "loss": 1.9542,
1263
+ "step": 1790
1264
+ },
1265
+ {
1266
+ "epoch": 0.096,
1267
+ "grad_norm": 4.07183837890625,
1268
+ "learning_rate": 4.7601333333333335e-05,
1269
+ "loss": 2.1901,
1270
+ "step": 1800
1271
+ },
1272
+ {
1273
+ "epoch": 0.09653333333333333,
1274
+ "grad_norm": 7.143240451812744,
1275
+ "learning_rate": 4.7588000000000006e-05,
1276
+ "loss": 2.4338,
1277
+ "step": 1810
1278
+ },
1279
+ {
1280
+ "epoch": 0.09706666666666666,
1281
+ "grad_norm": 2.2915451526641846,
1282
+ "learning_rate": 4.757466666666667e-05,
1283
+ "loss": 2.0759,
1284
+ "step": 1820
1285
+ },
1286
+ {
1287
+ "epoch": 0.0976,
1288
+ "grad_norm": 4.295454025268555,
1289
+ "learning_rate": 4.7561333333333335e-05,
1290
+ "loss": 2.0348,
1291
+ "step": 1830
1292
+ },
1293
+ {
1294
+ "epoch": 0.09813333333333334,
1295
+ "grad_norm": 2.8332502841949463,
1296
+ "learning_rate": 4.7548000000000006e-05,
1297
+ "loss": 2.1898,
1298
+ "step": 1840
1299
+ },
1300
+ {
1301
+ "epoch": 0.09866666666666667,
1302
+ "grad_norm": 2.713963747024536,
1303
+ "learning_rate": 4.7534666666666664e-05,
1304
+ "loss": 1.9595,
1305
+ "step": 1850
1306
+ },
1307
+ {
1308
+ "epoch": 0.0992,
1309
+ "grad_norm": 3.109459400177002,
1310
+ "learning_rate": 4.7521333333333335e-05,
1311
+ "loss": 2.0188,
1312
+ "step": 1860
1313
+ },
1314
+ {
1315
+ "epoch": 0.09973333333333333,
1316
+ "grad_norm": 2.414722204208374,
1317
+ "learning_rate": 4.7508e-05,
1318
+ "loss": 1.9172,
1319
+ "step": 1870
1320
+ },
1321
+ {
1322
+ "epoch": 0.10026666666666667,
1323
+ "grad_norm": 3.552851915359497,
1324
+ "learning_rate": 4.749466666666667e-05,
1325
+ "loss": 2.4927,
1326
+ "step": 1880
1327
+ },
1328
+ {
1329
+ "epoch": 0.1008,
1330
+ "grad_norm": 3.0773699283599854,
1331
+ "learning_rate": 4.7481333333333336e-05,
1332
+ "loss": 2.1036,
1333
+ "step": 1890
1334
+ },
1335
+ {
1336
+ "epoch": 0.10133333333333333,
1337
+ "grad_norm": 2.310666561126709,
1338
+ "learning_rate": 4.7468e-05,
1339
+ "loss": 1.9151,
1340
+ "step": 1900
1341
+ },
1342
+ {
1343
+ "epoch": 0.10186666666666666,
1344
+ "grad_norm": 3.263634204864502,
1345
+ "learning_rate": 4.745466666666667e-05,
1346
+ "loss": 2.2861,
1347
+ "step": 1910
1348
+ },
1349
+ {
1350
+ "epoch": 0.1024,
1351
+ "grad_norm": 3.7977426052093506,
1352
+ "learning_rate": 4.7441333333333336e-05,
1353
+ "loss": 1.7655,
1354
+ "step": 1920
1355
+ },
1356
+ {
1357
+ "epoch": 0.10293333333333334,
1358
+ "grad_norm": 3.682183027267456,
1359
+ "learning_rate": 4.7428e-05,
1360
+ "loss": 2.1774,
1361
+ "step": 1930
1362
+ },
1363
+ {
1364
+ "epoch": 0.10346666666666667,
1365
+ "grad_norm": 3.4994096755981445,
1366
+ "learning_rate": 4.7414666666666665e-05,
1367
+ "loss": 2.0703,
1368
+ "step": 1940
1369
+ },
1370
+ {
1371
+ "epoch": 0.104,
1372
+ "grad_norm": 3.4671878814697266,
1373
+ "learning_rate": 4.7401333333333336e-05,
1374
+ "loss": 2.2706,
1375
+ "step": 1950
1376
+ },
1377
+ {
1378
+ "epoch": 0.10453333333333334,
1379
+ "grad_norm": 2.9287941455841064,
1380
+ "learning_rate": 4.738800000000001e-05,
1381
+ "loss": 2.2263,
1382
+ "step": 1960
1383
+ },
1384
+ {
1385
+ "epoch": 0.10506666666666667,
1386
+ "grad_norm": 2.5617053508758545,
1387
+ "learning_rate": 4.7374666666666666e-05,
1388
+ "loss": 1.9972,
1389
+ "step": 1970
1390
+ },
1391
+ {
1392
+ "epoch": 0.1056,
1393
+ "grad_norm": 2.9495012760162354,
1394
+ "learning_rate": 4.736133333333334e-05,
1395
+ "loss": 1.7221,
1396
+ "step": 1980
1397
+ },
1398
+ {
1399
+ "epoch": 0.10613333333333333,
1400
+ "grad_norm": 2.6075632572174072,
1401
+ "learning_rate": 4.7348e-05,
1402
+ "loss": 2.0167,
1403
+ "step": 1990
1404
+ },
1405
+ {
1406
+ "epoch": 0.10666666666666667,
1407
+ "grad_norm": 4.452531337738037,
1408
+ "learning_rate": 4.733466666666667e-05,
1409
+ "loss": 1.9419,
1410
+ "step": 2000
1411
+ }
1412
+ ],
1413
+ "logging_steps": 10,
1414
+ "max_steps": 37500,
1415
+ "num_input_tokens_seen": 0,
1416
+ "num_train_epochs": 2,
1417
+ "save_steps": 50,
1418
+ "stateful_callbacks": {
1419
+ "TrainerControl": {
1420
+ "args": {
1421
+ "should_epoch_stop": false,
1422
+ "should_evaluate": false,
1423
+ "should_log": false,
1424
+ "should_save": true,
1425
+ "should_training_stop": false
1426
+ },
1427
+ "attributes": {}
1428
+ }
1429
+ },
1430
+ "total_flos": 522593501184000.0,
1431
+ "train_batch_size": 1,
1432
+ "trial_name": null,
1433
+ "trial_params": null
1434
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51f2309beb94ee35ddf1e12568a4bc05482fa1aa824622ff30b84e67703c36d6
3
+ size 5841
vocab.json ADDED
The diff for this file is too large to render. See raw diff