Text Generation
Safetensors
nemotron
pretrained
openllm-france
Commit
e7981e0
·
0 Parent(s):

Initial release of Luciole-23B-Base

Browse files

Co-authored-by: Jérôme Louradour <Jeronymous@users.noreply.huggingface.co>
Co-authored-by: Olivier Gouvert <oligou@users.noreply.huggingface.co>
Co-authored-by: Julie Hunter <juliehunter@users.noreply.huggingface.co>

Files changed (37) hide show
  1. .gitattributes +41 -0
  2. LICENSE.md +237 -0
  3. README.md +409 -0
  4. config.json +30 -0
  5. generation_config.json +8 -0
  6. luciole_logo.png +0 -0
  7. metadata/evaluation/en_average.png +0 -0
  8. metadata/evaluation/en_details.png +3 -0
  9. metadata/evaluation/fr_average.png +0 -0
  10. metadata/evaluation/fr_details.png +3 -0
  11. metadata/evaluation/legend.png +0 -0
  12. metadata/evaluation/multilingual_average.png +0 -0
  13. metadata/evaluation/multilingual_details.png +3 -0
  14. metadata/evaluation/ruler_average.png +0 -0
  15. metadata/evaluation/ruler_details.png +3 -0
  16. metadata/evaluation/translation_average.png +0 -0
  17. metadata/evaluation/translation_details.png +3 -0
  18. metadata/training_logs/ConvergenceCurve.png +3 -0
  19. metadata/training_logs/ConvergenceCurve_phase1.csv +294 -0
  20. metadata/training_logs/ConvergenceCurve_phase2.csv +390 -0
  21. metadata/training_logs/ConvergenceCurve_phase3-annealing.csv +399 -0
  22. metadata/training_logs/ConvergenceCurve_phase4-context-extension-32k.csv +97 -0
  23. metadata/training_logs/ConvergenceCurve_phase5-context-extension-131k.csv +97 -0
  24. model-00001-of-00010.safetensors +3 -0
  25. model-00002-of-00010.safetensors +3 -0
  26. model-00003-of-00010.safetensors +3 -0
  27. model-00004-of-00010.safetensors +3 -0
  28. model-00005-of-00010.safetensors +3 -0
  29. model-00006-of-00010.safetensors +3 -0
  30. model-00007-of-00010.safetensors +3 -0
  31. model-00008-of-00010.safetensors +3 -0
  32. model-00009-of-00010.safetensors +3 -0
  33. model-00010-of-00010.safetensors +3 -0
  34. model.safetensors.index.json +411 -0
  35. special_tokens_map.json +44 -0
  36. tokenizer.json +0 -0
  37. tokenizer_config.json +51 -0
.gitattributes ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz 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
+ metadata/evaluation/en_details.png filter=lfs diff=lfs merge=lfs -text
37
+ metadata/evaluation/fr_details.png filter=lfs diff=lfs merge=lfs -text
38
+ metadata/evaluation/multilingual_details.png filter=lfs diff=lfs merge=lfs -text
39
+ metadata/evaluation/ruler_details.png filter=lfs diff=lfs merge=lfs -text
40
+ metadata/evaluation/translation_details.png filter=lfs diff=lfs merge=lfs -text
41
+ metadata/training_logs/ConvergenceCurve.png filter=lfs diff=lfs merge=lfs -text
LICENSE.md ADDED
@@ -0,0 +1,237 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: Apache License 2.0
3
+ spdx-id: Apache-2.0
4
+ redirect_from: /licenses/apache/
5
+ featured: true
6
+ hidden: false
7
+
8
+ description: A permissive license whose main conditions require preservation of copyright and license notices. Contributors provide an express grant of patent rights. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
9
+
10
+ how: Create a text file (typically named LICENSE or LICENSE.txt) in the root of your source code and copy the text of the license into the file.
11
+
12
+ note: The Apache Software Foundation <a href="https://apache.org/foundation/license-faq.html#Apply-My-Software">recommends</a> taking the additional step of adding a boilerplate notice to the header of each source file. You can find the notice in the appendix at the very end of the license text.
13
+
14
+ using:
15
+ Kubernetes: https://github.com/kubernetes/kubernetes/blob/master/LICENSE
16
+ PDF.js: https://github.com/mozilla/pdf.js/blob/master/LICENSE
17
+ Swift: https://github.com/apple/swift/blob/main/LICENSE.txt
18
+
19
+ permissions:
20
+ - commercial-use
21
+ - modifications
22
+ - distribution
23
+ - patent-use
24
+ - private-use
25
+
26
+ conditions:
27
+ - include-copyright
28
+ - document-changes
29
+
30
+ limitations:
31
+ - trademark-use
32
+ - liability
33
+ - warranty
34
+
35
+ ---
36
+
37
+ Apache License
38
+ Version 2.0, January 2004
39
+ http://www.apache.org/licenses/
40
+
41
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
42
+
43
+ 1. Definitions.
44
+
45
+ "License" shall mean the terms and conditions for use, reproduction,
46
+ and distribution as defined by Sections 1 through 9 of this document.
47
+
48
+ "Licensor" shall mean the copyright owner or entity authorized by
49
+ the copyright owner that is granting the License.
50
+
51
+ "Legal Entity" shall mean the union of the acting entity and all
52
+ other entities that control, are controlled by, or are under common
53
+ control with that entity. For the purposes of this definition,
54
+ "control" means (i) the power, direct or indirect, to cause the
55
+ direction or management of such entity, whether by contract or
56
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
57
+ outstanding shares, or (iii) beneficial ownership of such entity.
58
+
59
+ "You" (or "Your") shall mean an individual or Legal Entity
60
+ exercising permissions granted by this License.
61
+
62
+ "Source" form shall mean the preferred form for making modifications,
63
+ including but not limited to software source code, documentation
64
+ source, and configuration files.
65
+
66
+ "Object" form shall mean any form resulting from mechanical
67
+ transformation or translation of a Source form, including but
68
+ not limited to compiled object code, generated documentation,
69
+ and conversions to other media types.
70
+
71
+ "Work" shall mean the work of authorship, whether in Source or
72
+ Object form, made available under the License, as indicated by a
73
+ copyright notice that is included in or attached to the work
74
+ (an example is provided in the Appendix below).
75
+
76
+ "Derivative Works" shall mean any work, whether in Source or Object
77
+ form, that is based on (or derived from) the Work and for which the
78
+ editorial revisions, annotations, elaborations, or other modifications
79
+ represent, as a whole, an original work of authorship. For the purposes
80
+ of this License, Derivative Works shall not include works that remain
81
+ separable from, or merely link (or bind by name) to the interfaces of,
82
+ the Work and Derivative Works thereof.
83
+
84
+ "Contribution" shall mean any work of authorship, including
85
+ the original version of the Work and any modifications or additions
86
+ to that Work or Derivative Works thereof, that is intentionally
87
+ submitted to Licensor for inclusion in the Work by the copyright owner
88
+ or by an individual or Legal Entity authorized to submit on behalf of
89
+ the copyright owner. For the purposes of this definition, "submitted"
90
+ means any form of electronic, verbal, or written communication sent
91
+ to the Licensor or its representatives, including but not limited to
92
+ communication on electronic mailing lists, source code control systems,
93
+ and issue tracking systems that are managed by, or on behalf of, the
94
+ Licensor for the purpose of discussing and improving the Work, but
95
+ excluding communication that is conspicuously marked or otherwise
96
+ designated in writing by the copyright owner as "Not a Contribution."
97
+
98
+ "Contributor" shall mean Licensor and any individual or Legal Entity
99
+ on behalf of whom a Contribution has been received by Licensor and
100
+ subsequently incorporated within the Work.
101
+
102
+ 2. Grant of Copyright License. Subject to the terms and conditions of
103
+ this License, each Contributor hereby grants to You a perpetual,
104
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
105
+ copyright license to reproduce, prepare Derivative Works of,
106
+ publicly display, publicly perform, sublicense, and distribute the
107
+ Work and such Derivative Works in Source or Object form.
108
+
109
+ 3. Grant of Patent License. Subject to the terms and conditions of
110
+ this License, each Contributor hereby grants to You a perpetual,
111
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
112
+ (except as stated in this section) patent license to make, have made,
113
+ use, offer to sell, sell, import, and otherwise transfer the Work,
114
+ where such license applies only to those patent claims licensable
115
+ by such Contributor that are necessarily infringed by their
116
+ Contribution(s) alone or by combination of their Contribution(s)
117
+ with the Work to which such Contribution(s) was submitted. If You
118
+ institute patent litigation against any entity (including a
119
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
120
+ or a Contribution incorporated within the Work constitutes direct
121
+ or contributory patent infringement, then any patent licenses
122
+ granted to You under this License for that Work shall terminate
123
+ as of the date such litigation is filed.
124
+
125
+ 4. Redistribution. You may reproduce and distribute copies of the
126
+ Work or Derivative Works thereof in any medium, with or without
127
+ modifications, and in Source or Object form, provided that You
128
+ meet the following conditions:
129
+
130
+ (a) You must give any other recipients of the Work or
131
+ Derivative Works a copy of this License; and
132
+
133
+ (b) You must cause any modified files to carry prominent notices
134
+ stating that You changed the files; and
135
+
136
+ (c) You must retain, in the Source form of any Derivative Works
137
+ that You distribute, all copyright, patent, trademark, and
138
+ attribution notices from the Source form of the Work,
139
+ excluding those notices that do not pertain to any part of
140
+ the Derivative Works; and
141
+
142
+ (d) If the Work includes a "NOTICE" text file as part of its
143
+ distribution, then any Derivative Works that You distribute must
144
+ include a readable copy of the attribution notices contained
145
+ within such NOTICE file, excluding those notices that do not
146
+ pertain to any part of the Derivative Works, in at least one
147
+ of the following places: within a NOTICE text file distributed
148
+ as part of the Derivative Works; within the Source form or
149
+ documentation, if provided along with the Derivative Works; or,
150
+ within a display generated by the Derivative Works, if and
151
+ wherever such third-party notices normally appear. The contents
152
+ of the NOTICE file are for informational purposes only and
153
+ do not modify the License. You may add Your own attribution
154
+ notices within Derivative Works that You distribute, alongside
155
+ or as an addendum to the NOTICE text from the Work, provided
156
+ that such additional attribution notices cannot be construed
157
+ as modifying the License.
158
+
159
+ You may add Your own copyright statement to Your modifications and
160
+ may provide additional or different license terms and conditions
161
+ for use, reproduction, or distribution of Your modifications, or
162
+ for any such Derivative Works as a whole, provided Your use,
163
+ reproduction, and distribution of the Work otherwise complies with
164
+ the conditions stated in this License.
165
+
166
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
167
+ any Contribution intentionally submitted for inclusion in the Work
168
+ by You to the Licensor shall be under the terms and conditions of
169
+ this License, without any additional terms or conditions.
170
+ Notwithstanding the above, nothing herein shall supersede or modify
171
+ the terms of any separate license agreement you may have executed
172
+ with Licensor regarding such Contributions.
173
+
174
+ 6. Trademarks. This License does not grant permission to use the trade
175
+ names, trademarks, service marks, or product names of the Licensor,
176
+ except as required for reasonable and customary use in describing the
177
+ origin of the Work and reproducing the content of the NOTICE file.
178
+
179
+ 7. Disclaimer of Warranty. Unless required by applicable law or
180
+ agreed to in writing, Licensor provides the Work (and each
181
+ Contributor provides its Contributions) on an "AS IS" BASIS,
182
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
183
+ implied, including, without limitation, any warranties or conditions
184
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
185
+ PARTICULAR PURPOSE. You are solely responsible for determining the
186
+ appropriateness of using or redistributing the Work and assume any
187
+ risks associated with Your exercise of permissions under this License.
188
+
189
+ 8. Limitation of Liability. In no event and under no legal theory,
190
+ whether in tort (including negligence), contract, or otherwise,
191
+ unless required by applicable law (such as deliberate and grossly
192
+ negligent acts) or agreed to in writing, shall any Contributor be
193
+ liable to You for damages, including any direct, indirect, special,
194
+ incidental, or consequential damages of any character arising as a
195
+ result of this License or out of the use or inability to use the
196
+ Work (including but not limited to damages for loss of goodwill,
197
+ work stoppage, computer failure or malfunction, or any and all
198
+ other commercial damages or losses), even if such Contributor
199
+ has been advised of the possibility of such damages.
200
+
201
+ 9. Accepting Warranty or Additional Liability. While redistributing
202
+ the Work or Derivative Works thereof, You may choose to offer,
203
+ and charge a fee for, acceptance of support, warranty, indemnity,
204
+ or other liability obligations and/or rights consistent with this
205
+ License. However, in accepting such obligations, You may act only
206
+ on Your own behalf and on Your sole responsibility, not on behalf
207
+ of any other Contributor, and only if You agree to indemnify,
208
+ defend, and hold each Contributor harmless for any liability
209
+ incurred by, or claims asserted against, such Contributor by reason
210
+ of your accepting any such warranty or additional liability.
211
+
212
+ END OF TERMS AND CONDITIONS
213
+
214
+ APPENDIX: How to apply the Apache License to your work.
215
+
216
+ To apply the Apache License to your work, attach the following
217
+ boilerplate notice, with the fields enclosed by brackets "[]"
218
+ replaced with your own identifying information. (Don't include
219
+ the brackets!) The text should be enclosed in the appropriate
220
+ comment syntax for the file format. We also recommend that a
221
+ file or class name and description of purpose be included on the
222
+ same "printed page" as the copyright notice for easier
223
+ identification within third-party archives.
224
+
225
+ Copyright [yyyy] [name of copyright owner]
226
+
227
+ Licensed under the Apache License, Version 2.0 (the "License");
228
+ you may not use this file except in compliance with the License.
229
+ You may obtain a copy of the License at
230
+
231
+ http://www.apache.org/licenses/LICENSE-2.0
232
+
233
+ Unless required by applicable law or agreed to in writing, software
234
+ distributed under the License is distributed on an "AS IS" BASIS,
235
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
236
+ See the License for the specific language governing permissions and
237
+ limitations under the License.
README.md ADDED
@@ -0,0 +1,409 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: text-generation
4
+ language:
5
+ - fr
6
+ - en
7
+ - it
8
+ - de
9
+ - es
10
+ - pt
11
+ - nl
12
+ - ar
13
+ tags:
14
+ - pretrained
15
+ - openllm-france
16
+ datasets:
17
+ - OpenLLM-France/Luciole-Training-Dataset
18
+ training_progress:
19
+ num_steps: 1170080
20
+ num_tokens: 4907671224320
21
+ context_length: 131072
22
+ widget:
23
+ - text: |-
24
+ Quelle est la capitale de l'Espagne ? Madrid.
25
+ Quelle est la capitale de la France ?
26
+ example_title: Capital cities in French
27
+ group: 1-shot Question Answering
28
+ ---
29
+
30
+ # Model Card for Luciole-23B-Base
31
+
32
+ <!-- inspired from the following template:
33
+ https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1
34
+ -->
35
+
36
+ ![luciole_logo.png](luciole_logo.png)
37
+
38
+
39
+ **Table of Contents**
40
+ - [Model Card for Luciole-23B-Base](#model-card-for-luciole-23b-base)
41
+ - [Model Description](#model-description)
42
+ - [Uses](#uses)
43
+ - [Direct use](#direct-use)
44
+ - [Downstream use](#downstream-use)
45
+ - [Out-of-Scope Use](#out-of-scope-use)
46
+ - [Bias, Risks, and Limitations](#bias-risks-and-limitations)
47
+ - [Recommendations](#recommendations)
48
+ - [Example Code in Python](#example-code-in-python)
49
+ - [Load the model](#load-the-model)
50
+ - [Sentence completion](#sentence-completion)
51
+ - [Loading Intermediate Checkpoints](#loading-intermediate-checkpoints)
52
+ - [Training Details](#training-details)
53
+ - [Training Data](#training-data)
54
+ - [Training Procedure](#training-procedure)
55
+ - [Neural Network Architecture](#neural-network-architecture)
56
+ - [Training Hyperparameters](#training-hyperparameters)
57
+ - [Training Convergence and Evaluation](#training-convergence-and-evaluation)
58
+ - [Training loss](#training-loss)
59
+ - [Evaluation](#evaluation)
60
+ - [Citation](#citation)
61
+ - [Acknowledgements](#acknowledgements)
62
+ - [Contact](#contact)
63
+
64
+ ## Model Description
65
+
66
+ Luciole-23B-Base is a pretrained 23B parameter causal language model developed by [LINAGORA](https://labs.linagora.com/) and the [OpenLLM-France](https://openllm-france.fr/) consortium as a part of the OpenLLM France project, funded by [BPI France](https://www.bpifrance.fr/) through the [France 2030](https://www.info.gouv.fr/grand-dossier/france-2030) program.
67
+ It was trained on the [GENCI](https://www.genci.fr/) supercomputer Jean Zay, managed by [IDRIS](http://www.idris.fr/docs/idris/missions).
68
+
69
+ Luciole-23B-Base was trained on around 5 trillion tokens of multilingual data, including English (41.9%), French (30.4%), German (3.8%), Spanish (3.5%), Italian (1.9%), Portuguese (1.3%), Dutch (1.0%), Arabic (0.5%), and a small subset of regional languages including regional languages of the French metropolitan area, French variants, and French creoles from around the world (0.4%).
70
+
71
+ The latter were selected from the [FineWeb 2](https://huggingface.co/datasets/HuggingFaceFW/fineweb-2) dataset and include Basque, Breton, Catalan, Corsican, Franco-Provençal, Guadeloupean Creole French, Guianese Creole French, Occitan, Picard, Réunion Creole French, Saint Lucian Creole French, Seselwa Creole French, Tahitian, and Walloon.
72
+
73
+ Training data also include parallel data from a selection of languages (1.7%), as well as several programming languages (9.2%) and English mathematical data (3.5%).
74
+
75
+ * License: [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
76
+ * Training repository: [Luciole-Training](https://github.com/OpenLLM-France/Luciole-Training)
77
+ * Technical report: coming soon.
78
+
79
+
80
+
81
+ ## Uses
82
+
83
+ ### Direct use
84
+ Luciole-23B-Base is a foundation language model trained solely to predict the most probable next word in a sequence. It is designed as the first brick in a more complex training pipeline that would include multitask training on diverse instructions or focused fine-tuning on select downstream tasks, as well as possible alignment for human preferences.
85
+
86
+ ### Downstream use
87
+ Due to its multilingual training, Luciole-23B-Base can be fine-tuned for downstream tasks centered on the generation of multilingual text, with a special focus on French and English.
88
+
89
+ ### Out-of-Scope Use
90
+ Luciole-23B-Base is not intended to generate text directly for end use cases. It must be fine-tuned first. Its pretraining is optimized for multilingual performance, especially in French and English, and might perform less well on other languages without additional training. While trained on code data, it is not optimized for code generation tasks.
91
+
92
+ ## Bias, Risks, and Limitations
93
+
94
+ Like other foundation models, Luciole-23B-Base is trained on large amounts of web data. Additionally, due to the scarcity of French textual non-web data published under open licenses, much of our French data comes from older works in the public domain that carry biases from other time periods. While we made efforts to reduce toxic and offensive content in the [Luciole Training Dataset](https://huggingface.co/datasets/OpenLLM-France/Luciole-Training-Dataset), Luciole-23B-Base may still generate such content. Filtering of the Luciole Training Dataset is an ongoing project to which we welcome contributions.
95
+
96
+ ### Recommendations
97
+ To limit the generation of undesirable content, it is advised to fine-tune Luciole-23B-Base through instruction and preference tuning (DPO, RLHF, etc.).
98
+
99
+ ## Example Code in Python
100
+
101
+ ### Load the model
102
+
103
+ Load the model (quantized version on GPU if possible, for efficient inference):
104
+ ```python
105
+ import transformers
106
+
107
+ model_name = "OpenLLM-France/Luciole-23B-Base"
108
+
109
+ tokenizer = transformers.AutoTokenizer.from_pretrained(model_name)
110
+ model = transformers.AutoModelForCausalLM.from_pretrained(model_name,
111
+ device_map="auto",
112
+ load_in_4bit=True # For efficient inference, if quantization is supported by the GPU card
113
+ )
114
+ ```
115
+ ### Sentence completion
116
+
117
+ Wrap the model in a text generation pipeline, and specify some generation parameters:
118
+ ```
119
+ pipeline = transformers.pipeline("text-generation", model=model, tokenizer=tokenizer)
120
+
121
+ generation_kwargs = dict(
122
+ num_return_sequences=1, # Number of variants to generate.
123
+ return_full_text= False, # Do not include the prompt in the generated text.
124
+ do_sample=True,
125
+ temperature=1.0, top_p=1, top_k=None, # Sampling parameters.
126
+ max_new_tokens=200, # Maximum length for the output text (in number of tokens).
127
+ )
128
+ ```
129
+
130
+ Try 1-shot question answering:
131
+ ```python
132
+ prompt = """\
133
+ Quelle est la capitale de l'Espagne ? Madrid\n\
134
+ Quelle est la capitale de la France ?\
135
+ """
136
+ completions = pipeline(prompt, **generation_kwargs)
137
+ for completion in completions:
138
+ print(prompt + "[…]" + completion['generated_text'])
139
+ ```
140
+ This will print something like:
141
+ ```
142
+ Quelle est la capitale de l'Espagne ? Madrid
143
+ Quelle est la capitale de la France ?[…] Paris
144
+ Quelle est la capitale du Brésil ? Brasilia
145
+ Quelle est la capitale de la Belgique ? Bruxelles
146
+ Quelle est la capitale de l'Italie ? Rome
147
+ ...
148
+ ```
149
+
150
+
151
+ ## Loading Intermediate Checkpoints
152
+
153
+ Intermediate checkpoints are released under dedicated revision tags at regular intervals throughout training:
154
+ - Every **1,000 steps** during the first **5,000 steps**
155
+ - Then every **5,000 steps** up to **30,000 steps**
156
+ - Then every **10,000 steps** beyond that
157
+ - In addition, a checkpoint is provided at the **end of each training phase**
158
+
159
+ All checkpoints are available at:
160
+ https://dl.labs.linagora.com/files/models/OpenLLM-France/Luciole-23B-Base/
161
+
162
+ They are organized into the following subfolders:
163
+ * **Phase 1 – Initial pretraining (context length: 4,096)**
164
+ From [phase1-step0001000](https://dl.labs.linagora.com/files/models/OpenLLM-France/Luciole-23B-Base/phase1-step0001000) to [phase1-step0715787](https://dl.labs.linagora.com/files/models/OpenLLM-France/Luciole-23B-Base/phase1-step0715787)
165
+ * **Phase 2 – Continued pretraining**
166
+ From [phase2-step0010000](https://dl.labs.linagora.com/files/models/OpenLLM-France/Luciole-23B-Base/phase2-step0010000) to [phase2-step0358927](https://dl.labs.linagora.com/files/models/OpenLLM-France/Luciole-23B-Base/phase2-step0358927)
167
+ * **Phase 3 – Annealing phase**
168
+ From [phase3-annealing-step0010000](https://dl.labs.linagora.com/files/models/OpenLLM-France/Luciole-23B-Base/phase3-annealing-step0010000) to [phase3-annealing-step0071526](https://dl.labs.linagora.com/files/models/OpenLLM-France/Luciole-23B-Base/phase3-annealing-step0071526)
169
+ * **Phase 4 – Context extension to 32k tokens**
170
+ [phase4-context-extension-32k-step0005000](https://dl.labs.linagora.com/files/models/OpenLLM-France/Luciole-23B-Base/phase4-context-extension-32k-step0005000) to [phase4-context-extension-32k-step0011920](https://dl.labs.linagora.com/files/models/OpenLLM-France/Luciole-23B-Base/phase4-context-extension-32k-step0011920)
171
+ * **Phase 5 – Context extension to 131k tokens**
172
+ [phase5-context-extension-131k-step0005000](https://dl.labs.linagora.com/files/models/OpenLLM-France/Luciole-23B-Base/phase5-context-extension-131k-step0005000) to [phase5-context-extension-131k-step0011920](https://dl.labs.linagora.com/files/models/OpenLLM-France/Luciole-23B-Base/phase5-context-extension-131k-step0011920)
173
+
174
+ The total cumulative number of training steps and training tokens for each checkpoint is specified in
175
+ the YAML header of each `README.md` file, and in
176
+ the `config.json` file (under the keys `"training_steps"` and `"training_tokens"`).
177
+
178
+ ## Training Details
179
+
180
+ ### Training Data
181
+
182
+ The training dataset used for the pretraining of Luciole-23B-Base is available
183
+ at [OpenLLM-France/Luciole-Training-Dataset](https://huggingface.co/datasets/OpenLLM-France/Luciole-Training-Dataset). Information on data preprocessing can be found on the data card or in the [Luciole-Training](https://github.com/OpenLLM-France/Luciole-Training) repository.
184
+
185
+ Pretraining consisted of three principal phases of training with a context length of 4,096 tokens. The token breakdowns for the three phases are as follows:
186
+
187
+ 1. Initial pretraining: 3.5 trillion tokens of diverse data
188
+ 2. Continued pretraining: 1 trillion tokens introducing higher quality data and increasing math and code proportions
189
+ 3. Annealing phase: 300 billion tokens introducing some instruction-style and reasoning data
190
+
191
+ Pretraining was followed by two short mid-training phases to extend the context length to 131,072 tokens:
192
+
193
+ 4. First context extension: 50 billion tokens to extend context length from 4,096 to 32,768 tokens
194
+ 5. Second context extension: 50 billion tokens to extend context length from 32,768 to 131,072 tokens
195
+
196
+
197
+ ### Training Procedure
198
+
199
+ Luciole-23B-Base is a causal decoder-only model trained on a causal language modeling task (i.e., predict the next token).
200
+
201
+ It was pre-trained on 256 - 512 H100 80GB GPUs (64 - 128 nodes) for about 576,587 GPU hours (1,186 hours) on the [Jean Zay supercomputer](http://www.idris.fr/docs/category/jean-zay).
202
+
203
+ The training code is available at [https://github.com/OpenLLM-France/Luciole-Training](https://github.com/OpenLLM-France/Luciole-Training). Training used version 2.3.1 of NVIDIA's [NeMo framework](https://github.com/NVIDIA-NeMo/NeMo) (now transferred to [NeMo Automodel or NeMo Megatron-Bridge](https://github.com/NVIDIA-NeMo)).
204
+
205
+
206
+
207
+ #### Neural Network Architecture
208
+
209
+ The architecture of Luciole-23B-Base is a custom adaptation of the [Nemotron3-22B](https://github.com/NVIDIA-NeMo/NeMo/blob/v2.3.1/nemo/collections/llm/recipes/nemotron3_22b.py) recipe.
210
+ It has 23.2 billion free parameters,
211
+ with the following hyperparameters:
212
+ | **Hyperparameter** | **Value** |
213
+ |---------------------------|---------|
214
+ | Vocabulary size (\# tokens)| 128,000 |
215
+ | \# transformer blocks | 40 |
216
+ | \# attention heads | 48 |
217
+ | \# key-value heads | 8 |
218
+ | Hidden size | 6144 |
219
+ | Feed-Forward hidden size | 36864 |
220
+ | Activation | `relu2`|
221
+
222
+
223
+ The "theta" parameter of Rotary Positional Embedding (RoPE) was increased during the context extension phases training process. Its values are indicated in the tables with training hyperparameters below. Note that rotary positional embeddings (RoPE) are applied to the first 50% of the per-head query and key dimensions (`rotary_percent = 0.5`), with the remaining dimensions left unchanged.
224
+
225
+ #### Training Hyperparameters
226
+
227
+ The details of the intitial pretraining phase are listed below. For each subsequent phase, only the values that differ from the intitial pretraining phase are listed.
228
+
229
+ **1. Initial pretraining**
230
+
231
+ | **Hyperparameter** | **Value** |
232
+ |------------------------|------------|
233
+ | Total \# samples| 732,965,888 (3T tokens) |
234
+ | Total \# steps | 715,787 |
235
+ | Context length | 4,096 |
236
+ | Batch size | 1,024 |
237
+ | RoPE theta | 10,000 |
238
+ | Learning rate schedule | Warmup (2M samples) + Constant |
239
+ | Learning rate | 3e-4 -- 1e-4 |
240
+ | Weight decay | 0.1 |
241
+ | Dropout | _ |
242
+ | Gradient clipping | 1 |
243
+ | Initializer range | 0.009 |
244
+ | Optimizer | `AdamW` (β₁=0.9, β₂=0.95, ε=1e-5) |
245
+ | Precision | `bfloat16` |
246
+ | Tensor Parallelism (with 512 GPUs) | 4 |
247
+ | Pipeline Parallelism (with 512 GPUs) | 2 |
248
+ | Data Parallelism (with 512 GPUs) | 64 |
249
+
250
+ **2. Continued Pretraining**
251
+
252
+ | **Hyperparameter** | **Value** |
253
+ |------------------------|------------|
254
+ | Total \# samples| 367,545,344 (1.5T tokens) |
255
+ | Total \# steps | 358,931 |
256
+ | Learning rate schedule | Cosine annealing |
257
+ | Maximum Learning rate | 1e-4 |
258
+ | Final Learning rate | 2.29e-5 |
259
+
260
+ **3. Annealing**
261
+
262
+ | **Hyperparameter** | **Value** |
263
+ |------------------------|------------|
264
+ | Total \# samples | 73,242,624 (300B tokens) |
265
+ | Total \# steps | 71,526 |
266
+ | Learning rate schedule | Linear annealing |
267
+ | Maximum Learning rate | 2.29e-5 |
268
+ | Final Learning rate | 0 |
269
+ | Data Parallelism (with 256 GPUs) | 32 |
270
+
271
+ **4. Context extension to 32K**
272
+
273
+ | **Hyperparameter** | **Value** |
274
+ |------------------------|------------|
275
+ | Total \# samples| 381,440 (50B tokens) |
276
+ | Total \# steps | 11,920 |
277
+ | Context length | 32,768 |
278
+ | Batch size | 128 |
279
+ | RoPE theta | 1,000,000 |
280
+ | Learning rate schedule | Warmup + Cosine annealing |
281
+ | Maximum Learning rate | 2.29e-5 |
282
+ | Final Learning rate | 0 |
283
+ | Tensor Parallelism (with 512 GPUs) | 4 |
284
+ | Pipeline Parallelism (with 512 GPUs) | 2 |
285
+ | Context Parallelism (with 512 GPUs) | 2 |
286
+ | Data Parallelism (with 512 GPUs) | 32 |
287
+ |
288
+
289
+ **5. Context extension to 131K**
290
+
291
+ | **Hyperparameter** | **Value** |
292
+ |------------------------|------------|
293
+ | Total \# samples| 381,440 (50B tokens) |
294
+ | Total \# steps | 11,920 |
295
+ | Context length | 131,072 |
296
+ | Batch size | 32 |
297
+ | RoPE theta | 2,000,000 |
298
+ | Tensor Parallelism (with 512 GPUs) | 4 |
299
+ | Pipeline Parallelism (with 512 GPUs) | 2 |
300
+ | Context Parallelism (with 512 GPUs) | 8 |
301
+ | Data Parallelism (with 512 GPUs) | 8 |
302
+
303
+ ### Training Convergence and Evaluation
304
+
305
+ #### Training loss
306
+
307
+ Information on training loss curves and training stability is available in the training logs, which are released at<br>
308
+ [metadata/training_logs](https://huggingface.co/OpenLLM-France/Luciole-23B-Base/tree/main/metadata/training_logs)<br>
309
+ ├── [ConvergenceCurve_phase1.csv](metadata/training_logs/ConvergenceCurve_phase1.csv) -- training logs for phase 1 (initial pretraining) <br>
310
+ ├── [ConvergenceCurve_phase2.csv](metadata/training_logs/ConvergenceCurve_phase2.csv) -- training logs for phase 2 (continued pretraining) <br>
311
+ ├── [ConvergenceCurve_phase3-annealing.csv](metadata/training_logs/ConvergenceCurve_phase3-annealing.csv) -- training logs for phase 3 (annealing) <br>
312
+ ├── [ConvergenceCurve_phase4-context-extension-32k.csv](metadata/training_logs/ConvergenceCurve_phase4-context-extension-32k.csv) -- training logs for phase 4 (context extension to 32k tokens) <br>
313
+ └── [ConvergenceCurve_phase5-context-extension-131k.csv](metadata/training_logs/ConvergenceCurve_phase5-context-extension-131k.csv) -- training logs for phase 5 (context extension to 131k tokens) <br>
314
+
315
+ The following figure shows the training loss curve for the different training phases:
316
+ ![metadata/training_logs/ConvergenceCurve.png](metadata/training_logs/ConvergenceCurve.png)
317
+
318
+ #### Evaluation
319
+
320
+ During the training of Luciole-23B-Base, we conducted multiple evaluations to assess performance on standard benchmarks.
321
+ The primary evaluation languages were French and English, with additional evaluations in German, Spanish, Italian, Portuguese, Dutch, and Arabic.
322
+ These evaluations were performed on intermediate checkpoints throughout training and on the final checkpoint.
323
+ We also evaluated the final checkpoint using the RULER benchmark to measure long-context performance.
324
+
325
+ For comparison, we evaluated the model against the following models, which have between 23B and 2B parameters and were trained on multilingual data, including French:
326
+ - [Gaperon-1125-24B](https://huggingface.co/almanach/Gaperon-1125-24B)
327
+ - [EuroLLM-22B-2512](https://huggingface.co/utter-project/EuroLLM-22B-2512)
328
+ - [Mistral-Small-24B-Base-2501](https://huggingface.co/mistralai/Mistral-Small-24B-Base-2501)
329
+ <!-- - [Qwen3-14B-Base](https://huggingface.co/Qwen/Qwen3-14B-Base) -->
330
+
331
+ The main results are summarized in the figures below.
332
+ **Click on a figure to view the complete evaluation results with detailed metrics.**
333
+ The figures illustrate the evolution of evaluation performance across training checkpoints.
334
+ The x-axis corresponds to the cumulative number of training tokens, while the y-axis reports the average performance across tasks within each category.
335
+ The RULER figure differs in that it reports average performance across different context lengths.
336
+
337
+ <table>
338
+ <tr>
339
+ <td><a href="https://huggingface.co/openllm-france/luciole-23b-base/blob/main/metadata/evaluation/fr_details.png"><img src="metadata/evaluation/fr_average.png" alt="French average results"></a></td>
340
+ <td><img src="metadata/evaluation/legend.png" alt="Legend"></td>
341
+ </tr>
342
+ <tr>
343
+ <td><a href="https://huggingface.co/openllm-france/luciole-23b-base/blob/main/metadata/evaluation/en_details.png"><img src="metadata/evaluation/en_average.png" alt="English average results"></a></td>
344
+ <td><a href="https://huggingface.co/openllm-france/luciole-23b-base/blob/main/metadata/evaluation/multilingual_details.png"><img src="metadata/evaluation/multilingual_average.png" alt="Multilingual average results"></a></td>
345
+ </tr>
346
+ <tr>
347
+ <td><a href="https://huggingface.co/openllm-france/luciole-23b-base/blob/main/metadata/evaluation/translation_details.png"><img src="metadata/evaluation/translation_average.png" alt="Translation average results"></a></td>
348
+ <td><a href="https://huggingface.co/openllm-france/luciole-23b-base/blob/main/metadata/evaluation/ruler_details.png"><img src="metadata/evaluation/ruler_average.png" alt="RULER average results"></a></td>
349
+ </tr>
350
+ </table>
351
+
352
+ All figures can be found in the [metadata/evaluation](https://huggingface.co/OpenLLM-France/Luciole-23B-Base/tree/main/metadata/evaluation) folder.
353
+
354
+ ## Citation
355
+
356
+ ✍ Paper coming soon!
357
+
358
+
359
+ ## Acknowledgements
360
+
361
+ We gratefully acknowledge BPI France for funding the OpenLLM France project under the [call](https://www.bpifrance.fr/nos-appels-a-projets-concours/appel-a-projets-communs-numeriques-pour-lintelligence-artificielle-generative) "Communs numériques pour l’intelligence artificielle générative" ("Digital commons for generative artificial intelligence") as a part of the [France 2030](https://www.info.gouv.fr/grand-dossier/france-2030) program.
362
+
363
+ Training of Luciole-23B-Base was made possible by computing AI and storage resources by GENCI at IDRIS thanks to the grant 2025-AS011016445 on the supercomputer Jean Zay’s H100 partition. We gratefully acknowledge support from GENCI and IDRIS and from Stephane Requena (GENCI) and Pierre-François Lavallée (IDRIS) in particular.
364
+
365
+ Luciole-23B-Base was created by members of [LINAGORA](https://labs.linagora.com/) for the OpenLLM-France project, including in alphabetical order:
366
+
367
+ Audran Bert
368
+ Akshay Chaturvedi
369
+ Olivier Gouvert
370
+ Julie Hunter
371
+ Jean-Pierre Lorré
372
+ Jérôme Louradour
373
+ Charlotte Noel
374
+ Kate Thompson
375
+
376
+ We thank the support team from IDRIS for technical guidance throughout the project, especially:
377
+
378
+
379
+ Martin Comminges (IDRIS)
380
+ Rémi Lacroix (IDRIS)
381
+ Myriam Peyrounette (IDRIS)
382
+
383
+ as well as the support team from NVIDIA, especially:
384
+
385
+ Meriem Bendris (NVIDIA)
386
+ Hayk Shoukourian (NVIDIA)
387
+ Oleg Sudakov (NVIDIA)
388
+
389
+ We are also greatful to the partners of the [OpenLLM-France](https://www.openllm-france.fr/) consortium for their valuable input, with particular thanks to (in alphabetical order):
390
+
391
+ Clément Bénesse (Opsci)
392
+ Bertrand Cabot (IDRIS)
393
+ Christophe Cerisara (LORIA)
394
+ Liam Duignan (CEA)
395
+ Olivier Ferret (CEA)
396
+ Emile Hazard (OpSci)
397
+ Léo Hunout (IDRIS)
398
+ Gabriel Lauzzana (LORIA)
399
+ Michel-Marie Maudet (LINAGORA)
400
+
401
+
402
+ We would also like to thank members of the [Gaperon](https://huggingface.co/collections/almanach/gaperon), [Salamandra](https://huggingface.co/collections/BSC-LT/salamandra) and [Apertus](https://huggingface.co/collections/swiss-ai/apertus-llm) projects for sharing their insights with us. We also acknowledge the numerous open source actors whose resources have guided us throughout the training process, with particular thanks to [Nvidia](https://www.nvidia.com/en-eu/), [Hugging Face](https://huggingface.co/) and [Allen AI](https://allenai.org/).
403
+
404
+
405
+ Finally, we thank the entire OpenLLM-France community, whose members have helped in diverse ways.
406
+
407
+ ## Contact
408
+
409
+ contact@openllm-france.fr
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "NemotronForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 0,
8
+ "eos_token_id": 1,
9
+ "head_dim": 128,
10
+ "hidden_act": "relu2",
11
+ "hidden_size": 6144,
12
+ "initializer_range": 0.008,
13
+ "intermediate_size": 36864,
14
+ "max_position_embeddings": 131072,
15
+ "mlp_bias": false,
16
+ "model_type": "nemotron",
17
+ "norm_eps": 1e-05,
18
+ "num_attention_heads": 48,
19
+ "num_hidden_layers": 40,
20
+ "num_key_value_heads": 8,
21
+ "partial_rotary_factor": 0.5,
22
+ "rope_theta": 2000000.0,
23
+ "tie_word_embeddings": false,
24
+ "torch_dtype": "bfloat16",
25
+ "transformers_version": "4.51.3",
26
+ "use_cache": true,
27
+ "vocab_size": 128000,
28
+ "training_steps": 1170080,
29
+ "training_tokens": 4907671224320
30
+ }
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 0,
4
+ "eos_token_id": 1,
5
+ "do_sample": true,
6
+ "temperature": 0.7,
7
+ "transformers_version": "4.51.3"
8
+ }
luciole_logo.png ADDED
metadata/evaluation/en_average.png ADDED
metadata/evaluation/en_details.png ADDED

Git LFS Details

  • SHA256: 8a2b563ee61a2225b945e1dd910beefbacfc0aed247174fc83c329abe24a767c
  • Pointer size: 131 Bytes
  • Size of remote file: 361 kB
metadata/evaluation/fr_average.png ADDED
metadata/evaluation/fr_details.png ADDED

Git LFS Details

  • SHA256: 4919b22a203f77f150cd8c311d9d34b457222fb6acf5ec9ca305a0dd73977629
  • Pointer size: 131 Bytes
  • Size of remote file: 307 kB
metadata/evaluation/legend.png ADDED
metadata/evaluation/multilingual_average.png ADDED
metadata/evaluation/multilingual_details.png ADDED

Git LFS Details

  • SHA256: 2036f20265471b9852e1601a1a90a36cf698c07e108fcab0f86db45e09341263
  • Pointer size: 131 Bytes
  • Size of remote file: 325 kB
metadata/evaluation/ruler_average.png ADDED
metadata/evaluation/ruler_details.png ADDED

Git LFS Details

  • SHA256: d3fee2975c05650f3b10874569d0f44cf8098f130c23339c6714d8e53bd704e3
  • Pointer size: 131 Bytes
  • Size of remote file: 349 kB
metadata/evaluation/translation_average.png ADDED
metadata/evaluation/translation_details.png ADDED

Git LFS Details

  • SHA256: fef3952415ecde245f991a2ad960f7b058fd9680d3d1267d8230cc0201fdef34
  • Pointer size: 131 Bytes
  • Size of remote file: 255 kB
metadata/training_logs/ConvergenceCurve.png ADDED

Git LFS Details

  • SHA256: a1c253b1a2062aa406e3b5cab56ea52fcf687ce7df8fc8f0406960d87e5eb708
  • Pointer size: 131 Bytes
  • Size of remote file: 206 kB
metadata/training_logs/ConvergenceCurve_phase1.csv ADDED
@@ -0,0 +1,294 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ training_steps,training_tokens,training_loss,walltime,gputime,learning_rate
2
+ 1895,7948206080,5.447348766326904,5927.280567884445,3034767.650756836,0.0002841079549398273
3
+ 4150,17406361600,3.120064296722412,12518.422992229462,6409432.572021484,0.0003000000142492354
4
+ 6695,28080865280,2.7043356609344484,20370.28328537941,10429585.042114258,0.0003000000142492354
5
+ 9225,38692454400,2.5033619880676268,27970.057998895645,14320669.69543457,0.0003000000142492354
6
+ 12255,51401195520,2.396542539596558,37085.42421460152,18987737.197875977,0.0003000000142492354
7
+ 15030,63040389120,2.3323276615142823,45333.76660823822,23210888.50341797,0.0003000000142492354
8
+ 17320,72645345280,2.305052146911621,52254.855118989944,26754485.82092285,0.0003000000142492354
9
+ 18920,79356231680,2.2639685440063477,57225.37096261978,29299389.932861328,0.0003000000142492354
10
+ 21335,89485475840,2.2279092693328857,64701.9055223465,33127375.627441406,0.0003000000142492354
11
+ 23755,99635691520,2.2306345081329346,71905.05756497383,36815389.4732666,0.0003000000142492354
12
+ 26055,109282590720,2.1964873313903808,78769.45412993431,40329960.51452637,0.0003000000142492354
13
+ 28705,120397496320,2.16977765083313,86719.02511835098,44400140.8605957,0.0003000000142492354
14
+ 30495,127905300480,2.1529211616516113,92113.31730008125,47162018.4576416,0.0003000000142492354
15
+ 32690,137111797760,2.170919246673584,98656.95769071579,50512362.337646484,0.0003000000142492354
16
+ 36270,152127406080,2.132544231414795,109561.50490522385,56095490.51147461,0.0003000000142492354
17
+ 38610,161942077440,2.111489887237549,116397.9301404953,59595740.231933594,0.0003000000142492354
18
+ 41275,173119897600,2.098146343231201,124322.49285817146,63653116.34338379,0.0003000000142492354
19
+ 43180,181110046720,2.1460972690582274,130039.3857216835,66580165.48950195,0.0003000000142492354
20
+ 46235,193923645440,2.089103727340698,139178.25031399727,71259264.1607666,0.0003000000142492354
21
+ 49160,206191984640,2.076453380584717,147962.26724743843,75756680.83068848,0.0003000000142492354
22
+ 51555,216237342720,2.074834985733032,155354.67549204826,79541593.85192871,0.0003000000142492354
23
+ 53930,226198814720,2.0589326286315917,162334.21007156372,83115115.55664062,0.0003000000142492354
24
+ 56075,235195596800,2.050215482711792,168932.22777962685,86493300.62316895,0.0003000000142492354
25
+ 58590,245744271360,2.063657035827637,176506.29684567451,90371223.98498535,0.0003000000142492354
26
+ 60530,253881221120,2.0424679279327393,182413.92199993134,93395928.06396484,0.0003000000142492354
27
+ 62770,263276462080,2.035730981826782,189319.75124120712,96931712.63549805,0.0003000000142492354
28
+ 65375,274202624000,2.039618549346924,197056.447814703,100892901.28112793,0.0003000000142492354
29
+ 67870,284667412480,2.0271164321899415,204674.04088258743,104793108.93188477,0.0003000000142492354
30
+ 71380,299389419520,2.0227127122879027,215542.48476862907,110357752.20153809,0.0003000000142492354
31
+ 73790,309497692160,2.016870403289795,222852.56856322289,114100515.10437012,0.0003000000142492354
32
+ 76446,320637763584,2.009120225906372,230496.92641425133,118014426.32409668,0.0003000000142492354
33
+ 79156,332004327424,2.0038955068588256,238495.5995695591,122109746.97961426,0.0003000000142492354
34
+ 81111,340204191744,2.021902437210083,244391.2448720932,125128317.37451172,0.0003000000142492354
35
+ 83776,351382011904,2.0005046272277833,252140.5293624401,129095951.03356934,0.0003000000142492354
36
+ 86246,361741942784,2.0014306783676146,259400.52058267593,132813066.53833008,0.0003000000142492354
37
+ 88661,371871186944,1.993627109527588,266806.03767085075,136604691.2874756,0.0003000000142492354
38
+ 91841,385209073664,1.9877145051956178,276009.36748433113,141316796.15197754,0.0003000000142492354
39
+ 93886,393786425344,1.98978750705719,282256.96933317184,144515568.29858398,0.0003000000142492354
40
+ 95741,401566859264,1.9826083707809448,287729.3192307949,147317411.446167,0.0003000000142492354
41
+ 97751,409997410304,1.9811921548843383,293664.1400747299,150356039.71826172,0.0003000000142492354
42
+ 100576,421846319104,1.9799091386795045,302016.6806499958,154632540.49279785,0.0003000000142492354
43
+ 102521,430004240384,1.9805029106140137,307907.70321416855,157648744.0456543,0.0003000000142492354
44
+ 104806,439588225024,2.053040313720703,315242.077064991,161403943.4572754,0.0003000000142492354
45
+ 106836,448102662144,1.9679788732528687,321265.01844096184,164487689.44177246,0.0003000000142492354
46
+ 108386,454603833344,1.9844907093048096,325922.53361034393,166872337.2084961,0.0003000000142492354
47
+ 110101,461797064704,1.9722072744369508,331041.6681509018,169493334.09326172,0.0003000000142492354
48
+ 112586,472219910144,1.967842493057251,338603.87119698524,173365182.05285645,0.0003000000142492354
49
+ 115361,483859103744,1.9659801721572876,347018.2088546753,177673322.93359375,0.0003000000142492354
50
+ 118901,498706939904,1.9569978094100953,358168.76023101807,183382405.23828125,0.0003000000142492354
51
+ 121336,508920070144,1.960833568572998,365975.2520637512,187379329.05664062,0.0003000000142492354
52
+ 122861,515316383744,1.9769172430038453,370975.5420534611,189939477.53137207,0.0003000000142492354
53
+ 125031,524418023424,1.9558946514129638,377749.84054613113,193407918.35961914,0.0003000000142492354
54
+ 126716,531485425664,2.6503943729400636,383204.56579732895,196200737.68823242,0.0003000000142492354
55
+ 130541,547528638464,1.9523815393447876,395085.43486166,202283742.64916992,0.0003000000142492354
56
+ 132716,556651249664,1.9536804580688476,401863.2090370655,205753963.02697754,0.0003000000142492354
57
+ 135126,566759522304,1.9491197776794433,409202.47809934616,209511668.78686523,0.0003000000142492354
58
+ 137361,576133791744,1.9452001667022705,415841.74854683876,212910975.25598145,0.0003000000142492354
59
+ 139611,585570975744,1.9435851192474365,422310.9956150055,216223229.7548828,0.0003000000142492354
60
+ 142346,597042397184,1.949404125213623,430556.5514843464,220444954.35998535,0.0003000000142492354
61
+ 144876,607653986304,1.9484256458282472,438167.1285908222,224341569.83850098,0.0003000000142492354
62
+ 147596,619062493184,1.944484281539917,446456.21370244026,228585581.4156494,0.0003000000142492354
63
+ 150557,631481827328,1.9378612786531448,456234.6269261837,233592128.98620605,0.0003000000142492354
64
+ 153227,642680619008,1.9404682636260986,464279.9383664131,237711328.44360352,0.0003000000142492354
65
+ 155567,652495290368,1.9313619470596313,471361.15054130554,241336909.07714844,0.0003000000142492354
66
+ 157922,662372876288,1.930514178276062,478295.2361011505,244887160.88378906,0.0003000000142492354
67
+ 160032,671222857728,1.9312209701538086,484640.9705245495,248136176.90856934,0.0003000000142492354
68
+ 162072,679779237888,1.925252070426941,490770.46604156494,251274478.61328125,0.0003000000142492354
69
+ 164757,691040944128,1.9335515451431275,498989.06675100327,255482402.17651367,0.0003000000142492354
70
+ 166537,698506805248,1.9236343574523926,504227.9074835777,258164688.6315918,0.0003000000142492354
71
+ 169972,712914239488,1.9281069803237916,514628.0196273327,263489546.04919434,0.0003000000142492354
72
+ 173502,727720132608,1.9188976764678956,525291.1064434052,268949046.49902344,0.0003000000142492354
73
+ 175757,737178288128,1.9226658344268799,531949.1006422043,272357939.5288086,0.0003000000142492354
74
+ 178367,748125421568,1.929521508216858,539631.3849186897,276291269.07836914,0.0003000000142492354
75
+ 180627,757604548608,1.9438722944259643,546229.0343976021,279669265.61157227,0.0003000000142492354
76
+ 182877,767041732608,1.9174408626556396,553105.2405655384,283189883.16955566,0.0003000000142492354
77
+ 184602,774276907008,1.925033507347107,558286.8337535858,285842858.88183594,0.0003000000142492354
78
+ 187107,784783638528,1.9168820524215697,565552.5124239922,289562886.361084,0.0003000000142492354
79
+ 189057,792962531328,1.9180044841766357,571392.5905585289,292553006.3659668,0.0003000000142492354
80
+ 191332,802504572928,1.920326018333435,578555.4350471497,296220382.7441406,0.0003000000142492354
81
+ 193402,811186782208,1.920043601989746,584831.090502739,299433518.33740234,0.0003000000142492354
82
+ 195202,818736529408,1.9196675157546996,590155.4073274136,302159568.55163574,0.0003000000142492354
83
+ 197542,828551200768,2.2454846477508545,597122.283167839,305726608.9819336,0.0003000000142492354
84
+ 199887,838386843648,1.9190365028381349,604111.8623936176,309305273.5455322,0.0003000000142492354
85
+ 203702,854388113408,1.9325428342819213,617593.0310809612,316207631.91345215,0.0003000000142492354
86
+ 205557,862168547328,1.914669542312622,623170.8907473087,319063496.0626221,0.0003000000142492354
87
+ 207867,871857389568,1.9137618350982666,630073.7668991089,322597768.65234375,0.0003000000142492354
88
+ 212443,891050524672,1.9066269000371296,645237.6846797466,330361694.5560303,0.0003000000142492354
89
+ 214663,900361879552,1.9104232692718506,651698.5371870995,333669651.0397949,0.0003000000142492354
90
+ 216668,908771459072,1.9137620306015015,657626.5129597187,336704774.635376,0.0003000000142492354
91
+ 218813,917768241152,1.910467038154602,664005.117890358,339970620.3598633,0.0003000000142492354
92
+ 220868,926387535872,1.9052055120468139,670275.043936491,343180822.4954834,0.0003000000142492354
93
+ 223468,937292726272,1.9118693017959594,677966.2130243778,347118701.06848145,0.0003000000142492354
94
+ 225348,945178017792,1.9052751445770264,683685.2474577427,350046846.69836426,0.0003000000142492354
95
+ 227643,954803945472,1.9022587442398071,690477.7811880112,353524623.9682617,0.0003000000142492354
96
+ 230298,965939822592,1.9070111513137817,698449.3415863514,357606062.8922119,0.0003000000142492354
97
+ 233363,978795364352,1.8995317888259888,707676.2655873299,362330247.9807129,0.0003000000142492354
98
+ 235363,987183972352,1.916904730796814,713877.5827307701,365505322.3581543,0.0003000000142492354
99
+ 237178,994796634112,1.9013836240768434,719308.7710101604,368286090.75720215,0.0003000000142492354
100
+ 239303,1003709530112,1.9035357904434205,725964.7817821503,371693968.27246094,0.0003000000142492354
101
+ 241893,1014572777472,1.8990417098999024,733919.001157999,375766528.5928955,0.0003000000142492354
102
+ 244593,1025897398272,1.9013127136230468,742297.5988967419,380056370.63513184,0.0003000000142492354
103
+ 246803,1035166810112,2.0955277156829832,748631.4009125233,383299277.2672119,0.0003000000142492354
104
+ 248793,1043513475072,1.9051326751708983,754591.143371582,386350665.40625,0.0003000000142492354
105
+ 250318,1049909788672,1.898918581008911,759177.0807225704,388698665.32995605,0.0003000000142492354
106
+ 253033,1061297324032,1.8973086023330687,767550.3674144745,392985788.11621094,0.0003000000142492354
107
+ 255288,1070755479552,1.8979051065444947,774410.0793762207,396497960.640625,0.0003000000142492354
108
+ 258038,1082289815552,1.891810269355774,782711.6618151665,400748370.84936523,0.0003000000142492354
109
+ 260818,1093949980672,1.8980191898345948,790981.6095311642,404982584.07995605,0.0003000000142492354
110
+ 263178,1103848538112,1.8929394006729126,798275.0855441093,408716843.798584,0.0003000000142492354
111
+ 266518,1117857513472,1.9102901315689087,808135.4999608994,413765375.97998047,0.0003000000142492354
112
+ 268698,1127001096192,1.8955067825317382,814798.3178229332,417176738.7253418,0.0003000000142492354
113
+ 271313,1137969201152,1.8931417512893676,822825.5616958141,421286687.58825684,0.0003000000142492354
114
+ 274623,1151852347392,1.8920776510238648,832606.5796144009,426294568.76257324,0.0003000000142492354
115
+ 276583,1160073183232,1.8938761281967162,838495.5978889465,429309746.1191406,0.0003000000142492354
116
+ 278713,1169007050752,1.8925934791564942,845077.2353429794,432679544.49560547,0.0003000000142492354
117
+ 280739,1177504710656,1.8891221682230632,851204.6475782394,435816779.5600586,0.0003000000142492354
118
+ 283694,1189898878976,1.8894703817367553,860411.1999502182,440530534.3745117,0.0003000000142492354
119
+ 286579,1201999446016,1.887352523803711,869139.8006334305,444999577.9243164,0.0003000000142492354
120
+ 289124,1212673949696,1.8903025722503661,876879.5183064938,448962313.3729248,0.0003000000142492354
121
+ 291339,1221964333056,1.8916653442382811,883641.2575354576,452424323.8581543,0.0003000000142492354
122
+ 293704,1231883862016,1.8866437005996703,890674.9179246426,456025557.977417,0.0003000000142492354
123
+ 296079,1241845334016,1.8870973920822143,897818.2173862457,459682927.3017578,0.0003000000142492354
124
+ 298429,1251701948416,1.8882492637634278,904913.2246210575,463315571.00598145,0.0003000000142492354
125
+ 299944,1258056318976,1.8891091632843018,909382.5623049736,465603871.9001465,0.0003000000142492354
126
+ 303074,1271184490496,1.9108704900741578,918963.3983066082,470509259.9329834,0.0003000000142492354
127
+ 304989,1279216582656,1.887999973297119,924853.45910573,473524971.0621338,0.0003000000142492354
128
+ 306709,1286430785536,1.8846946239471436,929970.447275877,476144869.005249,0.0003000000142492354
129
+ 310509,1302369140736,1.8915910625457764,941108.7697544098,481847690.1142578,0.0003000000142492354
130
+ 312809,1312016039936,1.8834606218338013,948007.5262298584,485379853.4296875,0.0003000000142492354
131
+ 315644,1323906891776,1.8845705795288086,956711.4411678314,489836257.8779297,0.0003000000142492354
132
+ 318274,1334937911296,1.886205153465271,964624.1554858685,493887567.60876465,0.0003000000142492354
133
+ 320904,1345968930816,1.882408676147461,972550.9937694073,497946108.8099365,0.0003000000142492354
134
+ 324109,1359411675136,1.879835705757141,982447.9239835739,503013337.07958984,0.0003000000142492354
135
+ 326029,1367464738816,1.87621160030365,988367.9556717873,506044393.3039551,0.0003000000142492354
136
+ 328954,1379733078016,1.8824023771286011,997120.0433709621,510525462.2059326,0.0003000000142492354
137
+ 331314,1389631635456,1.884506664276123,1004224.2769136429,514162829.77978516,0.0003000000142492354
138
+ 333434,1398523559936,1.8911406564712525,1010421.4697268009,517335792.5001221,0.0003000000142492354
139
+ 336279,1410456354816,1.8891725158691406,1019199.2310526371,521830006.2989502,0.0003000000142492354
140
+ 338349,1419138564096,1.8751212930679322,1025514.1076257229,525063223.1043701,0.0003000000142492354
141
+ 340425,1427845939200,1.8819240093231202,1031691.9285485744,528226267.4168701,0.0003000000142492354
142
+ 342890,1438184898560,1.8820515966415405,1039225.9608886242,532083691.9749756,0.0003000000142492354
143
+ 345370,1448586772480,1.8782898473739624,1046632.7119288445,535875948.50756836,0.0003000000142492354
144
+ 347320,1456765665280,1.8784422492980957,1052410.1539752483,538833998.8353271,0.0003000000142492354
145
+ 349040,1463979868160,1.8783154582977295,1057514.2324302197,541447287.0042725,0.0003000000142492354
146
+ 351150,1472829849600,1.87587562084198,1063886.414237976,544709844.0898438,0.0003000000142492354
147
+ 353195,1481407201280,1.8762795639038086,1069719.3312368393,547696297.5932617,0.0003000000142492354
148
+ 356340,1494598287360,1.8775703716278076,1079003.186217308,552449631.3432617,0.0003000000142492354
149
+ 359355,1507244113920,1.875990524291992,1087993.4241924286,557052633.1865234,0.0003000000142492354
150
+ 362101,1518761672704,1.820645809173584,1097190.3765807152,561761472.8093262,9.999999747378752e-05
151
+ 364996,1530904182784,1.8048922204971314,1106627.28652215,566593170.6993408,9.999999747378752e-05
152
+ 367746,1542438518784,1.7851996326446533,1114919.1996250153,570838630.2080078,9.999999747378752e-05
153
+ 369491,1549757579264,1.7909509420394898,1120159.8718986511,573521854.4121094,9.999999747378752e-05
154
+ 371491,1558146187264,1.7812201547622681,1126103.289532423,576564884.2406006,9.999999747378752e-05
155
+ 373936,1568401260544,1.7817295122146606,1133432.8249738216,580317606.3865967,9.999999747378752e-05
156
+ 376391,1578698276864,1.7772791767120362,1140743.4907112122,584060667.2441406,9.999999747378752e-05
157
+ 378626,1588072546304,1.7761477470397948,1147187.6560316086,587360079.8881836,9.999999747378752e-05
158
+ 380791,1597153214464,1.7834897232055664,1153672.3130402565,590680224.2766113,9.999999747378752e-05
159
+ 382811,1605625708544,1.7773579597473144,1159808.8888058662,593822151.0686035,9.999999747378752e-05
160
+ 384901,1614391803904,1.7823397970199586,1166295.1525435448,597143118.1022949,9.999999747378752e-05
161
+ 386891,1622738468864,1.778142533302307,1172548.8074622154,600344989.4206543,9.999999747378752e-05
162
+ 389621,1634188918784,1.7757561588287354,1180866.1991307735,604603493.954956,9.999999747378752e-05
163
+ 392216,1645073137664,1.772583112716675,1188752.6367661953,608641350.024292,9.999999747378752e-05
164
+ 393901,1652140539904,1.7746792936325073,1193858.404036522,611255502.8666992,9.999999747378752e-05
165
+ 396366,1662479499264,1.780006036758423,1201414.6803090572,615124316.3182373,9.999999747378752e-05
166
+ 398866,1672965259264,1.7814453077316283,1209310.9582731724,619167210.6358643,9.999999747378752e-05
167
+ 401281,1683094503424,1.7752605199813842,1216680.8002541065,622940569.7301025,9.999999747378752e-05
168
+ 403496,1692384886784,1.7767244577407837,1223405.6591615677,626383697.4907227,9.999999747378752e-05
169
+ 405351,1700165320704,1.7760183238983154,1229290.196242094,629396580.4759521,9.999999747378752e-05
170
+ 407866,1710713995264,1.777750563621521,1237048.2382497787,633368697.9838867,9.999999747378752e-05
171
+ 409761,1718662201344,1.7770763921737671,1242659.1804037094,636241500.3666992,9.999999747378752e-05
172
+ 414016,1736508964864,1.7756713008880616,1255713.0086240768,642925060.4155273,9.999999747378752e-05
173
+ 416726,1747875528704,1.774241452217102,1264075.7963881493,647206807.7507324,9.999999747378752e-05
174
+ 418996,1757396598784,1.774605712890625,1271066.4618275166,650786028.4556885,9.999999747378752e-05
175
+ 421686,1768679276544,1.7785585880279542,1279511.1732957363,655109720.727417,9.999999747378752e-05
176
+ 424201,1779227951104,1.7744743919372559,1287198.6911842823,659045729.8863525,9.999999747378752e-05
177
+ 426551,1789084565504,1.7779283618927002,1294437.6353678703,662752069.3083496,9.999999747378752e-05
178
+ 429411,1801080274944,1.7764430618286133,1303260.0869629383,667269164.5250244,9.999999747378752e-05
179
+ 431836,1811251462144,1.7780045557022095,1310405.7781670094,670927758.4215088,9.999999747378752e-05
180
+ 434966,1824379633664,1.7787851524353027,1319808.2048985958,675741800.908081,9.999999747378752e-05
181
+ 438511,1839248441344,1.7803183507919311,1330329.0985450745,681128498.4550781,9.999999747378752e-05
182
+ 440381,1847091789824,1.7765133953094483,1335846.9412062168,683953633.897583,9.999999747378752e-05
183
+ 442846,1857430749184,1.7783987760543822,1343049.1785726547,687641179.4291992,9.999999747378752e-05
184
+ 445226,1867413192704,1.77191134929657,1350265.0676093102,691335714.6159668,9.999999747378752e-05
185
+ 447246,1875885686784,1.7741790771484376,1356441.4257035255,694498009.9602051,9.999999747378752e-05
186
+ 449966,1887294193664,1.7766184854507445,1364384.702864647,698564967.8666992,9.999999747378752e-05
187
+ 452266,1896941092864,1.7728282260894774,1371336.4069387913,702124240.3526611,9.999999747378752e-05
188
+ 455001,1908412514304,1.7747241592407226,1379550.7745764256,706329996.5831299,9.999999747378752e-05
189
+ 457386,1918415929344,1.77604736328125,1386599.561502695,709938975.4893799,9.999999747378752e-05
190
+ 460046,1929572777984,1.7730610466003418,1394234.3969902992,713848011.2590332,9.999999747378752e-05
191
+ 462037,1937923637248,1.7727278160012288,1400372.1131839752,716990521.9501953,9.999999747378752e-05
192
+ 464577,1948577169408,1.7739663648605346,1408032.8387298584,720912813.4296875,9.999999747378752e-05
193
+ 466742,1957657837568,1.7731839227676391,1414591.8390324116,724271021.5845947,9.999999747378752e-05
194
+ 468427,1964725239808,1.7719084978103639,1419756.3208475113,726915236.2739258,9.999999747378752e-05
195
+ 471437,1977350094848,1.7749194049835204,1429056.0386707783,731676691.7994385,9.999999747378752e-05
196
+ 473507,1986032304128,1.774960765838623,1435215.2174630165,734830191.3410645,9.999999747378752e-05
197
+ 476067,1996769722368,1.7717808485031128,1442990.8177473545,738811298.6866455,9.999999747378752e-05
198
+ 478977,2008975147008,1.7741764163970948,1452210.38109684,743531715.121582,9.999999747378752e-05
199
+ 481192,2018265530368,1.7733759737014771,1459932.2464241982,747485310.1691895,9.999999747378752e-05
200
+ 483552,2028164087808,1.7732278394699097,1467961.5881421566,751596333.1287842,9.999999747378752e-05
201
+ 486212,2039320936448,1.7724232387542724,1476852.8389372826,756148653.5358887,9.999999747378752e-05
202
+ 488877,2050498756608,1.7736584234237671,1485855.1890625954,760757856.8000488,9.999999747378752e-05
203
+ 492513,2065749245952,1.7728976806004841,1497743.0919744968,766844463.0909424,9.999999747378752e-05
204
+ 496589,2082845229056,1.770065861088889,1508992.4507460594,772604134.7819824,9.999999747378752e-05
205
+ 499319,2094295678976,1.7694044828414917,1517109.3970487118,776760011.2889404,9.999999747378752e-05
206
+ 501614,2103921606656,1.7685206127166748,1523966.9590125084,780271083.0144043,9.999999747378752e-05
207
+ 503699,2112666730496,1.7712780046463013,1529920.0521550179,783319066.7033691,9.999999747378752e-05
208
+ 506279,2123488034816,1.771431565284729,1537795.8119282722,787351455.7072754,9.999999747378752e-05
209
+ 508604,2133239791616,1.770815281867981,1544464.3412897587,790765742.7403564,9.999999747378752e-05
210
+ 511554,2145612988416,1.7645386457443237,1552975.006164074,795123203.1560059,9.999999747378752e-05
211
+ 513234,2152659419136,1.770936040878296,1557917.6718137264,797653847.9686279,9.999999747378752e-05
212
+ 515449,2161949802496,1.7698741626739503,1564330.9415683746,800937442.0830078,9.999999747378752e-05
213
+ 518319,2173987454976,1.7682785320281982,1573070.777084589,805412237.8673096,9.999999747378752e-05
214
+ 520824,2184494186496,1.7682795810699463,1580354.131351471,809141315.2519531,9.999999747378752e-05
215
+ 524184,2198587047936,1.7703980827331542,1590280.8393678665,814223789.7563477,9.999999747378752e-05
216
+ 527164,2211086073856,1.7692198276519775,1599239.0050182343,818810370.5693359,9.999999747378752e-05
217
+ 528869,2218237362176,1.7668931293487549,1604491.3942584991,821499593.8603516,9.999999747378752e-05
218
+ 531724,2230212100096,1.7706719493865968,1613326.373686552,826023103.3275146,9.999999747378752e-05
219
+ 534279,2240928546816,1.7652362442016603,1620788.6700806618,829843799.0812988,9.999999747378752e-05
220
+ 537129,2252882313216,1.7657027769088744,1629300.238331318,834201722.0256348,9.999999747378752e-05
221
+ 539749,2263871389696,1.767148995399475,1637102.5386366844,838196499.7819824,9.999999747378752e-05
222
+ 541999,2273308573696,1.7638641119003295,1643810.5909440517,841631022.5633545,9.999999747378752e-05
223
+ 544499,2283794333696,1.7725067043304443,1651148.1751093864,845387865.6560059,9.999999747378752e-05
224
+ 545994,2290064818176,1.7667591094970703,1655645.5888245106,847690541.4781494,9.999999747378752e-05
225
+ 548259,2299564916736,1.7691660261154174,1662581.685967207,851241823.21521,9.999999747378752e-05
226
+ 550734,2309945819136,1.7655681991577148,1670018.3642802238,855049402.5114746,9.999999747378752e-05
227
+ 552704,2318208598016,1.7672834968566895,1675780.2653381824,857999495.8531494,9.999999747378752e-05
228
+ 554744,2326764978176,1.7651284217834473,1682086.4435360432,861228259.0904541,9.999999747378752e-05
229
+ 556764,2335237472256,1.7703563022613524,1688844.5374307632,864688403.1645508,9.999999747378752e-05
230
+ 558844,2343961624576,1.7671274471282958,1695074.015768528,867877896.0734863,9.999999747378752e-05
231
+ 560784,2352098574336,1.7642540693283082,1700837.2606859207,870828677.4711914,9.999999747378752e-05
232
+ 563664,2364178169856,1.7645199012756347,1709260.5841634274,875141419.0916748,9.999999747378752e-05
233
+ 566599,2376488452096,1.7668403053283692,1718092.7750656605,879663500.8336182,9.999999747378752e-05
234
+ 569089,2386932269056,1.7630227184295655,1725284.3404827118,883345582.3271484,9.999999747378752e-05
235
+ 572654,2401884962816,1.7630372762680053,1735881.108036995,888771127.3149414,9.999999747378752e-05
236
+ 574479,2409539567616,1.7629949617385865,1741125.689334631,891456352.939331,9.999999747378752e-05
237
+ 577369,2421661106176,1.7618617820739746,1749718.0553326607,895855644.3303223,9.999999747378752e-05
238
+ 579284,2429693198336,1.7632785320281983,1755396.8859288692,898763205.595581,9.999999747378752e-05
239
+ 581939,2440829075456,1.7670488739013672,1763349.1296670437,902834754.3895264,9.999999747378752e-05
240
+ 583769,2448504651776,1.763080325126648,1768849.9745688438,905651186.979248,9.999999747378752e-05
241
+ 586249,2458906525696,1.7600459146499634,1776400.6135663986,909517114.1459961,9.999999747378752e-05
242
+ 588509,2468385652736,1.7617065715789795,1782978.0539534092,912884763.6241455,9.999999747378752e-05
243
+ 590899,2478410039296,1.760072956085205,1789923.9529333115,916441063.9018555,9.999999747378752e-05
244
+ 592659,2485792014336,1.766050133705139,1795309.0077540874,919198211.9700928,9.999999747378752e-05
245
+ 595949,2499591274496,1.7628412199020387,1804974.9214026928,924147159.7581787,9.999999747378752e-05
246
+ 598274,2509343031296,1.761769781112671,1811962.8166661263,927724962.1330566,9.999999747378752e-05
247
+ 599894,2516137803776,1.7602639532089233,1816842.2867879868,930223250.8354492,9.999999747378752e-05
248
+ 603039,2529328889856,1.762643780708313,1826177.5334320068,935002897.1171875,9.999999747378752e-05
249
+ 605544,2539835621376,1.7619745683670045,1833514.796095848,938759575.6010742,9.999999747378752e-05
250
+ 608164,2550824697856,1.7621101570129394,1841275.0703952312,942732836.0423584,9.999999747378752e-05
251
+ 609929,2558227644416,1.7609325075149536,1846408.3866593838,945361093.9696045,9.999999747378752e-05
252
+ 612989,2571062214656,1.758935236930847,1855680.8833549023,950108612.27771,9.999999747378752e-05
253
+ 615734,2582575579136,1.7611725091934205,1864018.6944065094,954377571.5361328,9.999999747378752e-05
254
+ 617929,2591782076416,1.7650484895706178,1870602.602216959,957748532.335083,9.999999747378752e-05
255
+ 619699,2599205994496,1.7611349773406983,1875885.526822567,960453389.7331543,9.999999747378752e-05
256
+ 622409,2610572558336,1.7624409914016723,1883862.2988746166,964537497.0238037,9.999999747378752e-05
257
+ 624314,2618562707456,1.7560207891464232,1889522.9749355316,967435763.1669922,9.999999747378752e-05
258
+ 626814,2629048467456,1.7607672786712647,1896904.124665022,971214911.8284912,9.999999747378752e-05
259
+ 629279,2639387426816,1.7583062505722047,1904325.9639320374,975014893.5332031,9.999999747378752e-05
260
+ 631664,2649390841856,1.7607849740982056,1911566.85216403,978722228.3079834,9.999999747378752e-05
261
+ 633064,2655262867456,1.7645478773117065,1915800.2990148067,980889753.095581,9.999999747378752e-05
262
+ 635539,2665643769856,1.7606467342376708,1923001.2288079262,984576629.1496582,9.999999747378752e-05
263
+ 638574,2678373482496,1.7605515909194946,1932196.098427534,989284402.3948975,9.999999747378752e-05
264
+ 641009,2688586612736,1.754020733833313,1939564.5578906536,993057053.6400146,9.999999747378752e-05
265
+ 642964,2696786477056,1.7626957368850709,1945558.7893984318,996126100.1719971,9.999999747378752e-05
266
+ 645884,2709033844736,1.7587328720092774,1954592.1896836758,1000751201.118042,9.999999747378752e-05
267
+ 647649,2716436791296,1.7607035160064697,1960178.3419702053,1003611311.0887451,9.999999747378752e-05
268
+ 650109,2726754779136,1.7546769952774048,1968068.439225912,1007651040.883667,9.999999747378752e-05
269
+ 653554,2741204156416,1.7595256233215333,1979120.8007583618,1013309849.9882812,9.999999747378752e-05
270
+ 656319,2752801406976,1.7561928510665894,1988183.5829267502,1017949994.4584961,9.999999747378752e-05
271
+ 659719,2767062040576,1.76205153465271,1999039.558114767,1023508253.7547607,9.999999747378752e-05
272
+ 662634,2779288436736,1.7561753177642823,2007742.4392495155,1027964128.895752,9.999999747378752e-05
273
+ 664629,2787656073216,1.7592373609542846,2013539.0081129074,1030931972.1538086,9.999999747378752e-05
274
+ 668044,2801979621376,1.7582380294799804,2024018.8051292896,1036297628.2261963,9.999999747378752e-05
275
+ 670534,2812423438336,1.7579987907409669,2031475.7185111046,1040115567.8776855,9.999999747378752e-05
276
+ 673204,2823622230016,1.7609249019622804,2039438.392385006,1044192456.901123,9.999999747378752e-05
277
+ 675479,2833164271616,1.7601320600509645,2046467.652419567,1047791438.0388184,9.999999747378752e-05
278
+ 678214,2844635693056,1.7584106016159058,2054658.7693367004,1051985289.9003906,9.999999747378752e-05
279
+ 680629,2854764937216,1.7548302364349366,2061625.8442649841,1055552432.2636719,9.999999747378752e-05
280
+ 682964,2864558637056,1.7590442180633545,2068535.7912991047,1059090325.1451416,9.999999747378752e-05
281
+ 685059,2873345703936,1.755862798690796,2074697.5657520294,1062245153.6650391,9.999999747378752e-05
282
+ 687469,2883453976576,1.756531047821045,2081652.316601038,1065805986.0997314,9.999999747378752e-05
283
+ 689049,2890080976896,1.7561661434173583,2086256.604979992,1068163381.7497559,9.999999747378752e-05
284
+ 692129,2902999433216,1.75753098487854,2095161.6563305855,1072722768.0412598,9.999999747378752e-05
285
+ 694849,2914407940096,1.7575084447860718,2103291.832287073,1076885418.1309814,9.999999747378752e-05
286
+ 697519,2925606731776,1.755056495666504,2111105.1781151295,1080885851.1949463,9.999999747378752e-05
287
+ 699759,2935001972736,1.7586802768707275,2117735.0538454056,1084280347.5688477,9.999999747378752e-05
288
+ 702199,2945236074496,1.7573441934585572,2125075.2078006268,1088038506.393921,9.999999747378752e-05
289
+ 704424,2954568400896,1.7553955173492433,2132001.105830431,1091584566.1851807,9.999999747378752e-05
290
+ 707404,2967067426816,1.7536046886444092,2141053.4594199657,1096219371.2230225,9.999999747378752e-05
291
+ 710319,2979293822976,1.755244140625,2149584.383331299,1100587204.265625,9.999999747378752e-05
292
+ 712509,2988479348736,1.7565745973587037,2156234.4346437454,1103992030.5375977,9.999999747378752e-05
293
+ 714179,2995483836416,1.7563085651397705,2161345.74486351,1106609021.3701172,9.999999747378752e-05
294
+ 715784,3002215694336,1.755545048713684,2166063.2774255276,1109024398.04187,9.999999747378752e-05
metadata/training_logs/ConvergenceCurve_phase2.csv ADDED
@@ -0,0 +1,390 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ training_steps,training_tokens,training_loss,walltime,gputime,learning_rate
2
+ 610,2558525440,1.6855425930023193,1897.1139693260193,971322.3522949219,9.999964095186442e-05
3
+ 1305,5473566720,1.6858534002304078,3953.9528334140778,2024423.8507080078,9.999833855545148e-05
4
+ 2285,9583984640,1.6797775840759277,6929.026764631271,3547661.703491211,9.999490430345759e-05
5
+ 3220,13505658880,1.6760537815093994,9683.791400194168,4958101.196899414,9.99898838927038e-05
6
+ 4090,17154703360,1.6780737400054933,12278.094851970673,6286384.564208984,9.998367022490129e-05
7
+ 4920,20635975680,1.6767868757247926,14765.170921087265,7559767.51159668,9.997637243941426e-05
8
+ 5980,25081937920,1.6687620067596436,17988.87156009674,9210302.238769531,9.996508742915466e-05
9
+ 7055,29590814720,1.6687665700912475,21320.745223760605,10916221.55456543,9.995140862884e-05
10
+ 8010,33596375040,1.6687959432601929,24052.958471775055,12315114.737548828,9.993736603064463e-05
11
+ 8855,37140561920,1.6646751880645752,26571.01509451866,13604359.728393555,9.992346167564392e-05
12
+ 9790,41062236160,1.667150092124939,29322.628955841064,15013186.025390625,9.990644321078435e-05
13
+ 10590,44417679360,1.6680599355697632,31664.773193597794,16212363.87512207,9.989053796743974e-05
14
+ 12010,50373591040,1.6669668674468994,35792.284029722214,18325649.423217773,9.98592222458683e-05
15
+ 12785,53624176640,1.6654963159561158,38049.04229402542,19481109.654541016,9.984047937905416e-05
16
+ 14005,58741227520,1.6691387319564819,41822.276722192764,21413005.681762695,9.980860340874642e-05
17
+ 14980,62830673920,1.668532657623291,44613.8479077816,22842290.12878418,9.97810420813039e-05
18
+ 16015,67171778560,1.6670718574523926,47526.440905332565,24333537.743530273,9.974977001547813e-05
19
+ 17005,71324139520,1.664426064491272,50729.40717816353,25973456.475219727,9.971790859708562e-05
20
+ 17735,74385981440,1.6633957433700561,53258.61197471619,27268409.331054688,9.969319216907024e-05
21
+ 18550,77804339200,1.6640826654434204,56055.0195646286,28700170.017089844,9.966438665287569e-05
22
+ 19650,82418073600,1.6638477802276612,59274.43051695824,30348508.424682617,9.96234521153383e-05
23
+ 20575,86297804800,1.6603386735916137,62074.27830815315,31782030.493774414,9.958722512237728e-05
24
+ 21415,89821020160,1.6588686847686767,65249.258695840836,33407620.452270508,9.955288987839594e-05
25
+ 22455,94183096320,1.6669919872283936,68660.23228526115,35154038.93005371,9.950848470907658e-05
26
+ 23190,97265909760,1.658578553199768,70891.71391367912,36296557.52380371,9.947584476321936e-05
27
+ 24060,100914954240,1.6631158542633058,73743.49387645721,37756668.864746094,9.94358561001718e-05
28
+ 24950,104647884800,1.6628629207611083,76555.16063809395,39196242.2467041,9.939344454323873e-05
29
+ 25935,108779274240,1.658610258102417,79481.77792549133,40694670.29785156,9.934472473105416e-05
30
+ 26880,112742891520,1.6641214656829835,82465.46794891357,42222319.58984375,9.929622319759801e-05
31
+ 27830,116727480320,1.6625131607055663,85392.26945400238,43720841.96044922,9.92457426036708e-05
32
+ 28910,121257328640,1.6605167865753174,88605.23978829384,45365882.771606445,9.918623982230201e-05
33
+ 29505,123752939520,1.6569377756118775,90504.80494618416,46338460.13244629,9.915250848280266e-05
34
+ 30295,127066439680,1.660773663520813,92941.74803853035,47586174.99572754,9.91066699498333e-05
35
+ 31255,131092971520,1.6605517864227295,95926.74063920975,49114491.20727539,9.904935723170638e-05
36
+ 32055,134448414720,1.660908842086792,98320.47918200493,50340085.34118652,9.900025179376826e-05
37
+ 32870,137866772480,1.65834463596344,100868.9860868454,51644920.876464844,9.894896356854588e-05
38
+ 33615,140991528960,1.6540458488464356,103120.15302538872,52797518.34899902,9.890097862808034e-05
39
+ 34715,145605263360,1.6596436452865602,106417.87900209427,54485954.049072266,9.882818994810805e-05
40
+ 35830,150281912320,1.6585133266448975,109801.9390130043,56218592.7746582,9.875206160359085e-05
41
+ 36735,154077757440,1.6590415525436402,112607.21660614014,57654894.90234375,9.86885279417038e-05
42
+ 37415,156929884160,1.659035701751709,114654.57082629204,58703140.26306152,9.863977902568877e-05
43
+ 38375,160956416000,1.6577421855926513,117841.28092646599,60334735.834350586,9.856945689534768e-05
44
+ 39135,164144087040,1.6602023220062256,120335.72724461555,61611892.349243164,9.851254435488954e-05
45
+ 40075,168086732800,1.6609502840042114,123117.96967148781,63036400.47180176,9.84406506177038e-05
46
+ 40990,171924520960,1.6566805362701416,126024.98935699463,64524794.55078125,9.836906974669546e-05
47
+ 41900,175741337600,1.6603699398040772,128882.32777953148,65987751.82312012,9.829631017055362e-05
48
+ 42960,180187299840,1.6592448711395265,132039.1249859333,67604031.99279785,9.82096025836654e-05
49
+ 43930,184255774720,1.6601629829406739,134894.9167919159,69066197.39746094,9.812841017264873e-05
50
+ 44915,188387164160,1.659558835029602,138016.3766002655,70664384.81933594,9.804415458347648e-05
51
+ 45940,192686325760,1.6606974363327027,141219.84046936035,72304558.3203125,9.795455844141543e-05
52
+ 47095,197530746880,1.6550556468963622,145224.665299654,74355028.63342285,9.785124711925164e-05
53
+ 48015,201389506560,1.658552746772766,148789.070854187,76180004.27734375,9.776718070497736e-05
54
+ 48850,204891750400,1.654012360572815,151646.2521469593,77642881.09924316,9.768952440936118e-05
55
+ 49800,208876339200,1.6578383588790893,154507.05228209496,79107610.76843262,9.759959357324988e-05
56
+ 50825,213175500800,1.6550636291503906,157681.1609339714,80732754.39819336,9.75006987573579e-05
57
+ 51535,216153456640,1.6622870302200317,159870.247528553,81853566.73461914,9.743106056703255e-05
58
+ 52595,220599418880,1.6568165254592895,163073.56426477432,83493664.90356445,9.73253627307713e-05
59
+ 53340,223724175360,1.6578169679641723,165458.70298862457,84714855.93017578,9.724983829073608e-05
60
+ 54460,228421795840,1.655785961151123,169538.86229515076,86803897.49511719,9.713438339531422e-05
61
+ 55450,232574156800,1.6557291793823241,173045.50102710724,88599296.5258789,9.703042451292276e-05
62
+ 56200,235719884800,1.6566363430023194,175296.94526910782,89752035.9777832,9.695047629065812e-05
63
+ 57230,240040017920,1.6505089855194093,178968.6926484108,91631970.63598633,9.683900862000883e-05
64
+ 58245,244297236480,1.6495595455169678,182078.64679336548,93224267.15820312,9.672727901488543e-05
65
+ 59125,247988224000,1.6540279960632325,185023.48828434944,94732026.00158691,9.662890079198405e-05
66
+ 59900,251238809600,1.654496250152588,187608.36953759193,96055485.20324707,9.65411018114537e-05
67
+ 60585,254111907840,1.6526466417312622,189700.2673280239,97126536.87194824,9.646259422879666e-05
68
+ 61715,258851471360,1.6533326721191406,193004.69970941544,98818406.2512207,9.633124864194542e-05
69
+ 62495,262123028480,1.653482313156128,195308.55953931808,99997982.48413086,9.623924415791407e-05
70
+ 63285,265436528640,1.6517555952072143,197711.21407270432,101228141.60522461,9.614495502319187e-05
71
+ 64155,269085573120,1.651715693473816,200361.15928173065,102584913.5522461,9.603982471162453e-05
72
+ 65375,274202624000,1.6525275278091431,203985.89783072472,104440779.68933105,9.589012915967032e-05
73
+ 66390,278459842560,1.6505742025375367,206950.92642903328,105958874.33166504,9.576357115292922e-05
74
+ 67410,282738032640,1.6526681613922118,210000.23380041122,107520119.70581055,9.563456114847213e-05
75
+ 68495,287288852480,1.6508707523345947,213198.514097929,109157639.21813965,9.549531387165189e-05
76
+ 69485,291441213440,1.6529693412780762,216140.0075018406,110663683.84094238,9.536644938634709e-05
77
+ 70375,295174144000,1.6477750110626221,218802.50173568726,112026880.88867188,9.524913184577599e-05
78
+ 71375,299368448000,1.6523709774017334,221680.82946777344,113500584.6875,9.511566895525903e-05
79
+ 72250,303038464000,1.65645592212677,224246.300791502,114814106.00524902,9.4997463747859e-05
80
+ 72910,305806704640,1.6495100831985474,226307.12080478668,115869245.85205078,9.490742377238348e-05
81
+ 73635,308847575040,1.652484884262085,228490.62260985374,116987198.77624512,9.480764128966257e-05
82
+ 74445,312244961280,1.6505349016189574,230927.17827439308,118234715.27648926,9.469508950132877e-05
83
+ 75540,316837724160,1.6524196863174438,234261.62115573883,119941950.03173828,9.454113751417026e-05
84
+ 76600,321283686400,1.6476275110244751,237652.7665257454,121678216.46118164,9.439014684176072e-05
85
+ 77625,325582848000,1.6509362316131593,240634.72063064575,123204976.96289062,9.424231393495575e-05
86
+ 78550,329462579200,1.6502577877044677,243378.22546839714,124609651.43981934,9.410736674908549e-05
87
+ 79545,333635911680,1.654895691871643,246278.8074707985,126094749.42504883,9.396058885613456e-05
88
+ 80445,337410785280,1.6534708881378173,248978.18375825882,127476830.08422852,9.382638381794095e-05
89
+ 81190,340535541760,1.6518910026550293,251156.6082262993,128592183.41186523,9.371425403514877e-05
90
+ 82185,344708874240,1.6536113739013671,254154.40636992455,130127056.06140137,9.356304508401081e-05
91
+ 82935,347854602240,1.651641206741333,256488.77964019775,131322255.17578125,9.34479758143425e-05
92
+ 83925,352006963200,1.6517295885086059,259617.43124604225,132924124.79797363,9.32946422835812e-05
93
+ 84780,355593093120,1.65317759513855,262337.7465057373,134316926.2109375,9.31609101826325e-05
94
+ 85600,359032422400,1.6501420879364013,264969.40141797066,135664333.52600098,9.303151455242187e-05
95
+ 86780,363981701120,1.651088833808899,268571.0127258301,137508358.515625,9.284335828851908e-05
96
+ 87925,368784179200,1.6486101579666137,272122.2147834301,139326573.9691162,9.265860717277974e-05
97
+ 88810,372496138240,1.6465612363815307,274872.44762539864,140734693.1842041,9.25143322092481e-05
98
+ 89700,376229068800,1.648059244155884,277687.9772388935,142176244.34631348,9.236795449396595e-05
99
+ 90540,379752284160,1.6480064725875854,280338.8077175617,143533469.5513916,9.222862718161196e-05
100
+ 91310,382981898240,1.649671378135681,282791.33026599884,144789161.0961914,9.209990821545944e-05
101
+ 92385,387490775040,1.6463720989227295,286173.79826545715,146520984.71191406,9.19185986276716e-05
102
+ 93300,391328563200,1.6494127893447876,289197.25623965263,148068995.19470215,9.176282037515193e-05
103
+ 94100,394684006400,1.6435930490493775,291778.8356876373,149390763.8720703,9.16255303309299e-05
104
+ 95080,398794424320,1.6447404861450194,294839.3514418602,150957747.93823242,9.145595686277375e-05
105
+ 96180,403408158720,1.644712586402893,298255.2208709717,152706673.0859375,9.126381337409839e-05
106
+ 97485,408881725440,1.648964114189148,302335.3128480911,154795680.17822266,9.10333837964572e-05
107
+ 98210,411922595840,1.6456940412521361,304532.10201978683,155920436.23413086,9.090422099689022e-05
108
+ 99045,415424839680,1.6437675905227662,307001.86823129654,157184956.53442383,9.075444540940225e-05
109
+ 99955,419241656320,1.6476784658432007,309714.3944990635,158573769.9835205,9.058997966349125e-05
110
+ 100635,422093783040,1.6452250003814697,311739.73224401474,159610742.90893555,9.046625200426206e-05
111
+ 101515,425784770560,1.6434517812728882,314351.05618953705,160947740.76904297,9.030506771523505e-05
112
+ 102495,429895188480,1.6423669862747192,317187.07213640213,162399780.9338379,9.012418013298884e-05
113
+ 103285,433208688640,1.6462944984436034,319457.65912771225,163562321.47338867,8.99772931006737e-05
114
+ 104025,436312473600,1.6418065071105956,321632.3501121998,164675763.2574463,8.983884617919102e-05
115
+ 105375,441974784000,1.643433566093445,325841.69674396515,166830948.73291016,8.95841367309913e-05
116
+ 106250,445644800000,1.646211986541748,328499.4757652283,168191731.59179688,8.941758278524503e-05
117
+ 107160,449461616640,1.6458940267562867,331258.59780430794,169604402.07580566,8.924315625336021e-05
118
+ 107985,452921917440,1.6464708375930786,333728.1464064121,170868810.960083,8.908395830076188e-05
119
+ 108845,456529018880,1.6449185752868651,336335.31555891037,172203681.5661621,8.89169386937283e-05
120
+ 109550,459486003200,1.6458114385604858,338414.35064315796,173268147.52929688,8.87792048160918e-05
121
+ 110495,463449620480,1.6404631280899047,341202.4517726898,174695655.3076172,8.859344234224409e-05
122
+ 111340,466993807360,1.6420267820358276,343659.9429130554,175953890.77148438,8.842623356031254e-05
123
+ 112115,470244392960,1.6405222129821777,346069.3521118164,177187508.28125,8.827196143101901e-05
124
+ 112825,473222348800,1.639905390739441,348212.2863519192,178284690.61218262,8.812986925477162e-05
125
+ 113535,476200304640,1.6416930913925172,350334.0651714802,179371041.36779785,8.798705675872043e-05
126
+ 114410,479870320640,1.6394375514984132,352955.2455377579,180713085.71533203,8.781005453784019e-05
127
+ 115295,483582279680,1.6415480279922485,355690.48432946205,182113527.97668457,8.762993093114346e-05
128
+ 116265,487650754560,1.6390764284133912,358664.8952591419,183636426.37268066,8.743122452870011e-05
129
+ 117160,491404656640,1.6419943428039552,361513.8859128952,185095109.58740234,8.724670624360442e-05
130
+ 118670,497738055680,1.6381413125991822,366306.47960424423,187548917.55737305,8.693286508787423e-05
131
+ 119690,502016245760,1.6425892257690429,369459.5003128052,189163264.16015625,8.671906834933907e-05
132
+ 121080,507846328320,1.643898754119873,373746.78114295006,191358351.94519043,8.642542525194585e-05
133
+ 122240,512711720960,1.6420661306381226,377362.95428037643,193209832.59155273,8.617834828328341e-05
134
+ 123340,517325455360,1.6386322450637818,380808.5486996174,194973976.9342041,8.59423671499826e-05
135
+ 124280,521268101120,1.642369441986084,383812.0422947407,196511765.65490723,8.57394261402078e-05
136
+ 125225,525231718400,1.639117202758789,386749.5917916298,198015790.99731445,8.553421503165737e-05
137
+ 126150,529111449600,1.6388800048828125,389763.3321285248,199558826.0498047,8.533219806849957e-05
138
+ 126785,531774832640,1.6421320152282715,391706.315574646,200553633.57421875,8.519286348018795e-05
139
+ 127850,536241766400,1.6397117710113525,395127.7976167202,202305432.37976074,8.495799556840211e-05
140
+ 128790,540184412160,1.63849910736084,398017.4241018295,203784921.14013672,8.474946662317961e-05
141
+ 129465,543015567360,1.6410398912429809,400144.22722935677,204873844.34143066,8.459902164759114e-05
142
+ 130170,545972551680,1.6364852571487427,402256.3655626774,205955259.16809082,8.444126433460042e-05
143
+ 130880,548950507520,1.6366410541534424,404450.77031612396,207078794.40185547,8.428174623986706e-05
144
+ 131875,553123840000,1.6358012628555298,407563.956553936,208672745.75561523,8.405712287640199e-05
145
+ 133455,559750840320,1.6382528066635131,412367.49677300453,211132158.34777832,8.369786519324407e-05
146
+ 134595,564532346880,1.6352985906600952,415801.3861179352,212890309.6923828,8.343672379851341e-05
147
+ 135345,567678074880,1.63296471118927,418020.44332265854,214026466.98120117,8.3264043496456e-05
148
+ 136185,571201290240,1.6313124752044679,420582.200499773,215338086.6558838,8.306981908390298e-05
149
+ 137500,576716800000,1.637037477493286,424587.00591921806,217388547.03063965,8.276404696516693e-05
150
+ 138330,580198072320,1.6335474348068237,427045.10753035545,218647095.055542,8.256997534772381e-05
151
+ 139040,583176028160,1.6338090753555299,429169.49937582016,219734783.68041992,8.240331226261333e-05
152
+ 139920,586867015680,1.6355998754501342,431686.62282943726,221023550.88867188,8.219590381486341e-05
153
+ 140535,589446512640,1.6337806749343873,433471.609326601,221937463.97521973,8.20504137664102e-05
154
+ 141190,592193781760,1.630016384124756,435406.6940832138,222928227.37060547,8.189497020794079e-05
155
+ 142430,597394718720,1.6350561952590943,439118.28585505486,224828562.3577881,8.159932622220367e-05
156
+ 143105,600225873920,1.6352934646606445,441166.56292915344,225877280.21972656,8.14376471680589e-05
157
+ 144215,604881551360,1.633943796157837,444619.5766508579,227645223.24523926,8.11706340755336e-05
158
+ 145966,612225777664,1.627553210258484,464450.76965522766,237798794.06347656,8.074659126577899e-05
159
+ 146961,616399110144,1.6289413356781006,467593.45885944366,239407850.93603516,8.050409815041348e-05
160
+ 147976,620656328704,1.635171456336975,470699.2993338108,240998041.25891113,8.025560237001628e-05
161
+ 149011,624997433344,1.6331212759017943,473972.9496128559,242674150.20178223,8.000104571692646e-05
162
+ 149956,628961050624,1.6349152612686157,477033.50335907936,244241153.71984863,7.976761116879061e-05
163
+ 150796,632484265984,1.630059642791748,479753.2405574322,245633659.16540527,7.955930777825415e-05
164
+ 151721,636363997184,1.6306038999557495,482610.0899167061,247096366.03735352,7.93290528235957e-05
165
+ 152761,640726073344,1.6322876024246216,485984.78282880783,248824208.8083496,7.906909740995616e-05
166
+ 153616,644312203264,1.6293950128555297,488692.621458292,250210622.1866455,7.885452941991389e-05
167
+ 154461,647856390144,1.6299857997894287,491240.3824324608,251515075.80541992,7.864173676352948e-05
168
+ 155161,650792402944,1.6322897052764893,493305.83115172386,252572585.54968262,7.846490188967437e-05
169
+ 156121,654818934784,1.6311944818496704,496232.3081190586,254070941.756958,7.822157203918323e-05
170
+ 156836,657817862144,1.6300168418884278,498339.64907479286,255149900.32629395,7.803973858244717e-05
171
+ 157876,662179938304,1.6313893032073974,501470.21491599083,256752750.0369873,7.777434075251222e-05
172
+ 159016,666961444864,1.6290786743164063,504935.21032881737,258526827.6883545,7.748219650238752e-05
173
+ 160086,671449350144,1.6319326591491699,508208.3025915623,260202650.92687988,7.720683788647875e-05
174
+ 160591,673567473664,1.6269850969314574,509706.641726017,260969800.5637207,7.707649638177827e-05
175
+ 161621,677887606784,1.6275939702987672,512796.5811641216,262551849.55603027,7.680989074287936e-05
176
+ 162441,681326936064,1.6323545837402345,515291.6566724777,263829328.2163086,7.659692346351221e-05
177
+ 163581,686108442624,1.6301532411575317,518673.62135601044,265560894.13427734,7.62997951824218e-05
178
+ 164601,690386632704,1.6259058237075805,521630.865275383,267075003.0209961,7.60329348850064e-05
179
+ 165446,693930819584,1.625428032875061,524196.30525898933,268388508.29260254,7.581113459309563e-05
180
+ 166136,696824889344,1.6253561496734619,526239.2632348537,269434502.7762451,7.562954124296084e-05
181
+ 167146,701061136384,1.6254904079437256,529272.2452254295,270987389.5554199,7.536296470789239e-05
182
+ 168231,705611956224,1.6271119356155395,532490.1011617184,272634931.7947998,7.507558621000499e-05
183
+ 169156,709491687424,1.6213060855865478,535237.2509891987,274041472.5064697,7.482977525796741e-05
184
+ 170036,713182674944,1.6258943748474122,537831.8897266388,275369927.54003906,7.459524204023182e-05
185
+ 170831,716517146624,1.6219026994705201,540153.1814272404,276558428.8907471,7.438279135385528e-05
186
+ 171711,720208134144,1.625467767715454,542745.9682781696,277885935.75842285,7.414700667141005e-05
187
+ 172856,725010612224,1.62443199634552,546161.3223142624,279634597.02490234,7.383926276816055e-05
188
+ 173621,728219254784,1.624451904296875,548451.9920582771,280807419.9338379,7.363304757745937e-05
189
+ 174626,732434530304,1.6225256776809693,551395.6945283413,282314595.59851074,7.336142880376428e-05
190
+ 175881,737698381824,1.624985933303833,555097.0338995457,284209681.3565674,7.302110316231847e-05
191
+ 176721,741221597184,1.6257858085632324,557558.41025424,285469906.0501709,7.27926308172755e-05
192
+ 177976,746485448704,1.6197869348526002,561290.4797382355,287380725.62597656,7.245026790769771e-05
193
+ 178816,750008664064,1.6281402969360352,563789.6606249809,288660306.23999023,7.222044951049611e-05
194
+ 179501,752881762304,1.6270254135131836,565848.7882871628,289714579.60302734,7.203264249255881e-05
195
+ 180736,758061727744,1.6222924661636353,569609.4659013748,291640046.5415039,7.169317541411147e-05
196
+ 181291,760389566464,1.6226546239852906,571289.2341287136,292500087.87390137,7.154025661293417e-05
197
+ 182141,763954724864,1.6233360004425048,573825.0746138096,293798438.2022705,7.130563608370721e-05
198
+ 183511,769700921344,1.6212070083618164,577813.639547348,295840583.4482422,7.092640589689836e-05
199
+ 184316,773077336064,1.622581763267517,580173.5427684784,297048853.89746094,7.070296123856679e-05
200
+ 185471,777921757184,1.6253450918197632,583607.3074765205,298806941.4279785,7.038160401862115e-05
201
+ 186306,781424001024,1.6177868175506591,586227.0262367725,300148237.43322754,7.014872244326398e-05
202
+ 187386,785953849344,1.6193100309371948,589417.4951453209,301781757.5144043,6.98468356858939e-05
203
+ 188326,789896495104,1.6126146411895752,592100.4507858753,303155430.80236816,6.95834678481333e-05
204
+ 189041,792895422464,1.6225987434387208,594269.3731398582,304265919.0476074,6.938276783330366e-05
205
+ 189766,795936292864,1.6162666273117066,596490.2195866108,305402992.4283447,6.917893188074231e-05
206
+ 190626,799543394304,1.621253023147583,598964.5810909271,306669865.5185547,6.893672252772376e-05
207
+ 191411,802835922944,1.6149239540100098,601261.2033541203,307845736.1173096,6.871524237794802e-05
208
+ 192496,807386742784,1.6240204620361327,604522.8621561527,309515705.4239502,6.840852438472211e-05
209
+ 193241,810511499264,1.6159503316879273,606683.8804097176,310622146.7697754,6.81975216139108e-05
210
+ 194001,813699170304,1.6140736198425294,608940.8590323925,311777719.82458496,6.798193498980254e-05
211
+ 194796,817033641984,1.6130010557174683,611370.6022043228,313021748.3286133,6.775608198950067e-05
212
+ 195891,821626404864,1.6160794162750245,614594.171074152,314672215.5899658,6.744442362105474e-05
213
+ 196736,825170591744,1.614592843055725,617081.232571125,315945591.076416,6.720348028466105e-05
214
+ 197766,829490724864,1.615371961593628,620129.448476553,317506277.6199951,6.690926966257393e-05
215
+ 198586,832930054144,1.6145355892181397,622770.759521246,318858628.8748779,6.667465640930459e-05
216
+ 199311,835970924544,1.6169233655929565,625114.8933131695,320058825.3763428,6.646693509537727e-05
217
+ 200286,840060370944,1.6169832277297973,628225.5474705696,321651480.30493164,6.618718180106953e-05
218
+ 201106,843499700224,1.6127672910690307,630912.8723080158,323027390.6217041,6.595153536181897e-05
219
+ 202446,849120067584,1.6124479627609254,635323.1409878731,325285448.185791,6.556577864103019e-05
220
+ 203066,851720536064,1.6123012113571167,637325.4797465801,326310645.630249,6.538701563840732e-05
221
+ 204091,856019697664,1.6132316780090332,640652.0043082237,328013826.20581055,6.509109516628087e-05
222
+ 205056,860067201024,1.6077241897583008,643789.8305184841,329620393.22546387,6.481207674369216e-05
223
+ 205951,863821103104,1.6139868354797364,646634.763633728,331076998.98046875,6.455295078922063e-05
224
+ 207091,868602609664,1.6120057725906372,650200.7910342216,332902805.0095215,6.422239675885066e-05
225
+ 208001,872419426304,1.6111349868774414,653192.2584290504,334434436.3156738,6.395817035809159e-05
226
+ 209131,877158989824,1.6112133550643921,656724.1457588673,336242762.62854004,6.362960994010791e-05
227
+ 209856,880199860224,1.609924750328064,659117.5285978317,337468174.64208984,6.341855623759329e-05
228
+ 210666,883597246464,1.613920397758484,661666.1994774342,338773094.1324463,6.318252417258918e-05
229
+ 211446,886868803584,1.6090644407272339,664182.3900027275,340061383.6813965,6.29550195299089e-05
230
+ 212331,890580762624,1.6089556741714477,667027.0075268745,341517827.85375977,6.269663572311401e-05
231
+ 213651,896117243904,1.6084487771987914,671116.5306909084,343611663.7137451,6.231076986296102e-05
232
+ 214741,900689035264,1.607330756187439,674356.9236404896,345270744.90393066,6.199171184562147e-05
233
+ 215341,903205617664,1.6083636426925658,676151.1530535221,346189390.3634033,6.181593198562041e-05
234
+ 216426,907756437504,1.6068484354019166,679336.4317541122,347820253.05810547,6.149779073894024e-05
235
+ 217241,911174795264,1.610904598236084,681732.2365717888,349046905.12475586,6.125860090833157e-05
236
+ 218171,915075497984,1.6117339754104614,684491.5135829449,350459654.9544678,6.098544326960109e-05
237
+ 218986,918493855744,1.6108849048614502,686884.7395472527,351684986.64819336,6.074587508919649e-05
238
+ 219751,921702498304,1.6078831911087037,689231.3633697033,352886458.0452881,6.0520855186041445e-05
239
+ 220716,925750001664,1.60679358959198,692189.9785857201,354401269.0358887,6.023680543876253e-05
240
+ 221711,929923334144,1.6090363597869872,695083.2730798721,355882635.81689453,5.994370440021157e-05
241
+ 222586,933593350144,1.6000579595565796,697625.495868206,357184253.8845215,5.968577534076758e-05
242
+ 223466,937284337664,1.6068924236297608,700231.4207749367,358518487.4367676,5.9426216466818005e-05
243
+ 224771,942757904384,1.6061859941482544,704141.742569685,360520572.1956787,5.9041027270723134e-05
244
+ 225296,944959913984,1.6069765949249268,705685.6348435879,361311045.039917,5.88859838899225e-05
245
+ 226246,948944502784,1.6040394020080566,708645.9751837254,362826739.2940674,5.860530654899776e-05
246
+ 227221,953033949184,1.604033155441284,711565.7460134029,364321661.9588623,5.831709859194234e-05
247
+ 227856,955697332224,1.6050519943237305,713482.5166432858,365303048.5213623,5.812931703985669e-05
248
+ 228681,959157633024,1.6029305315017701,716044.6312789917,366614851.21484375,5.7885270507540554e-05
249
+ 230041,964861886464,1.5996138525009156,720014.0810482502,368647209.4967041,5.7482779084239155e-05
250
+ 231036,969035218944,1.60070969581604,722894.6003549099,370122035.38171387,5.718818283639848e-05
251
+ 231796,972222889984,1.6042959356307984,725152.5118880272,371278086.0866699,5.696309744962491e-05
252
+ 232941,977025368064,1.5981150007247924,728530.3829090595,373007556.0494385,5.66239032195881e-05
253
+ 233726,980317896704,1.6027127504348755,730877.5401489735,374209300.5562744,5.639129813062027e-05
254
+ 234486,983505567744,1.6018406105041505,733112.9821901321,375353846.88134766,5.6166067224694416e-05
255
+ 235731,988727476224,1.6009746646881104,736739.6844916344,377210718.4597168,5.579703793046065e-05
256
+ 236651,992586235904,1.6032315015792846,739494.8890595436,378621383.1984863,5.55243095732294e-05
257
+ 237431,995857793024,1.5965490770339965,741931.0221235752,379868683.3272705,5.5293065088335425e-05
258
+ 238406,999947239424,1.5932578372955322,744907.6050953865,381392693.8088379,5.500400220626034e-05
259
+ 239536,1004686802944,1.5962499856948853,748568.9185934067,383267286.3198242,5.466898437589407e-05
260
+ 240291,1007853502464,1.5946193313598633,750977.4205892086,384500439.3416748,5.4445154091808945e-05
261
+ 241296,1012068777984,1.5995494174957274,754208.6397485733,386154823.55126953,5.414723273133859e-05
262
+ 242316,1016346968064,1.5907342433929443,757547.1098439693,387864120.2401123,5.384490214055404e-05
263
+ 243236,1020205727744,1.5961010122299195,760487.4305896759,389369564.46191406,5.357225381885655e-05
264
+ 244001,1023414370304,1.59440288066864,763025.8787195683,390669249.90441895,5.334558227332309e-05
265
+ 244876,1027084386304,1.5941015481948853,765924.0619676113,392153119.727417,5.308636536938138e-05
266
+ 245686,1030481772544,1.5937215566635132,768411.0936944485,393426479.9715576,5.2846466132905334e-05
267
+ 246296,1033040297984,1.5956201696395873,770397.1090500355,394443319.83361816,5.266584048513323e-05
268
+ 247091,1036374769664,1.5975914478302002,772977.2867100239,395764370.7955322,5.2430488722166047e-05
269
+ 248036,1040338386944,1.5891018056869506,776175.3926103115,397401801.0164795,5.2150826377328485e-05
270
+ 248916,1044029374464,1.5964254808425904,778848.066460371,398770210.02770996,5.1890499889850616e-05
271
+ 250251,1049628770304,1.5955011415481568,783136.8386845589,400966061.40649414,5.149577191332355e-05
272
+ 251206,1053634330624,1.5923350191116332,786117.3042933941,402492059.7982178,5.121356662129983e-05
273
+ 251936,1056696172544,1.592020745277405,788488.7706952095,403706250.59594727,5.099795089336112e-05
274
+ 252766,1060177444864,1.5888448524475098,791152.9039006233,405070286.79711914,5.0752907554851845e-05
275
+ 253661,1063931346944,1.5903878927230835,793814.8506145477,406433203.51464844,5.048882303526625e-05
276
+ 254636,1068020793344,1.5927597522735595,796845.7097475529,407985003.3907471,5.020130629418418e-05
277
+ 255486,1071585951744,1.5901853322982789,799404.5879392624,409295149.02490234,4.995081326342188e-05
278
+ 256541,1076010942464,1.59061785697937,802548.6099271774,410904888.28271484,4.9640129873296246e-05
279
+ 257491,1079995531264,1.583451099395752,805275.7422916889,412301180.0533447,4.936058758175932e-05
280
+ 258206,1082994458624,1.5876577663421632,807566.2152915001,413473902.22924805,4.915033787256107e-05
281
+ 258966,1086182129664,1.5873960542678833,810115.9554927349,414779369.2122803,4.892700235359371e-05
282
+ 260031,1090649063424,1.5887726259231567,814139.014329195,416839175.33654785,4.8614292609272525e-05
283
+ 260916,1094361022464,1.593810896873474,817394.8818759918,418506179.5205078,4.835467552766204e-05
284
+ 261831,1098198810624,1.5859097957611084,820964.6289401054,420333890.017334,4.808649464393966e-05
285
+ 262666,1101701054464,1.5857386636734008,824240.8139066696,422011296.72021484,4.784198245033622e-05
286
+ 263436,1104930668544,1.5887898111343384,827073.8097577095,423461790.59594727,4.761669333674945e-05
287
+ 264356,1108789428224,1.5896673345565795,830573.0824010372,425253418.18933105,4.7347766667371616e-05
288
+ 265486,1113528991744,1.5834326457977295,834762.5814168453,427398441.6854248,4.7017842007335275e-05
289
+ 266341,1117115121664,1.58868381023407,837961.1575512886,429036112.66625977,4.6768502215854824e-05
290
+ 267171,1120596393984,1.5834858798980713,840946.0832791328,430564394.638916,4.6526700316462666e-05
291
+ 267796,1123217833984,1.5885601568222045,843298.3325772285,431768746.279541,4.634478682419285e-05
292
+ 268536,1126321618944,1.5866090059280396,846022.7160148621,433163630.5996094,4.612959310179576e-05
293
+ 269441,1130117464064,1.5849509048461914,849453.3141343594,434920096.836792,4.58667054772377e-05
294
+ 270551,1134773141504,1.5839432954788208,853604.5877366066,437045548.9211426,4.554471161100082e-05
295
+ 271421,1138422185984,1.5811302375793457,856844.0285258293,438704142.6052246,4.529269062913954e-05
296
+ 272391,1142490660864,1.58318950176239,860475.7804577351,440563599.59436035,4.501207877183333e-05
297
+ 273391,1146684964864,1.5821219062805176,864077.0651285648,442407457.3458252,4.472321234061383e-05
298
+ 274251,1150292066304,1.5836826610565184,867446.2599961758,444132485.118042,4.447514584171586e-05
299
+ 275406,1155136487424,1.5845280170440674,871752.5518493652,446337306.546875,4.4142521801404655e-05
300
+ 276246,1158659702784,1.5809970140457152,875062.036693573,448031762.7871094,4.390100366435945e-05
301
+ 276991,1161784459264,1.5814609003067017,877886.0849123001,449477675.47509766,4.368708687252365e-05
302
+ 277766,1165035044864,1.580173544883728,880732.4228553772,450935000.5019531,4.346484274719842e-05
303
+ 278681,1168872833024,1.5841853094100953,884077.2817437649,452647568.2528076,4.320284278946929e-05
304
+ 279321,1171557187584,1.5775028944015503,886549.9389736652,453913568.7545166,4.3019837903557345e-05
305
+ 280321,1175751491584,1.5751546478271485,890225.4283313751,455795419.30566406,4.2734322050819173e-05
306
+ 281041,1178771390464,1.574792709350586,892847.0649986267,457137697.2792969,4.252907820045948e-05
307
+ 282251,1183846498304,1.5821495246887207,897314.6637647152,459425107.8475342,4.218479080009274e-05
308
+ 282976,1186887368704,1.5782304763793946,900045.7646040916,460823431.4772949,4.197889211354777e-05
309
+ 283756,1190158925824,1.5795813274383546,902952.6002209187,462311731.31311035,4.17577066400554e-05
310
+ 284616,1193766027264,1.5777591180801391,906233.0681471825,463991330.8913574,4.15142385463696e-05
311
+ 285536,1197624786944,1.575736598968506,909652.4806277752,465742070.0814209,4.1254264942836016e-05
312
+ 286241,1200581771264,1.576900100708008,912318.5178117752,467107081.1196289,4.1055387555388734e-05
313
+ 286871,1203224182784,1.5727256774902343,914656.28561306,468304018.2338867,4.0877919673221186e-05
314
+ 287716,1206768369664,1.5729899549484252,917749.0170888901,469887496.7495117,4.064027234562673e-05
315
+ 288621,1210564214784,1.577998571395874,921144.2519490719,471625856.9979248,4.0386243199463934e-05
316
+ 289586,1214611718144,1.5786926555633545,924703.0516307354,473447962.4349365,4.0115945012075827e-05
317
+ 290616,1218931851264,1.578209400177002,928566.0020546913,475425793.05200195,3.982810812885873e-05
318
+ 291521,1222727696384,1.5730387592315673,931840.0846652985,477102123.3486328,3.957577428082004e-05
319
+ 292621,1227341430784,1.577317352294922,936040.1008265018,479252531.62316895,3.9269812987186015e-05
320
+ 293546,1231221161984,1.5695489072799682,939563.6806623936,481056604.4991455,3.9013164496282116e-05
321
+ 294651,1235855867904,1.57087299823761,943763.9576022625,483207146.2923584,3.8707355997757986e-05
322
+ 295746,1240448630784,1.5704202795028686,947797.3159461021,485272225.7644043,3.8405163650168106e-05
323
+ 296866,1245146251264,1.569425711631775,952120.1348822117,487485509.0596924,3.809696499956772e-05
324
+ 297701,1248648495104,1.571866364479065,955390.9235243797,489160152.8444824,3.7867790524614975e-05
325
+ 298586,1252360454144,1.5776154470443726,958743.104007721,490876469.2519531,3.762546111829579e-05
326
+ 299291,1255317438464,1.5701100873947142,961292.4210350513,492181719.5699463,3.7432841054396704e-05
327
+ 300151,1258924539904,1.5619966077804566,964532.655867815,493840719.8043213,3.7198384234216064e-05
328
+ 301016,1262552612864,1.5707475423812867,967709.0165476799,495467016.4724121,3.6963137972634286e-05
329
+ 301926,1266369429504,1.5649218130111695,971085.542963028,497195797.9970703,3.671629019663669e-05
330
+ 303056,1271108993024,1.564205756187439,975529.3439941406,499471024.125,3.6410678148968145e-05
331
+ 303726,1273919176704,1.5641500902175904,978206.7518286705,500841856.9362793,3.6229961551725864e-05
332
+ 304636,1277735993344,1.5660139083862306,981756.1619334221,502659154.9099121,3.5985096474178135e-05
333
+ 305581,1281699610624,1.5688478469848632,985292.9360537529,504469983.2595215,3.573153662728146e-05
334
+ 306396,1285117968384,1.566570291519165,988365.7679133415,506043273.17163086,3.5513457987690344e-05
335
+ 307471,1289626845184,1.5677739572525025,992569.6780889034,508195675.18151855,3.5226665204390883e-05
336
+ 308426,1293632405504,1.5620626068115235,996177.9214792252,510043095.7973633,3.497272336971946e-05
337
+ 309011,1296086073344,1.5613567543029785,998457.1932153702,511210082.92626953,3.4817556297639385e-05
338
+ 309906,1299839975424,1.5665245866775512,1001875.7146172523,512960365.8840332,3.458074206719175e-05
339
+ 310626,1302859874304,1.5675762319564819,1004657.8238623142,514384805.8175049,3.439075226197019e-05
340
+ 311746,1307557494784,1.564732837677002,1009150.6777648926,516685147.015625,3.409613054827787e-05
341
+ 312626,1311248482304,1.561262149810791,1012543.1016938686,518422068.06726074,3.386544267414138e-05
342
+ 313641,1315505700864,1.5586688566207885,1016453.341732502,520424110.967041,3.360024493304081e-05
343
+ 314501,1319112802304,1.5615252828598023,1019633.308842659,522052254.1274414,3.3376294595655054e-05
344
+ 315392,1322849927168,1.5593427603061383,1022602.5921757221,523572527.1939697,3.3145002817036584e-05
345
+ 316127,1325932740608,1.5627650785446168,1024803.1961817741,524699236.44506836,3.295477290521376e-05
346
+ 317137,1330168987648,1.5618928050994874,1027760.1716918945,526213207.90625,3.2694213587092236e-05
347
+ 318192,1334593978368,1.5596325778961182,1030901.7223103046,527821681.822876,3.242310049245134e-05
348
+ 319447,1339857829888,1.5571272659301758,1034694.248724699,529763455.3470459,3.210201612091623e-05
349
+ 320487,1344219906048,1.5547791719436646,1037690.2326126099,531297399.09765625,3.1837120332056656e-05
350
+ 321152,1347009118208,1.5562564706802369,1039540.8070714474,532244893.22058105,3.166831083944999e-05
351
+ 322112,1351035650048,1.5629964113235473,1042313.7125678062,533664620.8347168,3.142540299450047e-05
352
+ 323022,1354852466688,1.5612734842300415,1044932.7915604115,535005589.27893066,3.119601751677692e-05
353
+ 324147,1359571058688,1.5560761022567748,1048269.9461038113,536714212.40515137,3.091362304985523e-05
354
+ 324982,1363073302528,1.5551018238067627,1050743.0825908184,537980458.286499,3.070487582590431e-05
355
+ 325782,1366428745728,1.5510259532928468,1053209.2451674938,539243133.5257568,3.0505570975947194e-05
356
+ 326617,1369930989568,1.556977515220642,1055724.1009075642,540530739.6646729,3.0298271667561494e-05
357
+ 327747,1374670553088,1.5560075664520263,1059046.7630476952,542231942.6804199,3.001892582688015e-05
358
+ 328582,1378172796928,1.5559885501861572,1061658.3015568256,543569050.3970947,2.9813394576194696e-05
359
+ 329642,1382618759168,1.5565619039535523,1064840.933479786,545198557.9416504,2.9553579224739224e-05
360
+ 330677,1386959863808,1.5594478464126587,1067836.329688549,546732200.8005371,2.9301090762601234e-05
361
+ 331627,1390944452608,1.550847053527832,1070672.616055727,548184379.4205322,2.9070388336549513e-05
362
+ 332667,1395306528768,1.5508795118331908,1073766.0850400925,549768235.5405273,2.8818994906032458e-05
363
+ 334192,1401702842368,1.553646821975708,1078324.0312583447,552101904.0042725,2.845259223249741e-05
364
+ 335102,1405519659008,1.5513556623458862,1081126.883955717,553536964.5853271,2.8235226636752486e-05
365
+ 335947,1409063845888,1.552951817512512,1083588.869006157,554797500.9311523,2.8034246497554705e-05
366
+ 337192,1414285754368,1.5508689546585084,1087265.685517311,556680030.9848633,2.7739655706682242e-05
367
+ 338197,1418501029888,1.5485243463516236,1090272.3107368946,558219423.09729,2.7503188903210685e-05
368
+ 339052,1422087159808,1.5489988660812377,1092713.5686833858,559469347.1658936,2.7302965463604778e-05
369
+ 339872,1425526489088,1.5438942766189576,1095137.1463270187,560710218.9194336,2.7111762392451055e-05
370
+ 340727,1429112619008,1.551213641166687,1097637.8183336258,561990562.9868164,2.6913265173789114e-05
371
+ 341472,1432237375488,1.543040270805359,1099806.0670132637,563100706.310791,2.6741034162114374e-05
372
+ 342172,1435173388288,1.5469129180908203,1101883.0321938992,564164112.4832764,2.657982440723572e-05
373
+ 343167,1439346720768,1.5428961181640626,1104846.8609113693,565681592.7866211,2.6351719498052262e-05
374
+ 343927,1442534391808,1.5498112678527831,1107014.83690691,566791596.4963379,2.6178315238212235e-05
375
+ 344992,1447001325568,1.5447872734069825,1110226.0160906315,568435720.2384033,2.593654062366113e-05
376
+ 345797,1450377740288,1.5456782579421997,1112666.5522618294,569685274.7580566,2.5754738089744933e-05
377
+ 346757,1454404272128,1.5432176876068116,1115549.9128479958,571161555.3781738,2.5539007765473798e-05
378
+ 347457,1457340284928,1.5454353618621826,1117628.3591206074,572225719.869751,2.5382447347510606e-05
379
+ 348382,1461220016128,1.5389303827285767,1120443.0546934605,573666844.0030518,2.5176528652082197e-05
380
+ 349357,1465309462528,1.5442978477478027,1123292.77886343,575125902.7780762,2.4960680093499832e-05
381
+ 350272,1469147250688,1.5456153964996338,1126035.4559333324,576530153.4378662,2.4759241568972357e-05
382
+ 351567,1474578874368,1.5383017683029174,1129794.922759056,578455000.4526367,2.4476024918840267e-05
383
+ 352537,1478647349248,1.5394063758850098,1132680.250581026,579932288.2974854,2.4265340471174568e-05
384
+ 353542,1482862624768,1.5426294803619385,1135643.3803613186,581449410.7449951,2.404837687208783e-05
385
+ 354242,1485798637568,1.5404420280456543,1137644.9575502872,582474218.2657471,2.389806104474701e-05
386
+ 355307,1490265571328,1.5368674612045288,1141030.9109683037,584207826.4157715,2.3670634618611075e-05
387
+ 356202,1494019473408,1.540071759223938,1143613.7159223557,585530222.5522461,2.348070302105043e-05
388
+ 357182,1498129891328,1.5392073726654052,1146512.8900022507,587014599.6811523,2.3273989427252673e-05
389
+ 358052,1501778935808,1.5414266347885133,1149011.7014653683,588293991.1502686,2.309158844582271e-05
390
+ 358927,1505448951808,1.5409762907028197,1151607.554690361,589623068.0014648,2.2909194740350358e-05
metadata/training_logs/ConvergenceCurve_phase3-annealing.csv ADDED
@@ -0,0 +1,399 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ training_steps,training_tokens,training_loss,walltime,gputime,learning_rate
2
+ 71,297795584,1.47369270665305,397.10143852233887,101657.96826171875,2.2886579245096073e-05
3
+ 251,1052770304,1.466986322402954,1411.2801127433777,361287.7088623047,2.282892819494009e-05
4
+ 426,1786773504,1.4640694952011108,2410.1121215820312,616988.703125,2.2772877855459228e-05
5
+ 606,2541748224,1.4616392421722413,3477.7535634040833,890304.9122314453,2.2715224986313842e-05
6
+ 806,3380609024,1.4583057737350464,4653.425055027008,1191276.814086914,2.265116745547857e-05
7
+ 991,4156555264,1.4583696508407593,5718.361866950989,1463900.6379394531,2.2591913875658065e-05
8
+ 1171,4911529984,1.4582095050811767,6741.613007068634,1725852.9298095703,2.253426100651268e-05
9
+ 1341,5624561664,1.4529680252075194,7713.668680667877,1974699.1822509766,2.247981319669634e-05
10
+ 1501,6295650304,1.4501334953308105,8621.224375247955,2207033.4400634766,2.2428566808230244e-05
11
+ 1676,7029653504,1.451622953414917,9610.840321063995,2460375.122192383,2.237251646874938e-05
12
+ 1866,7826571264,1.4495216369628907,10703.259065628052,2740034.3208007812,2.231166035926435e-05
13
+ 2036,8539602944,1.4469772100448608,11684.409635543823,2991208.8666992188,2.225721073045861e-05
14
+ 2241,9399435264,1.4482860517501832,12859.758198738098,3292098.098876953,2.219155248894822e-05
15
+ 2446,10259267584,1.4409220123291016,14035.69892692566,3593138.9252929688,2.2125892428448424e-05
16
+ 2621,10993270784,1.4472684621810914,15047.394223690033,3852132.9212646484,2.2069842088967562e-05
17
+ 2811,11790188544,1.445444531440735,16143.811727046967,4132815.8021240234,2.2008987798471935e-05
18
+ 2996,12566134784,1.4392793607711791,17204.296951770782,4404300.01965332,2.194973421865143e-05
19
+ 3201,13425967104,1.4440330839157105,18407.04509782791,4712203.545043945,2.1884074158151634e-05
20
+ 3386,14201913344,1.4335206747055054,19477.405550956726,4986215.821044922,2.1824820578331128e-05
21
+ 3606,15124660224,1.440560131072998,20766.99211883545,5316349.982421875,2.1754358385805972e-05
22
+ 3816,16005464064,1.4400539588928223,22009.31232738495,5634383.955810547,2.1687097614631057e-05
23
+ 4016,16844324864,1.438271427154541,23189.36262655258,5936476.832397461,2.1623038264806382e-05
24
+ 4176,17515413504,1.4366879606246947,24139.870605945587,6179806.87512207,2.157179369532969e-05
25
+ 4361,18291359744,1.4375964212417602,25209.2717795372,6453573.575561523,2.1512540115509182e-05
26
+ 4521,18962448384,1.4364584255218507,26151.043837547302,6694667.222412109,2.1461293727043085e-05
27
+ 4721,19801309184,1.4339923286437988,27324.591954231262,6995095.540283203,2.1397236196207814e-05
28
+ 4866,20409483264,1.433902955055237,28174.024997234344,7212550.399291992,2.135079375875648e-05
29
+ 5061,21227372544,1.4338279819488526,29321.09828519821,7506201.161010742,2.128833693859633e-05
30
+ 5226,21919432704,1.4332992553710937,30303.489630699158,7757693.345458984,2.1235489839455113e-05
31
+ 5376,22548578304,1.4279510736465455,31178.41241168976,7981673.577392578,2.118744669132866e-05
32
+ 5566,23345496064,1.42837553024292,32296.45816373825,8267893.289916992,2.112659058184363e-05
33
+ 5721,23995613184,1.4246121883392333,33216.91590595245,8503530.471923828,2.1076946723042056e-05
34
+ 5901,24750587904,1.431197500228882,34274.929540634155,8774381.962402344,2.101929385389667e-05
35
+ 6066,25442648064,1.4288726139068604,35232.71995592117,9019576.30871582,2.0966446754755452e-05
36
+ 6201,26008879104,1.4282044458389282,36033.86194038391,9224668.656738281,2.0923207557643764e-05
37
+ 6346,26617053184,1.4277589654922485,36887.47540283203,9443193.703125,2.087676512019243e-05
38
+ 6526,27372027904,1.4250334215164184,37939.25610589981,9712449.563110352,2.081911407003645e-05
39
+ 6706,28127002624,1.4284133195877076,39000.341384887695,9984087.39453125,2.0761461200891063e-05
40
+ 6876,28840034304,1.4279419994354248,39997.33863401413,10239318.690307617,2.070701157208532e-05
41
+ 7031,29490151424,1.4232130575180053,40910.256083488464,10473025.557373047,2.0657367713283747e-05
42
+ 7211,30245126144,1.4220079183578491,41974.763253211975,10745539.392822266,2.059971484413836e-05
43
+ 7411,31083986944,1.4246915149688721,43143.75227975845,11044800.583618164,2.053565731330309e-05
44
+ 7626,31985762304,1.42647207736969,44393.709319114685,11364789.58569336,2.0466795831453055e-05
45
+ 7811,32761708544,1.4238710260391236,45475.84977436066,11641817.542236328,2.040754225163255e-05
46
+ 7966,33411825664,1.4236481237411498,46369.85544490814,11870682.993896484,2.0357896573841572e-05
47
+ 8116,34040971264,1.422211389541626,47244.5945315361,12094616.200073242,2.030985342571512e-05
48
+ 8296,34795945984,1.4229853677749633,48298.375187397,12364384.047973633,2.0252202375559136e-05
49
+ 8476,35550920704,1.4201629781723022,49340.339622974396,12631126.943481445,2.019454950641375e-05
50
+ 8626,36180066304,1.42341215133667,50205.97544956207,12852729.71508789,2.0146506358287297e-05
51
+ 8786,36851154944,1.4176685619354248,51133.5548787117,13090190.048950195,2.00952599698212e-05
52
+ 8981,37669044224,1.4213467264175415,52281.28085184097,13384007.898071289,2.003280314966105e-05
53
+ 9186,38528876544,1.4187974977493285,53508.92861413956,13698285.725219727,1.9967144908150658e-05
54
+ 9351,39220936704,1.4159893560409547,54473.425593853,13945196.952026367,1.9914295990020037e-05
55
+ 9531,39975911424,1.4171082592010498,55511.18561553955,14210863.517578125,1.9856644939864054e-05
56
+ 9716,40751857664,1.416615138053894,56584.18297576904,14485550.841796875,1.9797391360043548e-05
57
+ 9921,41611689984,1.4155132627487184,57779.220145225525,14791480.357177734,1.9731731299543753e-05
58
+ 10177,42685431808,1.4145294969732112,59448.04566669464,15218699.690673828,1.964973853318952e-05
59
+ 10357,43440406528,1.4141811180114745,60488.310695171356,15485007.537963867,1.9592085664044134e-05
60
+ 10567,44321210368,1.4111023616790772,61695.77805566788,15794119.182250977,1.952482489286922e-05
61
+ 10742,45055213568,1.4151236248016357,62696.00500392914,16050177.28100586,1.9468774553388357e-05
62
+ 10912,45768245248,1.414131145477295,63665.24085569382,16298301.659057617,1.9414324924582615e-05
63
+ 11072,46439333888,1.411918625831604,64582.81062412262,16533199.51977539,1.9363078536116518e-05
64
+ 11262,47236251648,1.412489767074585,65668.02885580063,16811015.38708496,1.930222424562089e-05
65
+ 11472,48117055488,1.4109765958786011,66859.09275341034,17115927.744873047,1.9234963474445976e-05
66
+ 11652,48872030208,1.4112206506729126,67900.513256073,17382531.393554688,1.917731060530059e-05
67
+ 11822,49585061888,1.4109343385696411,68869.3891863823,17630563.631713867,1.9122862795484252e-05
68
+ 11987,50277122048,1.413049693107605,69813.31697273254,17872209.14501953,1.907001387735363e-05
69
+ 12162,51011125248,1.4108664989471436,70823.33511638641,18130773.789794922,1.901396353787277e-05
70
+ 12357,51829014528,1.410397276878357,71940.81193733215,18416847.85595703,1.895150671771262e-05
71
+ 12547,52625932288,1.4100719022750854,73030.41063594818,18695785.122802734,1.8890652427216992e-05
72
+ 12712,53317992448,1.4067216157913207,73980.5636434555,18939024.29272461,1.8837805328075774e-05
73
+ 12907,54135881728,1.4081766414642334,75091.20641040802,19223348.841064453,1.8775348507915623e-05
74
+ 13117,55016685568,1.4138484859466554,76304.67442321777,19533996.65234375,1.870808773674071e-05
75
+ 13282,55708745728,1.4095951318740845,77262.69003200531,19779248.64819336,1.865524063759949e-05
76
+ 13462,56463720448,1.4046609163284303,78317.80281352997,20049357.520263672,1.8597587768454105e-05
77
+ 13667,57323552768,1.4071357822418213,79509.3992023468,20354406.19580078,1.8531929526943713e-05
78
+ 13877,58204356608,1.399884934425354,80726.14715623856,20665893.67199707,1.8464668755768798e-05
79
+ 14042,58896416768,1.4063741636276246,81688.91470956802,20912362.165649414,1.8411819837638177e-05
80
+ 14212,59609448448,1.4100711011886597,82676.53444337845,21165192.817504883,1.835737202782184e-05
81
+ 14382,60322480128,1.4045028734207152,83667.70219373703,21418931.76159668,1.8302922399016097e-05
82
+ 14552,61035511808,1.405595498085022,84658.79972743988,21672652.73022461,1.8248472770210356e-05
83
+ 14762,61916315648,1.403044400215149,85885.80288696289,21986765.5390625,1.818121199903544e-05
84
+ 14902,62503518208,1.4032859516143799,86703.21376609802,22196022.724121094,1.813637209124863e-05
85
+ 15107,63363350528,1.3998100805282592,87900.3154091835,22502480.744750977,1.8070712030748837e-05
86
+ 15347,64369983488,1.40560923576355,89292.30216312408,22858829.353759766,1.7993843357544392e-05
87
+ 15542,65187872768,1.4049206352233887,90416.19024562836,23146544.70288086,1.7931386537384242e-05
88
+ 15712,65900904448,1.4013431406021117,91402.36777353287,23399006.150024414,1.78769369085785e-05
89
+ 15932,66823651328,1.4020148038864135,92696.9698266983,23730424.275634766,1.7806474716053344e-05
90
+ 16107,67557654528,1.3988441610336304,93727.66074705124,23994281.151245117,1.775042255758308e-05
91
+ 16282,68291657728,1.3991447639465333,94745.37153530121,24254815.11303711,1.7694372218102217e-05
92
+ 16467,69067603968,1.399343729019165,95846.09554576874,24536600.459716797,1.763511863828171e-05
93
+ 16642,69801607168,1.399164638519287,96876.34135532379,24800343.38696289,1.757906829880085e-05
94
+ 16792,70430752768,1.3964764785766601,97767.25758600235,25028417.9420166,1.7531025150674395e-05
95
+ 16987,71248642048,1.4011362886428833,98925.03134536743,25324808.024414062,1.7468568330514245e-05
96
+ 17147,71919730688,1.3975614929199218,99862.29109096527,25564746.51928711,1.7417321942048147e-05
97
+ 17322,72653733888,1.4033921670913696,100891.12311649323,25828127.517822266,1.7361271602567285e-05
98
+ 17487,73345794048,1.399845085144043,101841.58391284943,26071445.481689453,1.7308424503426068e-05
99
+ 17672,74121740288,1.3940767860412597,102920.74467945099,26347710.637939453,1.724917092360556e-05
100
+ 17882,75002544128,1.4001716232299806,104138.0443983078,26659339.365966797,1.7181910152430646e-05
101
+ 18027,75610718208,1.3970065879821778,104980.94247627258,26875121.27392578,1.7135467714979313e-05
102
+ 18177,76239863808,1.399755711555481,105850.87959814072,27097825.177124023,1.708742456685286e-05
103
+ 18357,76994838528,1.3951579141616821,106906.33823680878,27368022.588623047,1.7029773516696878e-05
104
+ 18547,77791756288,1.4006535768508912,108005.5605916977,27649423.51147461,1.6968917407211848e-05
105
+ 18707,78462844928,1.3925107622146606,108940.15400218964,27888679.424560547,1.691767101874575e-05
106
+ 18862,79112962048,1.394210238456726,109844.97849988937,28120314.49597168,1.6868027159944177e-05
107
+ 19072,79993765888,1.3934896898269653,111054.03800535202,28429833.729370117,1.680076638876926e-05
108
+ 19237,80685826048,1.3936579942703247,112018.35461902618,28676698.782470703,1.674791747063864e-05
109
+ 19407,81398857728,1.3979256868362426,113003.45261383057,28928883.869140625,1.6693469660822302e-05
110
+ 19587,82153832448,1.39514009475708,114029.58276081085,29191573.186767578,1.6635816791676916e-05
111
+ 19782,82971721728,1.391828989982605,115157.51910734177,29480324.891479492,1.6573359971516766e-05
112
+ 19927,83579895808,1.388093686103821,115994.52312517166,29694597.920043945,1.6526919353054836e-05
113
+ 20067,84167098368,1.3914573860168458,116799.47199392319,29900664.830444336,1.6482077626278624e-05
114
+ 20267,85005959168,1.3927385759353639,117951.74470949173,30195646.645629883,1.6418020095443353e-05
115
+ 20427,85677047808,1.387100052833557,118876.80774736404,30432462.783325195,1.6366773706977256e-05
116
+ 20612,86452994048,1.3890410089492797,119940.15002298355,30704678.40588379,1.630752012715675e-05
117
+ 20762,87082139648,1.3894538640975953,120818.94918966293,30929650.99255371,1.6259476979030296e-05
118
+ 20927,87774199808,1.3877770280838013,121763.31224966049,31171407.935913086,1.620662987988908e-05
119
+ 21087,88445288448,1.3904109239578246,122672.81205224991,31404239.885375977,1.615538349142298e-05
120
+ 21272,89221234688,1.3907018136978149,123724.11201047897,31673372.674682617,1.6096129911602475e-05
121
+ 21457,89997180928,1.3888028907775878,124791.86046171188,31946716.278198242,1.603687633178197e-05
122
+ 21697,91003813888,1.3893825578689576,126194.2837433815,32305736.638305664,1.5960007658577524e-05
123
+ 21867,91716845568,1.3882063150405883,127190.41523265839,32560746.299560547,1.5905558029771782e-05
124
+ 22067,92555706368,1.3861464023590089,128354.57732009888,32858771.793945312,1.584150049893651e-05
125
+ 22272,93415538688,1.3935297536849975,129532.70193624496,33160371.69567871,1.5775840438436717e-05
126
+ 22472,94254399488,1.3866150093078613,130708.2360534668,33461308.4296875,1.5711782907601446e-05
127
+ 22627,94904516608,1.383891773223877,131610.4508857727,33692275.42675781,1.5662139048799872e-05
128
+ 22812,95680462848,1.384966983795166,132688.20559310913,33968180.63183594,1.5602885468979366e-05
129
+ 22997,96456409088,1.386909794807434,133767.56080913544,34244495.56713867,1.554363188915886e-05
130
+ 23162,97148469248,1.384953670501709,134725.14520931244,34489637.173583984,1.549078297102824e-05
131
+ 23377,98050244608,1.3858111572265626,135961.7735247612,34806214.02233887,1.5421921489178203e-05
132
+ 23547,98763276288,1.381510491371155,136954.88821315765,35060451.38256836,1.536747186037246e-05
133
+ 23702,99413393408,1.384697561264038,137859.26920223236,35291972.915771484,1.5317828001570888e-05
134
+ 23852,100042539008,1.384951958656311,138737.99274015427,35516926.14147949,1.5269784853444435e-05
135
+ 24012,100713627648,1.3815319538116455,139693.0444674492,35761419.38366699,1.5218537555483636e-05
136
+ 24157,101321801728,1.382149486541748,140539.47423028946,35978105.4029541,1.5172096027527004e-05
137
+ 24347,102118719488,1.3838778400421143,141649.71458482742,36262326.93371582,1.5111240827536676e-05
138
+ 24507,102789808128,1.3803792667388917,142587.19756889343,36502322.57763672,1.5059994439070579e-05
139
+ 24677,103502839808,1.3812285709381102,143570.53309488297,36754056.47229004,1.5005545719759539e-05
140
+ 24867,104299757568,1.3752543449401855,144670.6628112793,37035689.6796875,1.494469051976921e-05
141
+ 25062,105117646848,1.381485571861267,145796.2368683815,37323836.638305664,1.4882234609103762e-05
142
+ 25242,105872621568,1.3833878707885743,146839.8111038208,37590991.642578125,1.4824581739958376e-05
143
+ 25417,106606624768,1.3833482217788697,147852.23087596893,37850171.10424805,1.4768531400477514e-05
144
+ 25667,107655200768,1.3832554292678834,149303.33539295197,38221653.8605957,1.4688459486933425e-05
145
+ 25837,108368232448,1.380790810585022,150286.58283042908,38473365.204589844,1.4634009858127683e-05
146
+ 25997,109039321088,1.38217848777771,151219.30930185318,38712143.181274414,1.4582763469661586e-05
147
+ 26197,109878181888,1.3762462854385376,152391.00573349,39012097.46777344,1.4518705938826315e-05
148
+ 26407,110758985728,1.3776668071746827,153601.0743432045,39321875.03186035,1.44514451676514e-05
149
+ 26572,111451045888,1.3824634218215943,154561.45828533173,39567733.32104492,1.4398598068510182e-05
150
+ 26737,112143106048,1.381394591331482,155529.86725378036,39815646.01696777,1.4345750059874263e-05
151
+ 26892,112793223168,1.3820400094985963,156439.51743412018,40048516.463134766,1.4296105291577987e-05
152
+ 27057,113485283328,1.3757158279418946,157397.10034418106,40293657.68811035,1.4243257282942068e-05
153
+ 27242,114261229568,1.3787095499038697,158479.05940818787,40570639.208496094,1.4184003703121562e-05
154
+ 27382,114848432128,1.3757913970947266,159287.3292427063,40777556.28613281,1.4139163795334753e-05
155
+ 27552,115561463808,1.3740015172958373,160279.44911527634,41031538.97351074,1.4084714166529011e-05
156
+ 27732,116316438528,1.3790764236450195,161330.71656274796,41300663.44006348,1.4027062206878327e-05
157
+ 27912,117071413248,1.3748360681533813,162381.33719968796,41569622.32312012,1.3969410247227643e-05
158
+ 28067,117721530368,1.373276662826538,163283.31854629517,41800529.54785156,1.3919765478931367e-05
159
+ 28282,118623305728,1.3761185693740845,164536.69557619095,42121394.06750488,1.385090308758663e-05
160
+ 28472,119420223488,1.3763186120986939,165631.4321117401,42401646.62060547,1.3790047887596302e-05
161
+ 28632,120091312128,1.377923903465271,166553.5552625656,42637710.1472168,1.3738802408624906e-05
162
+ 28802,120804343808,1.3780070352554321,167546.11784267426,42891806.16772461,1.3684352779819164e-05
163
+ 28987,121580290048,1.3745263671875,168616.44834804535,43165810.77709961,1.3625099199998658e-05
164
+ 29192,122440122368,1.3737953901290894,169814.16315364838,43472425.767333984,1.3559440048993565e-05
165
+ 29332,123027324928,1.3720254516601562,170634.62387371063,43682463.71166992,1.3514599231712054e-05
166
+ 29547,123929100288,1.3783190631866455,171896.46180677414,44005494.22253418,1.3445737749862019e-05
167
+ 29717,124642131968,1.3756152772903443,172887.89598035812,44259301.37097168,1.3391288121056277e-05
168
+ 29882,125334192128,1.3688687896728515,173838.87378501892,44502751.688964844,1.333844102191506e-05
169
+ 30037,125984309248,1.37529718875885,174737.76187705994,44732867.040527344,1.3288796253618784e-05
170
+ 30202,126676369408,1.3719238328933716,175682.8952126503,44974821.17443848,1.3235948244982865e-05
171
+ 30367,127368429568,1.3747439336776734,176647.4404911995,45221744.76574707,1.3183100236346945e-05
172
+ 30587,128291176448,1.3713376235961914,177923.55577993393,45548430.279663086,1.3112637134327088e-05
173
+ 30747,128962265088,1.3684367370605468,178855.43072271347,45786990.26501465,1.306139074586099e-05
174
+ 30967,129885011968,1.3771844244003295,180149.0431933403,46118155.05749512,1.299092673434643e-05
175
+ 31137,130598043648,1.374031376838684,181140.42504358292,46371948.81115723,1.2936478015035391e-05
176
+ 31322,131373989888,1.3695685291290283,182215.75866031647,46647234.217041016,1.2877224435214885e-05
177
+ 31527,132233822208,1.3686015272140504,183422.46696281433,46956151.54248047,1.2811565284209792e-05
178
+ 31687,132904910848,1.3713582563400268,184360.61787176132,47196318.1751709,1.2760318895743694e-05
179
+ 31867,133659885568,1.3688086652755738,185405.74134159088,47463869.783447266,1.270266693609301e-05
180
+ 32072,134519717888,1.369280185699463,186615.39978551865,47773542.34509277,1.2637007785087917e-05
181
+ 32252,135274692608,1.3701191329956055,187663.8810210228,48041953.541381836,1.2579355825437233e-05
182
+ 32432,136029667328,1.3662711381912231,188729.21643304825,48314679.40686035,1.2521702956291847e-05
183
+ 32607,136763670528,1.3654798030853272,189753.52958488464,48576903.57373047,1.2465652616810985e-05
184
+ 32782,137497673728,1.3669579935073852,190762.67684984207,48835245.27355957,1.2409602277330123e-05
185
+ 33002,138420420608,1.3716418886184691,192063.9732723236,49168377.157714844,1.2339138265815563e-05
186
+ 33167,139112480768,1.3660517263412475,193021.6413216591,49413540.17834473,1.2286291166674346e-05
187
+ 33372,139972313088,1.3685878610610962,194229.43449306488,49722735.23022461,1.2220632015669253e-05
188
+ 33577,140832145408,1.364821090698242,195414.90716981888,50026216.23547363,1.2154971955169458e-05
189
+ 33712,141398376448,1.3652690601348878,196205.25454330444,50228545.16308594,1.2111733667552471e-05
190
+ 33877,142090436608,1.3652407360076904,197169.8114709854,50475471.736572266,1.2058885658916552e-05
191
+ 34042,142782496768,1.3624462080001831,198117.08944129944,50717974.896972656,1.2006037650280632e-05
192
+ 34207,143474556928,1.3682599878311157,199091.69723796844,50967474.49291992,1.1953190551139414e-05
193
+ 34407,144313417728,1.36790030002594,200255.6689839363,51265451.259887695,1.1889132110809442e-05
194
+ 34577,145026449408,1.3645831203460694,201239.68978214264,51517360.584228516,1.1834683391498402e-05
195
+ 34772,145844338688,1.3645656871795655,202379.24218702316,51809085.99987793,1.1772226571338251e-05
196
+ 34962,146641256448,1.3650347185134888,203512.4787120819,52099194.55029297,1.1711372280842625e-05
197
+ 35167,147501088768,1.3641452598571777,204709.8336391449,52405717.411621094,1.164571222034283e-05
198
+ 35352,148277035008,1.3620827293395996,205783.99864006042,52680703.65185547,1.1586459550017025e-05
199
+ 35517,148969095168,1.3645910978317262,206750.53944396973,52928138.09765625,1.1533611541381106e-05
200
+ 35677,149640183808,1.3620666360855103,207679.27863168716,53165895.329711914,1.1482365152915008e-05
201
+ 35857,150395158528,1.3656074857711793,208726.04814100266,53433868.32409668,1.1424713193264324e-05
202
+ 36037,151150133248,1.3636647033691407,209777.60638523102,53703067.23461914,1.136706123361364e-05
203
+ 36207,151863164928,1.3592368459701538,210764.7903828621,53955786.338012695,1.1312611604807898e-05
204
+ 36412,152722997248,1.363028244972229,211952.95760679245,54259957.14733887,1.1246952453802805e-05
205
+ 36592,153477971968,1.3569224166870117,213002.35292959213,54528602.349975586,1.1189300494152121e-05
206
+ 36767,154211975168,1.3662403774261476,214015.36538410187,54787933.53833008,1.113325015467126e-05
207
+ 36942,154945978368,1.3579282140731812,215039.4949274063,55050110.701416016,1.1077199815190397e-05
208
+ 37137,155763867648,1.3581759977340697,216180.21291303635,55342134.505737305,1.1014742995030247e-05
209
+ 37302,156455927808,1.3598331451416015,217131.09836626053,55585561.181762695,1.0961894986394327e-05
210
+ 37472,157168959488,1.3612226057052612,218127.9510383606,55840755.46582031,1.0907446267083287e-05
211
+ 37672,158007820288,1.3630263996124268,219292.5945072174,56138904.193847656,1.0843388736248016e-05
212
+ 37847,158741823488,1.3610412549972535,220326.92780780792,56403693.51879883,1.0787337487272453e-05
213
+ 38027,159496798208,1.3598139095306396,221377.6169781685,56672669.94641113,1.0729685527621768e-05
214
+ 38217,160293715968,1.3582514238357544,222481.05760383606,56955150.74658203,1.066883032763144e-05
215
+ 38392,161027719168,1.3550153017044066,223497.54451322556,57215371.39538574,1.0612779988150578e-05
216
+ 38527,161593950208,1.3555436658859252,224280.69675254822,57415858.368652344,1.056954079103889e-05
217
+ 38757,162558640128,1.3585986804962158,225613.43616056442,57757039.65710449,1.0495874448679388e-05
218
+ 38942,163334586368,1.359402723312378,226669.116669178,58027293.86730957,1.0436620868858881e-05
219
+ 39147,164194418688,1.3566066932678222,227868.92111349106,58334443.80505371,1.0370961717853788e-05
220
+ 39337,164991336448,1.3562587308883667,228946.98378133774,58610427.84802246,1.031010651786346e-05
221
+ 39522,165767282688,1.3546544265747071,230014.97331905365,58883833.169677734,1.0250853847537655e-05
222
+ 39667,166375456768,1.3522440338134765,230851.7454533577,59098046.83605957,1.0204411410086323e-05
223
+ 39847,167130431488,1.3583812618255615,231905.84645080566,59367896.69140625,1.0146759450435638e-05
224
+ 40007,167801520128,1.3580587768554688,232827.52563524246,59603846.56262207,1.0095513061969541e-05
225
+ 40172,168493580288,1.3536214637756347,233794.01922273636,59851268.92102051,1.0042665962828323e-05
226
+ 40342,169206611968,1.3563232040405273,234768.23783922195,60100668.88684082,9.988216334022582e-06
227
+ 40537,170024501248,1.3568154430389405,235907.4226717949,60392300.20397949,9.925760423357133e-06
228
+ 40727,170821419008,1.3571618127822875,237001.12269687653,60672287.41040039,9.864905223366804e-06
229
+ 40902,171555422208,1.3535575532913209,238009.07127189636,60930322.24560547,9.808854883885942e-06
230
+ 41077,172289425408,1.35456241607666,239011.7198162079,61187000.27294922,9.752803634910379e-06
231
+ 41267,173086343168,1.3546679401397705,240110.90736436844,61468392.28527832,9.691949344414752e-06
232
+ 41472,173946175488,1.3577226066589356,241292.17329788208,61770796.36425781,9.626289283914957e-06
233
+ 41637,174638235648,1.3533959245681764,242250.52319574356,62016133.93811035,9.57344218477374e-06
234
+ 41792,175288352768,1.3501339721679688,243147.33228492737,62245717.064941406,9.523797416477464e-06
235
+ 41977,176064299008,1.34981379032135,244221.63205432892,62520737.8059082,9.464543836656958e-06
236
+ 42147,176777330688,1.353694052696228,245206.7094116211,62772917.609375,9.410094207851216e-06
237
+ 42337,177574248448,1.3517019510269166,246309.06452941895,63055120.51953125,9.34923991735559e-06
238
+ 42517,178329223168,1.3496387147903441,247358.0913643837,63323671.38928223,9.291587957704905e-06
239
+ 42727,179210027008,1.35469398021698,248573.90765476227,63634920.35961914,9.22432718652999e-06
240
+ 42912,179985973248,1.3571785497665405,249642.3290758133,63908436.2434082,9.165073606709484e-06
241
+ 43097,180761919488,1.3489796543121337,250716.73664855957,64183484.58203125,9.105820026888978e-06
242
+ 43252,181412036608,1.3514362907409667,251618.06902694702,64414225.67089844,9.056175258592702e-06
243
+ 43407,182062153728,1.3493133783340454,252511.03981781006,64642826.193359375,9.006530490296427e-06
244
+ 43577,182775185408,1.35229088306427,253482.4444513321,64891505.779541016,8.952080861490685e-06
245
+ 43777,183614046208,1.3499827003479004,254631.39970588684,65185638.32470703,8.888023330655415e-06
246
+ 43942,184306106368,1.348937749862671,255580.04617261887,65428491.82019043,8.835175322019495e-06
247
+ 44142,185144967168,1.3537211751937865,256731.06433200836,65723152.46899414,8.771117791184224e-06
248
+ 44302,185816055808,1.3530866146087646,257647.30080890656,65957709.00708008,8.719871402718127e-06
249
+ 44487,186592002048,1.3483609771728515,258715.57320404053,66231186.740234375,8.66061782289762e-06
250
+ 44652,187284062208,1.3499671602249146,259661.01166534424,66473218.986328125,8.607769814261701e-06
251
+ 44867,188185837568,1.3480440998077392,260917.83496665955,66794965.751464844,8.538908332411665e-06
252
+ 45052,188961783808,1.3477220487594606,262002.0327501297,67072520.3840332,8.47965475259116e-06
253
+ 45207,189611900928,1.350939998626709,262905.03360795975,67303688.6036377,8.430009984294884e-06
254
+ 45372,190303961088,1.3481279850006103,263858.56134462357,67547791.70422363,8.377161975658964e-06
255
+ 45572,191142821888,1.3468892002105712,265009.0750579834,67842323.21484375,8.313104444823693e-06
256
+ 45747,191876825088,1.3456647825241088,266020.1560692787,68101159.95373535,8.257054105342831e-06
257
+ 45892,192484999168,1.348256893157959,266864.6578555107,68317352.41101074,8.210611667891499e-06
258
+ 46072,193239973888,1.343571696281433,267898.7806324959,68582087.84191895,8.152959708240815e-06
259
+ 46237,193932034048,1.3467595195770263,268849.22805833817,68825402.38293457,8.100111699604895e-06
260
+ 46452,194833809408,1.34175612449646,270116.5886192322,69149846.68652344,8.03125021775486e-06
261
+ 46597,195441983488,1.3473022079467774,270953.9303150177,69364206.16064453,7.984807780303527e-06
262
+ 46782,196217929728,1.3462645530700683,272023.7175979614,69638071.70507812,7.92555420048302e-06
263
+ 46977,197035819008,1.3476683139801025,273151.5178527832,69926788.5703125,7.863098289817572e-06
264
+ 47162,197811765248,1.345485463142395,274230.1934328079,70202929.51879883,7.803844709997065e-06
265
+ 47322,198482853888,1.3452957391738891,275139.59475183487,70435736.25646973,7.752598321530968e-06
266
+ 47507,199258800128,1.3455914735794068,276182.9922451973,70702846.01477051,7.693344741710462e-06
267
+ 47687,200013774848,1.3360890340805054,277212.93597602844,70966511.60986328,7.635692782059778e-06
268
+ 47842,200663891968,1.3412532711029053,278098.4857311249,71193212.34716797,7.586048013763502e-06
269
+ 47987,201272066048,1.3465409660339356,278930.03629112244,71406089.29052734,7.53960603105952e-06
270
+ 48177,202068983808,1.3500841522216798,280009.5292034149,71682439.47607422,7.478751285816543e-06
271
+ 48387,202949787648,1.3460202741622924,281209.82666635513,71989715.62658691,7.411490514641628e-06
272
+ 48582,203767676928,1.3443798542022705,282317.9825081825,72273403.52209473,7.349034149228828e-06
273
+ 48732,204396822528,1.3439622735977172,283173.306166172,72492366.37854004,7.300990546355024e-06
274
+ 48922,205193740288,1.3454058074951172,284254.91403722763,72769257.99353027,7.2401358011120465e-06
275
+ 49122,206032601088,1.3478099393844605,285400.63425922394,73062562.37036133,7.176077815529425e-06
276
+ 49352,206997291008,1.3417392778396606,286712.19167137146,73398321.0678711,7.102411473169923e-06
277
+ 49552,207836151808,1.3416415405273439,287873.83189582825,73695700.96533203,7.038353487587301e-06
278
+ 49692,208423354368,1.3450446319580078,288673.35707092285,73900379.41015625,6.993513125053141e-06
279
+ 49887,209241243648,1.3458577585220337,289800.0500240326,74188812.80615234,6.931056759640342e-06
280
+ 50067,209996218368,1.341452226638794,290841.30530023575,74455374.15686035,6.8734047999896575e-06
281
+ 50232,210688278528,1.3448160219192504,291786.43665218353,74697327.78295898,6.820556791353738e-06
282
+ 50412,211443253248,1.3418102169036865,292814.5214881897,74960517.50097656,6.762904831703054e-06
283
+ 50592,212198227968,1.3388820362091065,293854.8663201332,75226845.7779541,6.70525287205237e-06
284
+ 50747,212848345088,1.3373747444152833,294754.9520506859,75457267.72497559,6.655608103756094e-06
285
+ 50912,213540405248,1.3395575523376464,295706.09280729294,75700759.75866699,6.602760549867526e-06
286
+ 51092,214295379968,1.3362126636505127,296743.5708346367,75966354.13366699,6.545108135469491e-06
287
+ 51257,214987440128,1.3415500259399413,297703.4684243202,76212087.91662598,6.492260581580922e-06
288
+ 51452,215805329408,1.3375147294998169,298825.3312840462,76499284.80871582,6.429804216168122e-06
289
+ 51637,216581275648,1.3424022483825684,299892.68221759796,76772526.64770508,6.370550636347616e-06
290
+ 51837,217420136448,1.3375104904174804,301054.0946521759,77069848.23095703,6.306493105512345e-06
291
+ 52017,218175111168,1.342052516937256,302103.9577498436,77338613.18395996,6.24884069111431e-06
292
+ 52217,219013971968,1.3378001165390014,303262.9821434021,77635323.42871094,6.184783160279039e-06
293
+ 52397,219768946688,1.3374948072433472,304308.91164684296,77903081.3815918,6.127131200628355e-06
294
+ 52582,220544892928,1.3386531257629395,305369.50124406815,78174592.31848145,6.067877620807849e-06
295
+ 52742,221215981568,1.3395085382461547,306302.1530928612,78413351.19177246,6.0166312323417515e-06
296
+ 52902,221887070208,1.3405854272842408,307232.0292749405,78651399.49438477,5.965384843875654e-06
297
+ 53067,222579130368,1.3353624725341797,308179.8499574661,78894041.58911133,5.912537289987085e-06
298
+ 53267,223417991168,1.3366061019897462,309335.5449857712,79189899.51635742,5.848479304404464e-06
299
+ 53447,224172965888,1.3372422361373901,310378.2028927803,79456819.94055176,5.7908273447537795e-06
300
+ 53627,224927940608,1.3362138652801514,311425.8605828285,79725020.3092041,5.733175385103095e-06
301
+ 53812,225703886848,1.3344614648818969,312487.6074614525,79996827.51013184,5.673921805282589e-06
302
+ 54002,226500804608,1.3388974618911744,313603.493663311,80282494.37780762,5.6130670600396115e-06
303
+ 54212,227381608448,1.3413022661209106,314818.94925260544,80593651.00866699,5.545806288864696e-06
304
+ 54382,228094640128,1.3342653036117553,315803.5647239685,80845712.56933594,5.491357114806306e-06
305
+ 54537,228744757248,1.3353622436523438,316697.50358724594,81074560.91833496,5.44171234651003e-06
306
+ 54742,229604589568,1.3369502687454224,317892.82799625397,81380563.96704102,5.376053195504937e-06
307
+ 54912,230317621248,1.3352801036834716,318864.6765818596,81629357.20495605,5.3216040214465465e-06
308
+ 55082,231030652928,1.3332057619094848,319842.8002252579,81879756.85766602,5.267154847388156e-06
309
+ 55272,231827570688,1.33631667137146,320945.47233247757,82162040.91711426,5.206299647397827e-06
310
+ 55467,232645459968,1.3371381521224976,322059.92697381973,82447341.30529785,5.143843281985028e-06
311
+ 55627,233316548608,1.3357385110855102,322979.5380797386,82682761.74841309,5.09259689351893e-06
312
+ 55812,234092494848,1.3355157709121703,324032.87704610825,82952416.52380371,5.033343768445775e-06
313
+ 55982,234805526528,1.331484923362732,325019.07298469543,83204882.68408203,4.978894594387384e-06
314
+ 56142,235476615168,1.334418821334839,325944.3760457039,83441760.2677002,4.927648205921287e-06
315
+ 56307,236168675328,1.331955647468567,326897.1552743912,83685671.75024414,4.874800652032718e-06
316
+ 56512,237028507648,1.3337366390228271,328089.0579428673,83990798.83337402,4.809141046280274e-06
317
+ 56677,237720567808,1.3364439916610718,329044.38938999176,84235363.68383789,4.7562934923917055e-06
318
+ 56842,238412627968,1.3345959854125977,329994.864546299,84478685.32385254,4.703445938503137e-06
319
+ 57057,239314403328,1.3345798301696776,331240.5234565735,84797574.00488281,4.6345835471584e-06
320
+ 57227,240027435008,1.3307994651794433,332210.1289834976,85045793.01977539,4.580134373100009e-06
321
+ 57407,240782409728,1.334612021446228,333236.1502876282,85308454.47363281,4.522482413449325e-06
322
+ 57597,241579327488,1.333038992881775,334318.89669561386,85585637.55407715,4.461627668206347e-06
323
+ 57782,242355273728,1.3335090112686157,335391.8820967674,85860321.81677246,4.402374088385841e-06
324
+ 57947,243047333888,1.3280722045898437,336347.8283467293,86105044.0567627,4.349526534497272e-06
325
+ 58142,243865223168,1.3307977104187012,337468.7988009453,86392012.49304199,4.287070169084473e-06
326
+ 58302,244536311808,1.3335437488555908,338388.8799729347,86627553.27307129,4.235823780618375e-06
327
+ 58472,245249343488,1.3274277305603028,339364.54547309875,86877323.64111328,4.181374606559984e-06
328
+ 58672,246088204288,1.330345573425293,340503.07098054886,87168786.17102051,4.117316620977363e-06
329
+ 58882,246969008128,1.3312602758407592,341696.8324985504,87474389.1196289,4.0500558498024475e-06
330
+ 59052,247682039808,1.3303430032730104,342675.2445473671,87724862.60412598,3.995606675744057e-06
331
+ 59197,248290213888,1.3284650802612306,343494.29424905777,87934539.32775879,3.949164693040075e-06
332
+ 59362,248982274048,1.3342141723632812,344429.56894779205,88173969.65063477,3.896317139151506e-06
333
+ 59537,249716277248,1.3309003877639771,345436.64098644257,88431780.0925293,3.840266799670644e-06
334
+ 59712,250450280448,1.3307251501083375,346439.35788059235,88688475.61743164,3.784216005442431e-06
335
+ 59882,251163312128,1.3293566226959228,347415.64018154144,88938403.88647461,3.7297668313840404e-06
336
+ 60017,251729543168,1.330739598274231,348184.70177078247,89135283.65332031,3.6865278616460273e-06
337
+ 60187,252442574848,1.327184271812439,349153.82310533524,89383378.71496582,3.6320786875876365e-06
338
+ 60352,253134635008,1.332197256088257,350110.99872493744,89628415.67358398,3.5792309063253924e-06
339
+ 60527,253868638208,1.3296729278564454,351113.0102624893,89884930.62719727,3.523180339470855e-06
340
+ 60722,254686527488,1.3247062921524049,352223.993083477,90169342.22937012,3.4607239740580553e-06
341
+ 60912,255483445248,1.3295652437210084,353305.0917544365,90446103.48913574,3.3998690014414024e-06
342
+ 61087,256217448448,1.328812642097473,354320.11256837845,90705948.81750488,3.343818434586865e-06
343
+ 61242,256867565568,1.3304974746704101,355217.3837842941,90935650.2487793,3.2941736662905896e-06
344
+ 61392,257496711168,1.3272917699813842,356080.3148570061,91156560.60339355,3.246130290790461e-06
345
+ 61572,258251685888,1.3270298862457275,357123.26646471024,91423556.21496582,3.188478331139777e-06
346
+ 61772,259090546688,1.3296906757354736,358287.5037946701,91721600.97143555,3.124420345557155e-06
347
+ 61927,259740663808,1.3242857122421265,359193.89307641983,91953636.62756348,3.07477557726088e-06
348
+ 62107,260495638528,1.3285946607589723,360234.82372903824,92220114.87463379,3.0171236176101957e-06
349
+ 62267,261166727168,1.3248523378372192,361162.80786180496,92457678.81262207,2.9658772291440982e-06
350
+ 62472,262026559488,1.3263866662979127,362343.1249680519,92759839.99182129,2.9002180781390052e-06
351
+ 62647,262760562688,1.3261404514312745,363351.9134941101,93018089.85449219,2.8441675112844678e-06
352
+ 62872,263704281088,1.321299777030945,364641.08941936493,93348118.89135742,2.772102334347437e-06
353
+ 63047,264438284288,1.3267273855209352,365655.295337677,93607755.60644531,2.7160517674928997e-06
354
+ 63212,265130344448,1.3244940423965454,366610.4590907097,93852277.52722168,2.6632039862306556e-06
355
+ 63407,265948233728,1.3262161684036256,367700.83309316635,94131413.27185059,2.600747620817856e-06
356
+ 63617,266829037568,1.3248764419555663,368911.97025442123,94441464.38513184,2.5334870770166162e-06
357
+ 63832,267730812928,1.3268691492080689,370152.4509444237,94759027.44177246,2.4646249130455544e-06
358
+ 64037,268590645248,1.3283915615081787,371325.0598874092,95059215.33117676,2.398965534666786e-06
359
+ 64222,269366591488,1.3212051868438721,372386.06273794174,95330832.06091309,2.3397119548462797e-06
360
+ 64367,269974765568,1.3313709926605224,373232.21202516556,95547446.27844238,2.2932701995159732e-06
361
+ 64572,270834597888,1.327059998512268,374412.2878732681,95849545.69555664,2.2276108211372048e-06
362
+ 64757,271610544128,1.323917670249939,375467.4952187538,96119678.77600098,2.168357468690374e-06
363
+ 64947,272407461888,1.326540994644165,376556.83356428146,96398549.39245605,2.107502496073721e-06
364
+ 65127,273162436608,1.3246781539916992,377598.6819257736,96665262.57299805,2.0498503090493614e-06
365
+ 65267,273749639168,1.3264691066741943,378415.867313385,96874462.03222656,2.0050099465152016e-06
366
+ 65467,274588499968,1.3269919776916503,379582.8963341713,97173221.46154785,1.9409521883062553e-06
367
+ 65642,275322503168,1.322724928855896,380597.0192422867,97432836.92602539,1.88490150776488e-06
368
+ 65842,276161363968,1.3258914279937744,381754.6901717186,97729200.68395996,1.820843635869096e-06
369
+ 66007,276853424128,1.3248342561721802,382731.04208374023,97979146.7734375,1.7679959682936897e-06
370
+ 66202,277671313408,1.3253880691528321,383857.67478609085,98267564.74523926,1.70553960288089e-06
371
+ 66362,278342402048,1.3250559854507447,384802.492667675,98509438.1229248,1.6542933281016303e-06
372
+ 66557,279160291328,1.3227020692825318,385937.7342119217,98800059.95825195,1.5918369626888307e-06
373
+ 66737,279915266048,1.3211600637435914,386987.26461076736,99068739.74035645,1.5341848893513088e-06
374
+ 66932,280733155328,1.3272408962249755,388126.11285352707,99360284.89050293,1.4717285239385092e-06
375
+ 67087,281383272448,1.3233502721786499,389012.4379172325,99587184.10681152,1.4220837556422339e-06
376
+ 67302,282285047808,1.3236855697631835,390271.3845386505,99909474.44189453,1.353221591671172e-06
377
+ 67477,283019051008,1.3196679830551148,391285.35818481445,100169051.6953125,1.2971709111297969e-06
378
+ 67647,283732082688,1.3203702402114867,392282.5343027115,100424328.78149414,1.2427218507582438e-06
379
+ 67842,284549971968,1.3208714485168458,393408.6663594246,100712618.5880127,1.1802653716586065e-06
380
+ 68037,285367861248,1.3229135465621948,394538.8236608505,101001938.85717773,1.1178090062458068e-06
381
+ 68202,286059921408,1.317714476585388,395486.60535001755,101244570.96960449,1.0649613386704004e-06
382
+ 68347,286668095488,1.3205204486846924,396321.57452249527,101458323.07775879,1.0185194696532562e-06
383
+ 68522,287402098688,1.3207948637008666,397343.019241333,101719812.92578125,9.62468789111881e-07
384
+ 68687,288094158848,1.3249228811264038,398305.1668729782,101966122.71948242,9.096211215364747e-07
385
+ 68897,288974962688,1.3190384960174562,399513.57464694977,102275475.10961914,8.423604072049784e-07
386
+ 69067,289687994368,1.3184908819198609,400487.8582754135,102524891.71850586,7.879112331465876e-07
387
+ 69287,290610741248,1.3243039321899415,401748.31981801987,102847569.87341309,7.174476195359603e-07
388
+ 69457,291323772928,1.3190390014648437,402738.2859482765,103101001.20275879,6.629985023209883e-07
389
+ 69637,292078747648,1.3212045764923095,403768.1482281685,103364645.94641113,6.053464289834665e-07
390
+ 69817,292833722368,1.3223255777359009,404804.9435606003,103630065.55151367,5.476944124893635e-07
391
+ 69982,293525782528,1.3207330703735352,405754.36261320114,103873116.82897949,4.948466880705382e-07
392
+ 70162,294280757248,1.3198622465133667,406790.1562561989,104138280.00158691,4.371946431547258e-07
393
+ 70342,295035731968,1.3208211803436278,407816.5176000595,104401028.50561523,3.7954262666062277e-07
394
+ 70547,295895564288,1.3187298393249511,408997.51214170456,104703363.10827637,3.138833335469826e-07
395
+ 70757,296776368128,1.3250323057174682,410211.3675084114,105014110.08215332,2.4662261921548634e-07
396
+ 70937,297531342848,1.3188410711288452,411251.1199917793,105280286.71789551,1.8897058851052861e-07
397
+ 71192,298600890368,1.3218926286697388,412726.6224923134,105658015.35803223,1.0729685584465187e-07
398
+ 71337,299209064448,1.319563488960266,413563.7612786293,105872322.8873291,6.085493708951617e-08
399
+ 71522,299985010688,1.3239364194869996,414653.7184562683,106151351.92480469,1.6014456427626556e-09
metadata/training_logs/ConvergenceCurve_phase4-context-extension-32k.csv ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ training_steps,training_tokens,training_loss,walltime,gputime,learning_rate
2
+ 91,381681664,1.705876648426056,349.417592048645,178901.80712890625,1.0371736607339699e-05
3
+ 216,905969664,1.3897495508193969,832.8181312084198,426402.88317871094,2.2908907340024598e-05
4
+ 341,1430257664,1.3739526987075805,1318.5057065486908,675074.9217529297,2.2900934709468856e-05
5
+ 466,1954545664,1.3832926273345947,1805.5603597164154,924446.9041748047,2.2880112737766467e-05
6
+ 591,2478833664,1.3864504384994507,2294.4699738025665,1174768.626586914,2.2846465071779676e-05
7
+ 716,3003121664,1.3858818292617798,2784.9419543743134,1425890.2806396484,2.2800028091296554e-05
8
+ 841,3527409664,1.3914724779129028,3264.606221675873,1671478.3854980469,2.2740854547009803e-05
9
+ 966,4051697664,1.3931560230255127,3746.0561714172363,1917980.759765625,2.2669011741527356e-05
10
+ 1091,4575985664,1.3886774349212647,4224.053797483444,2162715.5443115234,2.2584577891393565e-05
11
+ 1216,5100273664,1.382537717819214,4707.173058748245,2410072.6060791016,2.248765122203622e-05
12
+ 1341,5624561664,1.3739740705490113,5187.4164662361145,2655957.2307128906,2.237833723484073e-05
13
+ 1466,6148849664,1.3830442571640014,5670.519166946411,2903305.8134765625,2.2256761440075934e-05
14
+ 1591,6673137664,1.3852701997756958,6152.999006271362,3150335.4912109375,2.21230584429577e-05
15
+ 1716,7197425664,1.386291127204895,6642.058992147446,3400734.203979492,2.197737921960652e-05
16
+ 1841,7721713664,1.3890380668640137,7120.562220573425,3645727.8569335938,2.181988747906871e-05
17
+ 1966,8246001664,1.3930994033813477,7602.080244779587,3892265.0853271484,2.1650757844327018e-05
18
+ 2091,8770289664,1.3860662460327149,8087.039831638336,4140564.393798828,2.1470183128258213e-05
19
+ 2216,9294577664,1.3901223468780517,8576.771399736404,4391306.956665039,2.1278365238686092e-05
20
+ 2341,9818865664,1.3740155982971192,9059.70199084282,4638567.419311523,2.1075518816360272e-05
21
+ 2466,10343153664,1.3859577751159669,9559.923065662384,4894680.609619141,2.0861871234956197e-05
22
+ 2591,10867441664,1.3812617683410644,10046.367039442062,5143739.924194336,2.063766442006454e-05
23
+ 2716,11391729664,1.3804499912261963,10535.779034852982,5394318.865844727,2.0403147573233582e-05
24
+ 2841,11916017664,1.384134612083435,11017.524654626846,5640972.623168945,2.015858444792684e-05
25
+ 2966,12440305664,1.397765965461731,11485.786287546158,5880722.579223633,1.9904251530533656e-05
26
+ 3091,12964593664,1.388447904586792,11955.793720245361,6121366.384765625,1.964043258340098e-05
27
+ 3216,13488881664,1.3898451328277588,12451.093034505844,6374959.633666992,1.936742410180159e-05
28
+ 3341,14013169664,1.3765104770660401,12931.488008260727,6620921.860229492,1.908553167595528e-05
29
+ 3466,14537457664,1.3819945049285889,13421.37786245346,6871745.465576172,1.8795073629007675e-05
30
+ 3591,15061745664,1.3872785711288451,13903.579456567764,7118632.681762695,1.8496373741072603e-05
31
+ 3716,15586033664,1.3836394453048706,14392.38246178627,7368899.82043457,1.8189770344179124e-05
32
+ 3841,16110321664,1.3756385660171508,14880.113869667053,7618618.301269531,1.7875605408335105e-05
33
+ 3966,16634609664,1.3765320539474488,15363.77294754982,7866251.749145508,1.7554231817484833e-05
34
+ 4091,17158897664,1.3764560317993164,15841.730751752853,8110966.144897461,1.7226009731530212e-05
35
+ 4216,17683185664,1.382050995826721,16318.189003229141,8354912.76965332,1.6891310224309564e-05
36
+ 4341,18207473664,1.3691874313354493,16799.251779079437,8601216.910888672,1.6550506188650616e-05
37
+ 4466,18731761664,1.373625202178955,17280.20972585678,8847467.379638672,1.620398325030692e-05
38
+ 4591,19256049664,1.3770133256912231,17751.82107067108,9088932.388183594,1.5852127035032026e-05
39
+ 4716,19780337664,1.373738374710083,18241.69244503975,9339746.531860352,1.549533408251591e-05
40
+ 4841,20304625664,1.3801136875152589,18729.366693258286,9589435.746948242,1.5134005479922052e-05
41
+ 4966,20828913664,1.3735867881774901,19202.151559352875,9831501.598388672,1.4768545952392742e-05
42
+ 5091,21353201664,1.3708916187286377,19678.468351125717,10075375.795776367,1.4399365682038479e-05
43
+ 5216,21877489664,1.3585072612762452,20166.363731384277,10325178.23046875,1.4026880307937972e-05
44
+ 5341,22401777664,1.3708581686019898,20646.85131764412,10571187.874633789,1.3651506378664635e-05
45
+ 5466,22926065664,1.3721266412734985,21129.20548892021,10818153.210327148,1.3273666809254792e-05
46
+ 5591,23450353664,1.3749419021606446,21609.75633239746,11064195.2421875,1.2893784514744766e-05
47
+ 5716,23974641664,1.3759718179702758,22099.91101717949,11315154.440795898,1.2512286957644392e-05
48
+ 5841,24498929664,1.3701322412490844,22587.00215792656,11564545.104858398,1.2129601600463502e-05
49
+ 5966,25023217664,1.3589839601516724,23068.37870335579,11811009.896118164,1.1746158634196036e-05
50
+ 6091,25547505664,1.3674912643432617,23564.337091207504,12064940.590698242,1.136238824983593e-05
51
+ 6216,26071793664,1.3616641139984131,24060.992257356644,12319228.035766602,1.0978721547871828e-05
52
+ 6341,26596081664,1.3673647165298461,24553.457004785538,12571369.986450195,1.0595587809802964e-05
53
+ 6466,27120369664,1.3683636331558227,25043.20528125763,12822121.104003906,1.0213419045612682e-05
54
+ 6591,27644657664,1.3685188150405885,25522.376963853836,13067457.005493164,9.832643627305515e-06
55
+ 6716,28168945664,1.3669057893753052,26007.466133594513,13315822.66040039,9.453689017391298e-06
56
+ 6841,28693233664,1.3573708486557008,26490.140152931213,13562951.758300781,9.076979949895758e-06
57
+ 6966,29217521664,1.3678750085830689,26974.407760858536,13810896.77355957,8.702940249349922e-06
58
+ 7091,29741809664,1.3570352029800414,27459.788273334503,14059411.595947266,8.331989192811307e-06
59
+ 7216,30266097664,1.362500047683716,27948.002388238907,14309377.22277832,7.964544238348026e-06
60
+ 7341,30790385664,1.3568921756744385,28434.61261844635,14558521.660644531,7.60101602281793e-06
61
+ 7466,31314673664,1.3600246238708495,28930.43299293518,14812381.692382812,7.241814273584168e-06
62
+ 7591,31838961664,1.3630630922317506,29420.152116775513,15063117.883789062,6.887341442052275e-06
63
+ 7716,32363249664,1.3645733547210694,29905.080822467804,15311401.381103516,6.537995886901626e-06
64
+ 7841,32887537664,1.3608429622650147,30395.29596066475,15562391.531860352,6.194169600348687e-06
65
+ 7966,33411825664,1.3538905429840087,30882.7067861557,15811945.874511719,5.856248662894359e-06
66
+ 8091,33936113664,1.357135763168335,31372.948741674423,16062949.755737305,5.524611879081931e-06
67
+ 8216,34460401664,1.356378779411316,31884.885987997055,16325061.625854492,5.19963214173913e-06
68
+ 8341,34984689664,1.357187376022339,32370.82417345047,16573861.97680664,4.881674612988718e-06
69
+ 8466,35508977664,1.35336323261261,32855.67463135719,16822105.411254883,4.571094905259088e-06
70
+ 8591,36033265664,1.355205135345459,33346.159249305725,17073233.53564453,4.268243174010422e-06
71
+ 8716,36557553664,1.358914623260498,33827.9269824028,17319898.614990234,3.9734582060191315e-06
72
+ 8841,37081841664,1.362475266456604,34321.028290748596,17572366.48486328,3.6870717394776875e-06
73
+ 8966,37606129664,1.3590269899368286,34796.32628655434,17815719.05871582,3.409404826015816e-06
74
+ 9091,38130417664,1.3527347040176392,35277.81164979935,18062239.564697266,3.14076919494255e-06
75
+ 9216,38654705664,1.3541545391082763,35762.953654289246,18310632.270996094,2.8814667984988773e-06
76
+ 9341,39178993664,1.351501841545105,36248.5650036335,18559265.28186035,2.631788220242015e-06
77
+ 9466,39703281664,1.35175705909729,36739.43635678291,18810591.41467285,2.3920142666611355e-06
78
+ 9591,40227569664,1.3450146627426147,37227.1895442009,19060321.04663086,2.1624136934406124e-06
79
+ 9716,40751857664,1.34777916431427,37715.7041785717,19310440.53942871,1.9432443423283985e-06
80
+ 9841,41276145664,1.3524326610565185,38211.86196422577,19564473.325683594,1.734752345328161e-06
81
+ 9966,41800433664,1.345165228843689,38683.90825486183,19806161.026489258,1.5371716699519311e-06
82
+ 10091,42324721664,1.3548077869415283,39168.04429388046,20054038.678466797,1.3507242329069413e-06
83
+ 10216,42849009664,1.3514936256408692,39660.411581754684,20306130.7298584,1.1756192179745995e-06
84
+ 10341,43373297664,1.3460756397247315,40151.08649110794,20557356.283447266,1.0120531896973262e-06
85
+ 10466,43897585664,1.3461112928390504,40633.303092479706,20804251.18334961,8.602099228482984e-07
86
+ 10591,44421873664,1.3597946453094483,41123.430518865585,21055196.42565918,7.202597203104233e-07
87
+ 10716,44946161664,1.3555755615234375,41606.695585012436,21302628.139526367,5.923597541368508e-07
88
+ 10841,45470449664,1.3505602884292602,42100.69473004341,21555555.701782227,4.7665361080362345e-07
89
+ 10966,45994737664,1.3511819410324097,42579.13560962677,21800517.432128906,3.732711491011287e-07
90
+ 11091,46519025664,1.3547854137420654,43062.60950422287,22048056.06616211,2.8232847171238973e-07
91
+ 11216,47043313664,1.3471012353897094,43556.501729249954,22300928.885375977,2.0392761257426173e-07
92
+ 11341,47567601664,1.3546306133270263,44040.74517941475,22548861.53186035,1.3815662214256008e-07
93
+ 11466,48091889664,1.347469425201416,44528.56511092186,22798625.336791992,8.50893187021029e-08
94
+ 11591,48616177664,1.351351170539856,45005.3742287159,23042751.60510254,4.478528481399735e-08
95
+ 11716,49140465664,1.3564130067825317,45486.778151750565,23289230.41369629,1.7289766063299794e-08
96
+ 11841,49664753664,1.3507808351516724,45969.55499148369,23536412.15563965,2.6336253178271818e-09
97
+ 11916,49979326464,1.3504765431086223,46256.48653841019,23683321.107666016,1.0287991812629738e-11
metadata/training_logs/ConvergenceCurve_phase5-context-extension-131k.csv ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ training_steps,training_tokens,training_loss,walltime,gputime,learning_rate
2
+ 125,524288000,1.3418247509002685,931.8152546882629,477089.4104003906,1.424689071427565e-05
3
+ 250,1048576000,1.3494457769393922,1892.8055691719055,969116.4514160156,2.2908012397238053e-05
4
+ 375,1572864000,1.3450150632858275,2841.477949619293,1454836.7102050781,2.2896543669048697e-05
5
+ 500,2097152000,1.3463186407089234,3801.364312171936,1946298.5278320312,2.28722292376915e-05
6
+ 625,2621440000,1.357196674346924,4742.318592071533,2428067.119140625,2.2835098206996918e-05
7
+ 750,3145728000,1.3642438173294067,5690.46168088913,2913516.3806152344,2.278519059473183e-05
8
+ 875,3670016000,1.3604784631729125,6645.177431106567,3402330.8447265625,2.272256460855715e-05
9
+ 1000,4194304000,1.350071816444397,7589.283299446106,3885713.0493164062,2.2647287551080808e-05
10
+ 1125,4718592000,1.359410786628723,8539.165923595428,4372052.952880859,2.2559446733794175e-05
11
+ 1250,5242880000,1.367375102043152,9474.964418411255,4851181.7822265625,2.245913856313564e-05
12
+ 1375,5767168000,1.3527356910705566,10430.55284500122,5340443.056640625,2.2346477635437623e-05
13
+ 1500,6291456000,1.350779275894165,11383.854374885559,5828533.439941406,2.222158946096897e-05
14
+ 1625,6815744000,1.3523637342453003,12330.729007720947,6313333.251953125,2.2084612282924354e-05
15
+ 1750,7340032000,1.3702508544921874,13284.42476272583,6801625.478515625,2.193570435338188e-05
16
+ 1875,7864320000,1.3592170333862306,14231.939177513123,7286752.858886719,2.1775029381387867e-05
17
+ 2000,8388608000,1.375773310661316,15178.148682117462,7771212.125244141,2.1602767446893267e-05
18
+ 2125,8912896000,1.355927152633667,16116.971938610077,8251889.632568359,2.141911318176426e-05
19
+ 2250,9437184000,1.3739105558395386,17064.795393943787,8737175.241699219,2.122427395079285e-05
20
+ 2375,9961472000,1.3521932220458985,18012.379891872406,9222338.504638672,2.1018466213718057e-05
21
+ 2500,10485760000,1.3504028701782227,18967.846796512604,9711537.559814453,2.0801922801183537e-05
22
+ 2625,11010048000,1.362982177734375,19911.94496870041,10194915.82397461,2.057488563877996e-05
23
+ 2750,11534336000,1.3546034097671509,20865.127074718475,10682945.06225586,2.0337609385023825e-05
24
+ 2875,12058624000,1.3497952461242675,21813.99649620056,11168766.206054688,2.009036143135745e-05
25
+ 3000,12582912000,1.349095754623413,22763.452064990997,11654887.45727539,1.983342008315958e-05
26
+ 3046,12775849984,1.3463608264923095,23145.171978473663,11850328.052978516,1.973648068087641e-05
27
+ 3171,13300137984,1.3599746942520141,24092.784764766693,12335505.799560547,1.9466746380203404e-05
28
+ 3296,13824425984,1.3763371849060058,25021.107606887817,12810807.094726562,1.9188015357940458e-05
29
+ 3421,14348713984,1.3610063695907593,25969.015357494354,13296135.86303711,1.890060411824379e-05
30
+ 3546,14873001984,1.3589703798294068,26897.04850435257,13771288.834228516,1.860483462223783e-05
31
+ 3671,15397289984,1.3462161684036256,27841.132175922394,14254659.674072266,1.830103610700462e-05
32
+ 3796,15921577984,1.3638871717453003,28781.747272014618,14736254.603271484,1.798955418053083e-05
33
+ 3921,16445865984,1.3659167861938477,29728.183631896973,15220830.01953125,1.767073445080314e-05
34
+ 4046,16970153984,1.3543964910507202,30663.842606544495,15699887.414550781,1.734493525873404e-05
35
+ 4171,17494441984,1.3538448762893678,31585.340785980225,16171694.482421875,1.7012525859172456e-05
36
+ 4296,18018729984,1.3664672470092774,32533.905737400055,16657359.737548828,1.6673875506967306e-05
37
+ 4421,18543017984,1.3337582159042358,33466.050419807434,17134617.814941406,1.6329366189893335e-05
38
+ 4546,19067305984,1.3535391807556152,34392.57918596268,17609000.54321289,1.5979385352693498e-05
39
+ 4671,19591593984,1.3478158473968507,35334.314131736755,18091168.83544922,1.5624324078089558e-05
40
+ 4796,20115881984,1.353451647758484,36272.28346824646,18571409.135742188,1.526458072476089e-05
41
+ 4921,20640169984,1.3361215162277222,37208.85023355484,19050931.319580078,1.4900561836839188e-05
42
+ 5046,21164457984,1.3517218732833862,38133.61739397049,19524412.10571289,1.4532673048961442e-05
43
+ 5171,21688745984,1.355444827079773,39076.93432569504,20007390.37475586,1.4161330000206362e-05
44
+ 5296,22213033984,1.3552981281280518,40017.45046854019,20488934.639892578,1.3786947420157958e-05
45
+ 5421,22737321984,1.3426275634765625,40962.5593829155,20972830.404052734,1.3409946404863149e-05
46
+ 5546,23261609984,1.3578113174438478,41901.87567472458,21453760.345458984,1.3030750778852962e-05
47
+ 5671,23785897984,1.3435347986221313,42839.63329076767,21933892.244873047,1.2649785276153125e-05
48
+ 5796,24310185984,1.3542452430725098,43775.769159793854,22413193.809814453,1.2267478268768173e-05
49
+ 5921,24834473984,1.3246106481552125,44706.83588504791,22889899.97314453,1.188425812870264e-05
50
+ 6046,25358761984,1.3361506652832031,45649.95430231094,23372776.602783203,1.1500555956445169e-05
51
+ 6171,25883049984,1.3631443643569947,46588.49558591843,23853309.739990234,1.1116801942989696e-05
52
+ 6296,26407337984,1.3622448348999023,47526.081244945526,24333353.59741211,1.0733427188824862e-05
53
+ 6421,26931625984,1.3260996294021608,48466.43445968628,24814814.443359375,1.0350861884944607e-05
54
+ 6546,27455913984,1.3378325510025024,49397.44676113129,25291492.74169922,9.969535312848166e-06
55
+ 6671,27980201984,1.3243994665145875,50339.94748592377,25774053.11279297,9.589875844540074e-06
56
+ 6796,28504489984,1.3497977590560912,51262.73466348648,26246520.147705078,9.212310033035465e-06
57
+ 6921,29028777984,1.3282609605789184,52207.10548400879,26730038.0078125,8.83726079337066e-06
58
+ 7046,29553065984,1.3322417497634889,53140.394983291626,27207882.231445312,8.465149221592583e-06
59
+ 7171,30077353984,1.3372080469131469,54082.02884435654,27689998.768310547,8.096394594758749e-06
60
+ 7296,30601641984,1.3316910409927367,55022.170560359955,28171351.326904297,7.731408913969062e-06
61
+ 7421,31125929984,1.3499228382110595,55957.524094581604,28650252.33642578,7.370603270828724e-06
62
+ 7546,31650217984,1.334327540397644,56884.41381931305,29124819.87548828,7.014381935732672e-06
63
+ 7671,32174505984,1.326025242805481,57829.13219690323,29608515.684814453,6.663145086349687e-06
64
+ 7796,32698793984,1.3477921724319457,58760.65451145172,30085455.10986328,6.317286988632986e-06
65
+ 7921,33223081984,1.3305214691162108,59694.21422958374,30563437.685546875,5.977195996820228e-06
66
+ 8046,33747369984,1.33052716255188,60627.17547893524,31041113.845214844,5.643253643938806e-06
67
+ 8171,34271657984,1.341693778038025,61568.85575532913,31523254.146728516,5.315835096553201e-06
68
+ 8296,34795945984,1.3412931156158447,62498.83219957352,31999402.08618164,4.995307790522929e-06
69
+ 8421,35320233984,1.3353554916381836,63425.036759376526,32473618.82080078,4.682031431002542e-06
70
+ 8546,35844521984,1.329939103126526,64355.69224357605,32950114.428710938,4.376357992441626e-06
71
+ 8671,36368809984,1.333136568069458,65297.09375858307,33432112.00439453,4.078630354342749e-06
72
+ 8796,36893097984,1.3331001377105713,66226.41993284225,33907927.005615234,3.7891829833824886e-06
73
+ 8921,37417385984,1.3310446119308472,67165.35197019577,34388660.208740234,3.508340569169377e-06
74
+ 9046,37941673984,1.336583514213562,68108.11698198318,34871355.89477539,3.2364184789912542e-06
75
+ 9171,38465961984,1.324005627632141,69037.88452148438,35347396.875,2.9737220756942406e-06
76
+ 9296,38990249984,1.3519883394241332,69982.61614084244,35831099.46411133,2.7205460355617106e-06
77
+ 9421,39514537984,1.3276349020004272,70917.0075082779,36309507.84423828,2.4771748030616436e-06
78
+ 9546,40038825984,1.336574878692627,71853.87295722961,36789182.95410156,2.243881453978247e-06
79
+ 9671,40563113984,1.3190159940719604,72783.2350897789,37265016.3659668,2.0209279227856314e-06
80
+ 9796,41087401984,1.337507767677307,73709.91152763367,37739474.70214844,1.808564434213622e-06
81
+ 9921,41611689984,1.3189802169799805,74631.14792108536,38211147.7355957,1.6070295032477588e-06
82
+ 10046,42135977984,1.3195102834701538,75562.1107006073,38687800.67871094,1.4165493666951079e-06
83
+ 10171,42660265984,1.3336253833770753,76506.02549314499,39171085.052490234,1.237337642123748e-06
84
+ 10296,43184553984,1.3461341094970702,77471.05675697327,39665181.05957031,1.0695957826101221e-06
85
+ 10421,43708841984,1.3408458995819093,78418.21376562119,40150125.44799805,9.13512053557497e-07
86
+ 10546,44233129984,1.324405198097229,79354.13931846619,40629319.33105469,7.69261532695964e-07
87
+ 10671,44757417984,1.3204831790924072,80294.47205543518,41110769.69238281,6.370062237692764e-07
88
+ 10796,45281705984,1.329838457107544,81225.9842967987,41587703.95996094,5.168946586309175e-07
89
+ 10921,45805993984,1.3304166746139527,82172.30509757996,42072220.20996094,4.0906155618358753e-07
90
+ 11046,46330281984,1.330317463874817,83097.30528354645,42545820.30517578,3.136280497528787e-07
91
+ 11171,46854569984,1.3396130466461182,84041.39386415482,43029193.658447266,2.3070124655077962e-07
92
+ 11296,47378857984,1.3372651576995849,84988.65896463394,43514193.38989258,1.603742560973842e-07
93
+ 11421,47903145984,1.3238491821289062,85924.85509634018,43993525.80932617,1.0272601969063544e-07
94
+ 11546,48427433984,1.3198965358734132,86849.85299825668,44467124.73510742,5.782125001019267e-08
95
+ 11671,48951721984,1.3250528430938722,87793.58383893967,44950314.92553711,2.5710360063158078e-08
96
+ 11796,49476009984,1.334643521308899,88735.2750492096,45432460.82519531,6.42939435024914e-09
97
+ 11916,49979326464,1.3240145593881607,89640.23823976517,45895801.978759766,1.0287991812629738e-11
model-00001-of-00010.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f1006fe08051c6d67b5f7906e37c17385a2383404da9bcf4e2947f0a5973b96
3
+ size 4995567592
model-00002-of-00010.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:836f908db706f9e8c1eef2112604c501727f9ebd6501cf76d6db14796c9852f4
3
+ size 4781707896
model-00003-of-00010.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d254e78d617775573e0393d71dba6d66d6771f1069d5d31a77efd195b50c1d4c
3
+ size 4957918768
model-00004-of-00010.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37ea8e806780cfe9a6c195a4402fac435881438e80e7c4a1ab99893bd7bc464e
3
+ size 4781707944
model-00005-of-00010.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24b7b72623b77058ba97fe05d6f11a54c8523b40ec8ca2268a1ffd50314ff2f1
3
+ size 4957918800
model-00006-of-00010.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa4fc1c7d010831ddaaf9dbc277bff70068b02b613b6195af384840bf74797b0
3
+ size 4781707944
model-00007-of-00010.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c5322535caae3a42c902bfdbc2f941475974f940bb374d71bf19f66b30b1031
3
+ size 4957918800
model-00008-of-00010.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6024dafd16a6b7eea7f68a3f5b6e87b3df14b68caa5eb5b34327432956af9f45
3
+ size 4781707944
model-00009-of-00010.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed9d24d5cedde87067036129826a53deeaba5460a375e4675316144e32945b36
3
+ size 4957918800
model-00010-of-00010.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8a4647a5ce8989e2eb451caeacf88e06a4da0dd5c9e2db524d864fd533bab0a
3
+ size 2478908392
model.safetensors.index.json ADDED
@@ -0,0 +1,411 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "metadata": {
3
+ "total_size": 46432935936
4
+ },
5
+ "weight_map": {
6
+ "lm_head.weight": "model-00010-of-00010.safetensors",
7
+ "model.embed_tokens.weight": "model-00001-of-00010.safetensors",
8
+ "model.layers.0.input_layernorm.bias": "model-00001-of-00010.safetensors",
9
+ "model.layers.0.input_layernorm.weight": "model-00001-of-00010.safetensors",
10
+ "model.layers.0.mlp.down_proj.weight": "model-00001-of-00010.safetensors",
11
+ "model.layers.0.mlp.up_proj.weight": "model-00001-of-00010.safetensors",
12
+ "model.layers.0.post_attention_layernorm.bias": "model-00001-of-00010.safetensors",
13
+ "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00010.safetensors",
14
+ "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00010.safetensors",
15
+ "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00010.safetensors",
16
+ "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00010.safetensors",
17
+ "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00010.safetensors",
18
+ "model.layers.1.input_layernorm.bias": "model-00001-of-00010.safetensors",
19
+ "model.layers.1.input_layernorm.weight": "model-00001-of-00010.safetensors",
20
+ "model.layers.1.mlp.down_proj.weight": "model-00001-of-00010.safetensors",
21
+ "model.layers.1.mlp.up_proj.weight": "model-00001-of-00010.safetensors",
22
+ "model.layers.1.post_attention_layernorm.bias": "model-00001-of-00010.safetensors",
23
+ "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00010.safetensors",
24
+ "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00010.safetensors",
25
+ "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00010.safetensors",
26
+ "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00010.safetensors",
27
+ "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00010.safetensors",
28
+ "model.layers.10.input_layernorm.bias": "model-00003-of-00010.safetensors",
29
+ "model.layers.10.input_layernorm.weight": "model-00003-of-00010.safetensors",
30
+ "model.layers.10.mlp.down_proj.weight": "model-00003-of-00010.safetensors",
31
+ "model.layers.10.mlp.up_proj.weight": "model-00003-of-00010.safetensors",
32
+ "model.layers.10.post_attention_layernorm.bias": "model-00003-of-00010.safetensors",
33
+ "model.layers.10.post_attention_layernorm.weight": "model-00003-of-00010.safetensors",
34
+ "model.layers.10.self_attn.k_proj.weight": "model-00003-of-00010.safetensors",
35
+ "model.layers.10.self_attn.o_proj.weight": "model-00003-of-00010.safetensors",
36
+ "model.layers.10.self_attn.q_proj.weight": "model-00003-of-00010.safetensors",
37
+ "model.layers.10.self_attn.v_proj.weight": "model-00003-of-00010.safetensors",
38
+ "model.layers.11.input_layernorm.bias": "model-00003-of-00010.safetensors",
39
+ "model.layers.11.input_layernorm.weight": "model-00003-of-00010.safetensors",
40
+ "model.layers.11.mlp.down_proj.weight": "model-00003-of-00010.safetensors",
41
+ "model.layers.11.mlp.up_proj.weight": "model-00003-of-00010.safetensors",
42
+ "model.layers.11.post_attention_layernorm.bias": "model-00003-of-00010.safetensors",
43
+ "model.layers.11.post_attention_layernorm.weight": "model-00003-of-00010.safetensors",
44
+ "model.layers.11.self_attn.k_proj.weight": "model-00003-of-00010.safetensors",
45
+ "model.layers.11.self_attn.o_proj.weight": "model-00003-of-00010.safetensors",
46
+ "model.layers.11.self_attn.q_proj.weight": "model-00003-of-00010.safetensors",
47
+ "model.layers.11.self_attn.v_proj.weight": "model-00003-of-00010.safetensors",
48
+ "model.layers.12.input_layernorm.bias": "model-00004-of-00010.safetensors",
49
+ "model.layers.12.input_layernorm.weight": "model-00004-of-00010.safetensors",
50
+ "model.layers.12.mlp.down_proj.weight": "model-00004-of-00010.safetensors",
51
+ "model.layers.12.mlp.up_proj.weight": "model-00004-of-00010.safetensors",
52
+ "model.layers.12.post_attention_layernorm.bias": "model-00004-of-00010.safetensors",
53
+ "model.layers.12.post_attention_layernorm.weight": "model-00004-of-00010.safetensors",
54
+ "model.layers.12.self_attn.k_proj.weight": "model-00003-of-00010.safetensors",
55
+ "model.layers.12.self_attn.o_proj.weight": "model-00003-of-00010.safetensors",
56
+ "model.layers.12.self_attn.q_proj.weight": "model-00003-of-00010.safetensors",
57
+ "model.layers.12.self_attn.v_proj.weight": "model-00003-of-00010.safetensors",
58
+ "model.layers.13.input_layernorm.bias": "model-00004-of-00010.safetensors",
59
+ "model.layers.13.input_layernorm.weight": "model-00004-of-00010.safetensors",
60
+ "model.layers.13.mlp.down_proj.weight": "model-00004-of-00010.safetensors",
61
+ "model.layers.13.mlp.up_proj.weight": "model-00004-of-00010.safetensors",
62
+ "model.layers.13.post_attention_layernorm.bias": "model-00004-of-00010.safetensors",
63
+ "model.layers.13.post_attention_layernorm.weight": "model-00004-of-00010.safetensors",
64
+ "model.layers.13.self_attn.k_proj.weight": "model-00004-of-00010.safetensors",
65
+ "model.layers.13.self_attn.o_proj.weight": "model-00004-of-00010.safetensors",
66
+ "model.layers.13.self_attn.q_proj.weight": "model-00004-of-00010.safetensors",
67
+ "model.layers.13.self_attn.v_proj.weight": "model-00004-of-00010.safetensors",
68
+ "model.layers.14.input_layernorm.bias": "model-00004-of-00010.safetensors",
69
+ "model.layers.14.input_layernorm.weight": "model-00004-of-00010.safetensors",
70
+ "model.layers.14.mlp.down_proj.weight": "model-00004-of-00010.safetensors",
71
+ "model.layers.14.mlp.up_proj.weight": "model-00004-of-00010.safetensors",
72
+ "model.layers.14.post_attention_layernorm.bias": "model-00004-of-00010.safetensors",
73
+ "model.layers.14.post_attention_layernorm.weight": "model-00004-of-00010.safetensors",
74
+ "model.layers.14.self_attn.k_proj.weight": "model-00004-of-00010.safetensors",
75
+ "model.layers.14.self_attn.o_proj.weight": "model-00004-of-00010.safetensors",
76
+ "model.layers.14.self_attn.q_proj.weight": "model-00004-of-00010.safetensors",
77
+ "model.layers.14.self_attn.v_proj.weight": "model-00004-of-00010.safetensors",
78
+ "model.layers.15.input_layernorm.bias": "model-00004-of-00010.safetensors",
79
+ "model.layers.15.input_layernorm.weight": "model-00004-of-00010.safetensors",
80
+ "model.layers.15.mlp.down_proj.weight": "model-00004-of-00010.safetensors",
81
+ "model.layers.15.mlp.up_proj.weight": "model-00004-of-00010.safetensors",
82
+ "model.layers.15.post_attention_layernorm.bias": "model-00004-of-00010.safetensors",
83
+ "model.layers.15.post_attention_layernorm.weight": "model-00004-of-00010.safetensors",
84
+ "model.layers.15.self_attn.k_proj.weight": "model-00004-of-00010.safetensors",
85
+ "model.layers.15.self_attn.o_proj.weight": "model-00004-of-00010.safetensors",
86
+ "model.layers.15.self_attn.q_proj.weight": "model-00004-of-00010.safetensors",
87
+ "model.layers.15.self_attn.v_proj.weight": "model-00004-of-00010.safetensors",
88
+ "model.layers.16.input_layernorm.bias": "model-00005-of-00010.safetensors",
89
+ "model.layers.16.input_layernorm.weight": "model-00005-of-00010.safetensors",
90
+ "model.layers.16.mlp.down_proj.weight": "model-00005-of-00010.safetensors",
91
+ "model.layers.16.mlp.up_proj.weight": "model-00004-of-00010.safetensors",
92
+ "model.layers.16.post_attention_layernorm.bias": "model-00005-of-00010.safetensors",
93
+ "model.layers.16.post_attention_layernorm.weight": "model-00005-of-00010.safetensors",
94
+ "model.layers.16.self_attn.k_proj.weight": "model-00004-of-00010.safetensors",
95
+ "model.layers.16.self_attn.o_proj.weight": "model-00004-of-00010.safetensors",
96
+ "model.layers.16.self_attn.q_proj.weight": "model-00004-of-00010.safetensors",
97
+ "model.layers.16.self_attn.v_proj.weight": "model-00004-of-00010.safetensors",
98
+ "model.layers.17.input_layernorm.bias": "model-00005-of-00010.safetensors",
99
+ "model.layers.17.input_layernorm.weight": "model-00005-of-00010.safetensors",
100
+ "model.layers.17.mlp.down_proj.weight": "model-00005-of-00010.safetensors",
101
+ "model.layers.17.mlp.up_proj.weight": "model-00005-of-00010.safetensors",
102
+ "model.layers.17.post_attention_layernorm.bias": "model-00005-of-00010.safetensors",
103
+ "model.layers.17.post_attention_layernorm.weight": "model-00005-of-00010.safetensors",
104
+ "model.layers.17.self_attn.k_proj.weight": "model-00005-of-00010.safetensors",
105
+ "model.layers.17.self_attn.o_proj.weight": "model-00005-of-00010.safetensors",
106
+ "model.layers.17.self_attn.q_proj.weight": "model-00005-of-00010.safetensors",
107
+ "model.layers.17.self_attn.v_proj.weight": "model-00005-of-00010.safetensors",
108
+ "model.layers.18.input_layernorm.bias": "model-00005-of-00010.safetensors",
109
+ "model.layers.18.input_layernorm.weight": "model-00005-of-00010.safetensors",
110
+ "model.layers.18.mlp.down_proj.weight": "model-00005-of-00010.safetensors",
111
+ "model.layers.18.mlp.up_proj.weight": "model-00005-of-00010.safetensors",
112
+ "model.layers.18.post_attention_layernorm.bias": "model-00005-of-00010.safetensors",
113
+ "model.layers.18.post_attention_layernorm.weight": "model-00005-of-00010.safetensors",
114
+ "model.layers.18.self_attn.k_proj.weight": "model-00005-of-00010.safetensors",
115
+ "model.layers.18.self_attn.o_proj.weight": "model-00005-of-00010.safetensors",
116
+ "model.layers.18.self_attn.q_proj.weight": "model-00005-of-00010.safetensors",
117
+ "model.layers.18.self_attn.v_proj.weight": "model-00005-of-00010.safetensors",
118
+ "model.layers.19.input_layernorm.bias": "model-00005-of-00010.safetensors",
119
+ "model.layers.19.input_layernorm.weight": "model-00005-of-00010.safetensors",
120
+ "model.layers.19.mlp.down_proj.weight": "model-00005-of-00010.safetensors",
121
+ "model.layers.19.mlp.up_proj.weight": "model-00005-of-00010.safetensors",
122
+ "model.layers.19.post_attention_layernorm.bias": "model-00005-of-00010.safetensors",
123
+ "model.layers.19.post_attention_layernorm.weight": "model-00005-of-00010.safetensors",
124
+ "model.layers.19.self_attn.k_proj.weight": "model-00005-of-00010.safetensors",
125
+ "model.layers.19.self_attn.o_proj.weight": "model-00005-of-00010.safetensors",
126
+ "model.layers.19.self_attn.q_proj.weight": "model-00005-of-00010.safetensors",
127
+ "model.layers.19.self_attn.v_proj.weight": "model-00005-of-00010.safetensors",
128
+ "model.layers.2.input_layernorm.bias": "model-00001-of-00010.safetensors",
129
+ "model.layers.2.input_layernorm.weight": "model-00001-of-00010.safetensors",
130
+ "model.layers.2.mlp.down_proj.weight": "model-00001-of-00010.safetensors",
131
+ "model.layers.2.mlp.up_proj.weight": "model-00001-of-00010.safetensors",
132
+ "model.layers.2.post_attention_layernorm.bias": "model-00001-of-00010.safetensors",
133
+ "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00010.safetensors",
134
+ "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00010.safetensors",
135
+ "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00010.safetensors",
136
+ "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00010.safetensors",
137
+ "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00010.safetensors",
138
+ "model.layers.20.input_layernorm.bias": "model-00005-of-00010.safetensors",
139
+ "model.layers.20.input_layernorm.weight": "model-00005-of-00010.safetensors",
140
+ "model.layers.20.mlp.down_proj.weight": "model-00005-of-00010.safetensors",
141
+ "model.layers.20.mlp.up_proj.weight": "model-00005-of-00010.safetensors",
142
+ "model.layers.20.post_attention_layernorm.bias": "model-00005-of-00010.safetensors",
143
+ "model.layers.20.post_attention_layernorm.weight": "model-00005-of-00010.safetensors",
144
+ "model.layers.20.self_attn.k_proj.weight": "model-00005-of-00010.safetensors",
145
+ "model.layers.20.self_attn.o_proj.weight": "model-00005-of-00010.safetensors",
146
+ "model.layers.20.self_attn.q_proj.weight": "model-00005-of-00010.safetensors",
147
+ "model.layers.20.self_attn.v_proj.weight": "model-00005-of-00010.safetensors",
148
+ "model.layers.21.input_layernorm.bias": "model-00006-of-00010.safetensors",
149
+ "model.layers.21.input_layernorm.weight": "model-00006-of-00010.safetensors",
150
+ "model.layers.21.mlp.down_proj.weight": "model-00006-of-00010.safetensors",
151
+ "model.layers.21.mlp.up_proj.weight": "model-00006-of-00010.safetensors",
152
+ "model.layers.21.post_attention_layernorm.bias": "model-00006-of-00010.safetensors",
153
+ "model.layers.21.post_attention_layernorm.weight": "model-00006-of-00010.safetensors",
154
+ "model.layers.21.self_attn.k_proj.weight": "model-00005-of-00010.safetensors",
155
+ "model.layers.21.self_attn.o_proj.weight": "model-00005-of-00010.safetensors",
156
+ "model.layers.21.self_attn.q_proj.weight": "model-00005-of-00010.safetensors",
157
+ "model.layers.21.self_attn.v_proj.weight": "model-00005-of-00010.safetensors",
158
+ "model.layers.22.input_layernorm.bias": "model-00006-of-00010.safetensors",
159
+ "model.layers.22.input_layernorm.weight": "model-00006-of-00010.safetensors",
160
+ "model.layers.22.mlp.down_proj.weight": "model-00006-of-00010.safetensors",
161
+ "model.layers.22.mlp.up_proj.weight": "model-00006-of-00010.safetensors",
162
+ "model.layers.22.post_attention_layernorm.bias": "model-00006-of-00010.safetensors",
163
+ "model.layers.22.post_attention_layernorm.weight": "model-00006-of-00010.safetensors",
164
+ "model.layers.22.self_attn.k_proj.weight": "model-00006-of-00010.safetensors",
165
+ "model.layers.22.self_attn.o_proj.weight": "model-00006-of-00010.safetensors",
166
+ "model.layers.22.self_attn.q_proj.weight": "model-00006-of-00010.safetensors",
167
+ "model.layers.22.self_attn.v_proj.weight": "model-00006-of-00010.safetensors",
168
+ "model.layers.23.input_layernorm.bias": "model-00006-of-00010.safetensors",
169
+ "model.layers.23.input_layernorm.weight": "model-00006-of-00010.safetensors",
170
+ "model.layers.23.mlp.down_proj.weight": "model-00006-of-00010.safetensors",
171
+ "model.layers.23.mlp.up_proj.weight": "model-00006-of-00010.safetensors",
172
+ "model.layers.23.post_attention_layernorm.bias": "model-00006-of-00010.safetensors",
173
+ "model.layers.23.post_attention_layernorm.weight": "model-00006-of-00010.safetensors",
174
+ "model.layers.23.self_attn.k_proj.weight": "model-00006-of-00010.safetensors",
175
+ "model.layers.23.self_attn.o_proj.weight": "model-00006-of-00010.safetensors",
176
+ "model.layers.23.self_attn.q_proj.weight": "model-00006-of-00010.safetensors",
177
+ "model.layers.23.self_attn.v_proj.weight": "model-00006-of-00010.safetensors",
178
+ "model.layers.24.input_layernorm.bias": "model-00006-of-00010.safetensors",
179
+ "model.layers.24.input_layernorm.weight": "model-00006-of-00010.safetensors",
180
+ "model.layers.24.mlp.down_proj.weight": "model-00006-of-00010.safetensors",
181
+ "model.layers.24.mlp.up_proj.weight": "model-00006-of-00010.safetensors",
182
+ "model.layers.24.post_attention_layernorm.bias": "model-00006-of-00010.safetensors",
183
+ "model.layers.24.post_attention_layernorm.weight": "model-00006-of-00010.safetensors",
184
+ "model.layers.24.self_attn.k_proj.weight": "model-00006-of-00010.safetensors",
185
+ "model.layers.24.self_attn.o_proj.weight": "model-00006-of-00010.safetensors",
186
+ "model.layers.24.self_attn.q_proj.weight": "model-00006-of-00010.safetensors",
187
+ "model.layers.24.self_attn.v_proj.weight": "model-00006-of-00010.safetensors",
188
+ "model.layers.25.input_layernorm.bias": "model-00007-of-00010.safetensors",
189
+ "model.layers.25.input_layernorm.weight": "model-00007-of-00010.safetensors",
190
+ "model.layers.25.mlp.down_proj.weight": "model-00007-of-00010.safetensors",
191
+ "model.layers.25.mlp.up_proj.weight": "model-00006-of-00010.safetensors",
192
+ "model.layers.25.post_attention_layernorm.bias": "model-00007-of-00010.safetensors",
193
+ "model.layers.25.post_attention_layernorm.weight": "model-00007-of-00010.safetensors",
194
+ "model.layers.25.self_attn.k_proj.weight": "model-00006-of-00010.safetensors",
195
+ "model.layers.25.self_attn.o_proj.weight": "model-00006-of-00010.safetensors",
196
+ "model.layers.25.self_attn.q_proj.weight": "model-00006-of-00010.safetensors",
197
+ "model.layers.25.self_attn.v_proj.weight": "model-00006-of-00010.safetensors",
198
+ "model.layers.26.input_layernorm.bias": "model-00007-of-00010.safetensors",
199
+ "model.layers.26.input_layernorm.weight": "model-00007-of-00010.safetensors",
200
+ "model.layers.26.mlp.down_proj.weight": "model-00007-of-00010.safetensors",
201
+ "model.layers.26.mlp.up_proj.weight": "model-00007-of-00010.safetensors",
202
+ "model.layers.26.post_attention_layernorm.bias": "model-00007-of-00010.safetensors",
203
+ "model.layers.26.post_attention_layernorm.weight": "model-00007-of-00010.safetensors",
204
+ "model.layers.26.self_attn.k_proj.weight": "model-00007-of-00010.safetensors",
205
+ "model.layers.26.self_attn.o_proj.weight": "model-00007-of-00010.safetensors",
206
+ "model.layers.26.self_attn.q_proj.weight": "model-00007-of-00010.safetensors",
207
+ "model.layers.26.self_attn.v_proj.weight": "model-00007-of-00010.safetensors",
208
+ "model.layers.27.input_layernorm.bias": "model-00007-of-00010.safetensors",
209
+ "model.layers.27.input_layernorm.weight": "model-00007-of-00010.safetensors",
210
+ "model.layers.27.mlp.down_proj.weight": "model-00007-of-00010.safetensors",
211
+ "model.layers.27.mlp.up_proj.weight": "model-00007-of-00010.safetensors",
212
+ "model.layers.27.post_attention_layernorm.bias": "model-00007-of-00010.safetensors",
213
+ "model.layers.27.post_attention_layernorm.weight": "model-00007-of-00010.safetensors",
214
+ "model.layers.27.self_attn.k_proj.weight": "model-00007-of-00010.safetensors",
215
+ "model.layers.27.self_attn.o_proj.weight": "model-00007-of-00010.safetensors",
216
+ "model.layers.27.self_attn.q_proj.weight": "model-00007-of-00010.safetensors",
217
+ "model.layers.27.self_attn.v_proj.weight": "model-00007-of-00010.safetensors",
218
+ "model.layers.28.input_layernorm.bias": "model-00007-of-00010.safetensors",
219
+ "model.layers.28.input_layernorm.weight": "model-00007-of-00010.safetensors",
220
+ "model.layers.28.mlp.down_proj.weight": "model-00007-of-00010.safetensors",
221
+ "model.layers.28.mlp.up_proj.weight": "model-00007-of-00010.safetensors",
222
+ "model.layers.28.post_attention_layernorm.bias": "model-00007-of-00010.safetensors",
223
+ "model.layers.28.post_attention_layernorm.weight": "model-00007-of-00010.safetensors",
224
+ "model.layers.28.self_attn.k_proj.weight": "model-00007-of-00010.safetensors",
225
+ "model.layers.28.self_attn.o_proj.weight": "model-00007-of-00010.safetensors",
226
+ "model.layers.28.self_attn.q_proj.weight": "model-00007-of-00010.safetensors",
227
+ "model.layers.28.self_attn.v_proj.weight": "model-00007-of-00010.safetensors",
228
+ "model.layers.29.input_layernorm.bias": "model-00007-of-00010.safetensors",
229
+ "model.layers.29.input_layernorm.weight": "model-00007-of-00010.safetensors",
230
+ "model.layers.29.mlp.down_proj.weight": "model-00007-of-00010.safetensors",
231
+ "model.layers.29.mlp.up_proj.weight": "model-00007-of-00010.safetensors",
232
+ "model.layers.29.post_attention_layernorm.bias": "model-00007-of-00010.safetensors",
233
+ "model.layers.29.post_attention_layernorm.weight": "model-00007-of-00010.safetensors",
234
+ "model.layers.29.self_attn.k_proj.weight": "model-00007-of-00010.safetensors",
235
+ "model.layers.29.self_attn.o_proj.weight": "model-00007-of-00010.safetensors",
236
+ "model.layers.29.self_attn.q_proj.weight": "model-00007-of-00010.safetensors",
237
+ "model.layers.29.self_attn.v_proj.weight": "model-00007-of-00010.safetensors",
238
+ "model.layers.3.input_layernorm.bias": "model-00002-of-00010.safetensors",
239
+ "model.layers.3.input_layernorm.weight": "model-00002-of-00010.safetensors",
240
+ "model.layers.3.mlp.down_proj.weight": "model-00002-of-00010.safetensors",
241
+ "model.layers.3.mlp.up_proj.weight": "model-00002-of-00010.safetensors",
242
+ "model.layers.3.post_attention_layernorm.bias": "model-00002-of-00010.safetensors",
243
+ "model.layers.3.post_attention_layernorm.weight": "model-00002-of-00010.safetensors",
244
+ "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00010.safetensors",
245
+ "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00010.safetensors",
246
+ "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00010.safetensors",
247
+ "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00010.safetensors",
248
+ "model.layers.30.input_layernorm.bias": "model-00008-of-00010.safetensors",
249
+ "model.layers.30.input_layernorm.weight": "model-00008-of-00010.safetensors",
250
+ "model.layers.30.mlp.down_proj.weight": "model-00008-of-00010.safetensors",
251
+ "model.layers.30.mlp.up_proj.weight": "model-00008-of-00010.safetensors",
252
+ "model.layers.30.post_attention_layernorm.bias": "model-00008-of-00010.safetensors",
253
+ "model.layers.30.post_attention_layernorm.weight": "model-00008-of-00010.safetensors",
254
+ "model.layers.30.self_attn.k_proj.weight": "model-00007-of-00010.safetensors",
255
+ "model.layers.30.self_attn.o_proj.weight": "model-00007-of-00010.safetensors",
256
+ "model.layers.30.self_attn.q_proj.weight": "model-00007-of-00010.safetensors",
257
+ "model.layers.30.self_attn.v_proj.weight": "model-00007-of-00010.safetensors",
258
+ "model.layers.31.input_layernorm.bias": "model-00008-of-00010.safetensors",
259
+ "model.layers.31.input_layernorm.weight": "model-00008-of-00010.safetensors",
260
+ "model.layers.31.mlp.down_proj.weight": "model-00008-of-00010.safetensors",
261
+ "model.layers.31.mlp.up_proj.weight": "model-00008-of-00010.safetensors",
262
+ "model.layers.31.post_attention_layernorm.bias": "model-00008-of-00010.safetensors",
263
+ "model.layers.31.post_attention_layernorm.weight": "model-00008-of-00010.safetensors",
264
+ "model.layers.31.self_attn.k_proj.weight": "model-00008-of-00010.safetensors",
265
+ "model.layers.31.self_attn.o_proj.weight": "model-00008-of-00010.safetensors",
266
+ "model.layers.31.self_attn.q_proj.weight": "model-00008-of-00010.safetensors",
267
+ "model.layers.31.self_attn.v_proj.weight": "model-00008-of-00010.safetensors",
268
+ "model.layers.32.input_layernorm.bias": "model-00008-of-00010.safetensors",
269
+ "model.layers.32.input_layernorm.weight": "model-00008-of-00010.safetensors",
270
+ "model.layers.32.mlp.down_proj.weight": "model-00008-of-00010.safetensors",
271
+ "model.layers.32.mlp.up_proj.weight": "model-00008-of-00010.safetensors",
272
+ "model.layers.32.post_attention_layernorm.bias": "model-00008-of-00010.safetensors",
273
+ "model.layers.32.post_attention_layernorm.weight": "model-00008-of-00010.safetensors",
274
+ "model.layers.32.self_attn.k_proj.weight": "model-00008-of-00010.safetensors",
275
+ "model.layers.32.self_attn.o_proj.weight": "model-00008-of-00010.safetensors",
276
+ "model.layers.32.self_attn.q_proj.weight": "model-00008-of-00010.safetensors",
277
+ "model.layers.32.self_attn.v_proj.weight": "model-00008-of-00010.safetensors",
278
+ "model.layers.33.input_layernorm.bias": "model-00008-of-00010.safetensors",
279
+ "model.layers.33.input_layernorm.weight": "model-00008-of-00010.safetensors",
280
+ "model.layers.33.mlp.down_proj.weight": "model-00008-of-00010.safetensors",
281
+ "model.layers.33.mlp.up_proj.weight": "model-00008-of-00010.safetensors",
282
+ "model.layers.33.post_attention_layernorm.bias": "model-00008-of-00010.safetensors",
283
+ "model.layers.33.post_attention_layernorm.weight": "model-00008-of-00010.safetensors",
284
+ "model.layers.33.self_attn.k_proj.weight": "model-00008-of-00010.safetensors",
285
+ "model.layers.33.self_attn.o_proj.weight": "model-00008-of-00010.safetensors",
286
+ "model.layers.33.self_attn.q_proj.weight": "model-00008-of-00010.safetensors",
287
+ "model.layers.33.self_attn.v_proj.weight": "model-00008-of-00010.safetensors",
288
+ "model.layers.34.input_layernorm.bias": "model-00009-of-00010.safetensors",
289
+ "model.layers.34.input_layernorm.weight": "model-00009-of-00010.safetensors",
290
+ "model.layers.34.mlp.down_proj.weight": "model-00009-of-00010.safetensors",
291
+ "model.layers.34.mlp.up_proj.weight": "model-00008-of-00010.safetensors",
292
+ "model.layers.34.post_attention_layernorm.bias": "model-00009-of-00010.safetensors",
293
+ "model.layers.34.post_attention_layernorm.weight": "model-00009-of-00010.safetensors",
294
+ "model.layers.34.self_attn.k_proj.weight": "model-00008-of-00010.safetensors",
295
+ "model.layers.34.self_attn.o_proj.weight": "model-00008-of-00010.safetensors",
296
+ "model.layers.34.self_attn.q_proj.weight": "model-00008-of-00010.safetensors",
297
+ "model.layers.34.self_attn.v_proj.weight": "model-00008-of-00010.safetensors",
298
+ "model.layers.35.input_layernorm.bias": "model-00009-of-00010.safetensors",
299
+ "model.layers.35.input_layernorm.weight": "model-00009-of-00010.safetensors",
300
+ "model.layers.35.mlp.down_proj.weight": "model-00009-of-00010.safetensors",
301
+ "model.layers.35.mlp.up_proj.weight": "model-00009-of-00010.safetensors",
302
+ "model.layers.35.post_attention_layernorm.bias": "model-00009-of-00010.safetensors",
303
+ "model.layers.35.post_attention_layernorm.weight": "model-00009-of-00010.safetensors",
304
+ "model.layers.35.self_attn.k_proj.weight": "model-00009-of-00010.safetensors",
305
+ "model.layers.35.self_attn.o_proj.weight": "model-00009-of-00010.safetensors",
306
+ "model.layers.35.self_attn.q_proj.weight": "model-00009-of-00010.safetensors",
307
+ "model.layers.35.self_attn.v_proj.weight": "model-00009-of-00010.safetensors",
308
+ "model.layers.36.input_layernorm.bias": "model-00009-of-00010.safetensors",
309
+ "model.layers.36.input_layernorm.weight": "model-00009-of-00010.safetensors",
310
+ "model.layers.36.mlp.down_proj.weight": "model-00009-of-00010.safetensors",
311
+ "model.layers.36.mlp.up_proj.weight": "model-00009-of-00010.safetensors",
312
+ "model.layers.36.post_attention_layernorm.bias": "model-00009-of-00010.safetensors",
313
+ "model.layers.36.post_attention_layernorm.weight": "model-00009-of-00010.safetensors",
314
+ "model.layers.36.self_attn.k_proj.weight": "model-00009-of-00010.safetensors",
315
+ "model.layers.36.self_attn.o_proj.weight": "model-00009-of-00010.safetensors",
316
+ "model.layers.36.self_attn.q_proj.weight": "model-00009-of-00010.safetensors",
317
+ "model.layers.36.self_attn.v_proj.weight": "model-00009-of-00010.safetensors",
318
+ "model.layers.37.input_layernorm.bias": "model-00009-of-00010.safetensors",
319
+ "model.layers.37.input_layernorm.weight": "model-00009-of-00010.safetensors",
320
+ "model.layers.37.mlp.down_proj.weight": "model-00009-of-00010.safetensors",
321
+ "model.layers.37.mlp.up_proj.weight": "model-00009-of-00010.safetensors",
322
+ "model.layers.37.post_attention_layernorm.bias": "model-00009-of-00010.safetensors",
323
+ "model.layers.37.post_attention_layernorm.weight": "model-00009-of-00010.safetensors",
324
+ "model.layers.37.self_attn.k_proj.weight": "model-00009-of-00010.safetensors",
325
+ "model.layers.37.self_attn.o_proj.weight": "model-00009-of-00010.safetensors",
326
+ "model.layers.37.self_attn.q_proj.weight": "model-00009-of-00010.safetensors",
327
+ "model.layers.37.self_attn.v_proj.weight": "model-00009-of-00010.safetensors",
328
+ "model.layers.38.input_layernorm.bias": "model-00009-of-00010.safetensors",
329
+ "model.layers.38.input_layernorm.weight": "model-00009-of-00010.safetensors",
330
+ "model.layers.38.mlp.down_proj.weight": "model-00009-of-00010.safetensors",
331
+ "model.layers.38.mlp.up_proj.weight": "model-00009-of-00010.safetensors",
332
+ "model.layers.38.post_attention_layernorm.bias": "model-00009-of-00010.safetensors",
333
+ "model.layers.38.post_attention_layernorm.weight": "model-00009-of-00010.safetensors",
334
+ "model.layers.38.self_attn.k_proj.weight": "model-00009-of-00010.safetensors",
335
+ "model.layers.38.self_attn.o_proj.weight": "model-00009-of-00010.safetensors",
336
+ "model.layers.38.self_attn.q_proj.weight": "model-00009-of-00010.safetensors",
337
+ "model.layers.38.self_attn.v_proj.weight": "model-00009-of-00010.safetensors",
338
+ "model.layers.39.input_layernorm.bias": "model-00010-of-00010.safetensors",
339
+ "model.layers.39.input_layernorm.weight": "model-00010-of-00010.safetensors",
340
+ "model.layers.39.mlp.down_proj.weight": "model-00010-of-00010.safetensors",
341
+ "model.layers.39.mlp.up_proj.weight": "model-00010-of-00010.safetensors",
342
+ "model.layers.39.post_attention_layernorm.bias": "model-00010-of-00010.safetensors",
343
+ "model.layers.39.post_attention_layernorm.weight": "model-00010-of-00010.safetensors",
344
+ "model.layers.39.self_attn.k_proj.weight": "model-00009-of-00010.safetensors",
345
+ "model.layers.39.self_attn.o_proj.weight": "model-00009-of-00010.safetensors",
346
+ "model.layers.39.self_attn.q_proj.weight": "model-00009-of-00010.safetensors",
347
+ "model.layers.39.self_attn.v_proj.weight": "model-00009-of-00010.safetensors",
348
+ "model.layers.4.input_layernorm.bias": "model-00002-of-00010.safetensors",
349
+ "model.layers.4.input_layernorm.weight": "model-00002-of-00010.safetensors",
350
+ "model.layers.4.mlp.down_proj.weight": "model-00002-of-00010.safetensors",
351
+ "model.layers.4.mlp.up_proj.weight": "model-00002-of-00010.safetensors",
352
+ "model.layers.4.post_attention_layernorm.bias": "model-00002-of-00010.safetensors",
353
+ "model.layers.4.post_attention_layernorm.weight": "model-00002-of-00010.safetensors",
354
+ "model.layers.4.self_attn.k_proj.weight": "model-00002-of-00010.safetensors",
355
+ "model.layers.4.self_attn.o_proj.weight": "model-00002-of-00010.safetensors",
356
+ "model.layers.4.self_attn.q_proj.weight": "model-00002-of-00010.safetensors",
357
+ "model.layers.4.self_attn.v_proj.weight": "model-00002-of-00010.safetensors",
358
+ "model.layers.5.input_layernorm.bias": "model-00002-of-00010.safetensors",
359
+ "model.layers.5.input_layernorm.weight": "model-00002-of-00010.safetensors",
360
+ "model.layers.5.mlp.down_proj.weight": "model-00002-of-00010.safetensors",
361
+ "model.layers.5.mlp.up_proj.weight": "model-00002-of-00010.safetensors",
362
+ "model.layers.5.post_attention_layernorm.bias": "model-00002-of-00010.safetensors",
363
+ "model.layers.5.post_attention_layernorm.weight": "model-00002-of-00010.safetensors",
364
+ "model.layers.5.self_attn.k_proj.weight": "model-00002-of-00010.safetensors",
365
+ "model.layers.5.self_attn.o_proj.weight": "model-00002-of-00010.safetensors",
366
+ "model.layers.5.self_attn.q_proj.weight": "model-00002-of-00010.safetensors",
367
+ "model.layers.5.self_attn.v_proj.weight": "model-00002-of-00010.safetensors",
368
+ "model.layers.6.input_layernorm.bias": "model-00002-of-00010.safetensors",
369
+ "model.layers.6.input_layernorm.weight": "model-00002-of-00010.safetensors",
370
+ "model.layers.6.mlp.down_proj.weight": "model-00002-of-00010.safetensors",
371
+ "model.layers.6.mlp.up_proj.weight": "model-00002-of-00010.safetensors",
372
+ "model.layers.6.post_attention_layernorm.bias": "model-00002-of-00010.safetensors",
373
+ "model.layers.6.post_attention_layernorm.weight": "model-00002-of-00010.safetensors",
374
+ "model.layers.6.self_attn.k_proj.weight": "model-00002-of-00010.safetensors",
375
+ "model.layers.6.self_attn.o_proj.weight": "model-00002-of-00010.safetensors",
376
+ "model.layers.6.self_attn.q_proj.weight": "model-00002-of-00010.safetensors",
377
+ "model.layers.6.self_attn.v_proj.weight": "model-00002-of-00010.safetensors",
378
+ "model.layers.7.input_layernorm.bias": "model-00003-of-00010.safetensors",
379
+ "model.layers.7.input_layernorm.weight": "model-00003-of-00010.safetensors",
380
+ "model.layers.7.mlp.down_proj.weight": "model-00003-of-00010.safetensors",
381
+ "model.layers.7.mlp.up_proj.weight": "model-00002-of-00010.safetensors",
382
+ "model.layers.7.post_attention_layernorm.bias": "model-00003-of-00010.safetensors",
383
+ "model.layers.7.post_attention_layernorm.weight": "model-00003-of-00010.safetensors",
384
+ "model.layers.7.self_attn.k_proj.weight": "model-00002-of-00010.safetensors",
385
+ "model.layers.7.self_attn.o_proj.weight": "model-00002-of-00010.safetensors",
386
+ "model.layers.7.self_attn.q_proj.weight": "model-00002-of-00010.safetensors",
387
+ "model.layers.7.self_attn.v_proj.weight": "model-00002-of-00010.safetensors",
388
+ "model.layers.8.input_layernorm.bias": "model-00003-of-00010.safetensors",
389
+ "model.layers.8.input_layernorm.weight": "model-00003-of-00010.safetensors",
390
+ "model.layers.8.mlp.down_proj.weight": "model-00003-of-00010.safetensors",
391
+ "model.layers.8.mlp.up_proj.weight": "model-00003-of-00010.safetensors",
392
+ "model.layers.8.post_attention_layernorm.bias": "model-00003-of-00010.safetensors",
393
+ "model.layers.8.post_attention_layernorm.weight": "model-00003-of-00010.safetensors",
394
+ "model.layers.8.self_attn.k_proj.weight": "model-00003-of-00010.safetensors",
395
+ "model.layers.8.self_attn.o_proj.weight": "model-00003-of-00010.safetensors",
396
+ "model.layers.8.self_attn.q_proj.weight": "model-00003-of-00010.safetensors",
397
+ "model.layers.8.self_attn.v_proj.weight": "model-00003-of-00010.safetensors",
398
+ "model.layers.9.input_layernorm.bias": "model-00003-of-00010.safetensors",
399
+ "model.layers.9.input_layernorm.weight": "model-00003-of-00010.safetensors",
400
+ "model.layers.9.mlp.down_proj.weight": "model-00003-of-00010.safetensors",
401
+ "model.layers.9.mlp.up_proj.weight": "model-00003-of-00010.safetensors",
402
+ "model.layers.9.post_attention_layernorm.bias": "model-00003-of-00010.safetensors",
403
+ "model.layers.9.post_attention_layernorm.weight": "model-00003-of-00010.safetensors",
404
+ "model.layers.9.self_attn.k_proj.weight": "model-00003-of-00010.safetensors",
405
+ "model.layers.9.self_attn.o_proj.weight": "model-00003-of-00010.safetensors",
406
+ "model.layers.9.self_attn.q_proj.weight": "model-00003-of-00010.safetensors",
407
+ "model.layers.9.self_attn.v_proj.weight": "model-00003-of-00010.safetensors",
408
+ "model.norm.bias": "model-00010-of-00010.safetensors",
409
+ "model.norm.weight": "model-00010-of-00010.safetensors"
410
+ }
411
+ }
special_tokens_map.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": false,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "cls_token": {
10
+ "content": "<s>",
11
+ "lstrip": false,
12
+ "normalized": false,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "eos_token": {
17
+ "content": "</s>",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
+ "pad_token": {
24
+ "content": "<pad>",
25
+ "lstrip": false,
26
+ "normalized": false,
27
+ "rstrip": false,
28
+ "single_word": false
29
+ },
30
+ "sep_token": {
31
+ "content": "</s>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false
36
+ },
37
+ "unk_token": {
38
+ "content": "<unk>",
39
+ "lstrip": false,
40
+ "normalized": false,
41
+ "rstrip": false,
42
+ "single_word": false
43
+ }
44
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": false,
3
+ "add_eos_token": false,
4
+ "add_prefix_space": null,
5
+ "added_tokens_decoder": {
6
+ "0": {
7
+ "content": "<s>",
8
+ "lstrip": false,
9
+ "normalized": false,
10
+ "rstrip": false,
11
+ "single_word": false,
12
+ "special": true
13
+ },
14
+ "1": {
15
+ "content": "</s>",
16
+ "lstrip": false,
17
+ "normalized": false,
18
+ "rstrip": false,
19
+ "single_word": false,
20
+ "special": true
21
+ },
22
+ "2": {
23
+ "content": "<unk>",
24
+ "lstrip": false,
25
+ "normalized": false,
26
+ "rstrip": false,
27
+ "single_word": false,
28
+ "special": true
29
+ },
30
+ "3": {
31
+ "content": "<pad>",
32
+ "lstrip": false,
33
+ "normalized": false,
34
+ "rstrip": false,
35
+ "single_word": false,
36
+ "special": true
37
+ }
38
+ },
39
+ "bos_token": "<s>",
40
+ "clean_up_tokenization_spaces": false,
41
+ "cls_token": "<s>",
42
+ "eos_token": "</s>",
43
+ "extra_special_tokens": {},
44
+ "legacy": false,
45
+ "model_max_length": 1000000000000000019884624838656,
46
+ "pad_token": "<pad>",
47
+ "sep_token": "</s>",
48
+ "tokenizer_class": "LlamaTokenizerFast",
49
+ "unk_token": "<unk>",
50
+ "use_default_system_prompt": false
51
+ }