Commit ·
50c5fef
0
Parent(s):
Initial release of Luciole-1B-Base
Browse filesCo-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>
- .gitattributes +41 -0
- LICENSE.md +237 -0
- README.md +401 -0
- check_nonregression.py +116 -0
- config.json +30 -0
- generation_config.json +8 -0
- luciole_logo.png +0 -0
- metadata/evaluation/en_average.png +0 -0
- metadata/evaluation/en_details.png +3 -0
- metadata/evaluation/fr_average.png +0 -0
- metadata/evaluation/fr_details.png +3 -0
- metadata/evaluation/legend.png +0 -0
- metadata/evaluation/multilingual_average.png +0 -0
- metadata/evaluation/multilingual_details.png +3 -0
- metadata/evaluation/ruler_average.png +0 -0
- metadata/evaluation/ruler_details.png +3 -0
- metadata/evaluation/translation_average.png +0 -0
- metadata/evaluation/translation_details.png +3 -0
- metadata/training_logs/ConvergenceCurve.png +3 -0
- metadata/training_logs/ConvergenceCurve_phase1.csv +397 -0
- metadata/training_logs/ConvergenceCurve_phase2.csv +397 -0
- metadata/training_logs/ConvergenceCurve_phase3-annealing.csv +398 -0
- metadata/training_logs/ConvergenceCurve_phase4-context-extension-32k.csv +50 -0
- metadata/training_logs/ConvergenceCurve_phase5-context-extension-131k.csv +49 -0
- model.safetensors +3 -0
- special_tokens_map.json +44 -0
- tokenizer.json +0 -0
- 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,401 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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: 1204876
|
| 20 |
+
num_tokens: 5053616226304
|
| 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 |
+
|
| 31 |
+
# Model Card for Luciole-1B-Base
|
| 32 |
+
|
| 33 |
+
<!-- inspired from the following template:
|
| 34 |
+
https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1
|
| 35 |
+
-->
|
| 36 |
+
|
| 37 |
+

|
| 38 |
+
|
| 39 |
+
|
| 40 |
+
**Table of Contents**
|
| 41 |
+
- [Model Card for Luciole-1B-Base](#model-card-for-luciole-1b-base)
|
| 42 |
+
- [Model Description](#model-description)
|
| 43 |
+
- [Uses](#uses)
|
| 44 |
+
- [Direct use](#direct-use)
|
| 45 |
+
- [Downstream use](#downstream-use)
|
| 46 |
+
- [Out-of-Scope Use](#out-of-scope-use)
|
| 47 |
+
- [Bias, Risks, and Limitations](#bias-risks-and-limitations)
|
| 48 |
+
- [Recommendations](#recommendations)
|
| 49 |
+
- [Example Code in Python](#example-code-in-python)
|
| 50 |
+
- [Load the model](#load-the-model)
|
| 51 |
+
- [Sentence completion](#sentence-completion)
|
| 52 |
+
- [Loading Intermediate Checkpoints](#loading-intermediate-checkpoints)
|
| 53 |
+
- [Training Details](#training-details)
|
| 54 |
+
- [Training Data](#training-data)
|
| 55 |
+
- [Training Procedure](#training-procedure)
|
| 56 |
+
- [Neural Network Architecture](#neural-network-architecture)
|
| 57 |
+
- [Training Hyperparameters](#training-hyperparameters)
|
| 58 |
+
- [Training Convergence and Evaluation](#training-convergence-and-evaluation)
|
| 59 |
+
- [Training loss](#training-loss)
|
| 60 |
+
- [Evaluation](#evaluation)
|
| 61 |
+
- [Citation](#citation)
|
| 62 |
+
- [Acknowledgements](#acknowledgements)
|
| 63 |
+
- [Contact](#contact)
|
| 64 |
+
|
| 65 |
+
## Model Description
|
| 66 |
+
|
| 67 |
+
Luciole-1B-Base is a pretrained 1B 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.
|
| 68 |
+
It was trained on the [GENCI](https://www.genci.fr/) supercomputer Jean Zay, managed by [IDRIS](http://www.idris.fr/docs/idris/missions).
|
| 69 |
+
|
| 70 |
+
Luciole-1B-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%).
|
| 71 |
+
|
| 72 |
+
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.
|
| 73 |
+
|
| 74 |
+
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%).
|
| 75 |
+
|
| 76 |
+
* License: [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0)
|
| 77 |
+
* Training repository: [Luciole-Training](https://github.com/OpenLLM-France/Luciole-Training)
|
| 78 |
+
* Technical report: coming soon.
|
| 79 |
+
|
| 80 |
+
|
| 81 |
+
|
| 82 |
+
## Uses
|
| 83 |
+
|
| 84 |
+
### Direct use
|
| 85 |
+
Luciole-1B-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.
|
| 86 |
+
|
| 87 |
+
### Downstream use
|
| 88 |
+
Due to its multilingual training, Luciole-1B-Base can be fine-tuned for downstream tasks centered on the generation of multilingual text, with a special focus on French and English.
|
| 89 |
+
|
| 90 |
+
### Out-of-Scope Use
|
| 91 |
+
Luciole-1B-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.
|
| 92 |
+
|
| 93 |
+
## Bias, Risks, and Limitations
|
| 94 |
+
|
| 95 |
+
Like other foundation models, Luciole-1B-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-1B-Base may still generate such content. Filtering of the Luciole Training Dataset and its source datasets is an ongoing project.
|
| 96 |
+
|
| 97 |
+
### Recommendations
|
| 98 |
+
To limit the generation of undesirable content, it is advised to fine-tune Luciole-1B-Base through instruction and preference tuning (DPO, RLHF, etc.).
|
| 99 |
+
|
| 100 |
+
## Example Code in Python
|
| 101 |
+
|
| 102 |
+
### Load the model
|
| 103 |
+
|
| 104 |
+
Load the model (quantized version on GPU if possible, for efficient inference):
|
| 105 |
+
```python
|
| 106 |
+
import transformers
|
| 107 |
+
|
| 108 |
+
model_name = "OpenLLM-France/Luciole-1B-Base"
|
| 109 |
+
|
| 110 |
+
tokenizer = transformers.AutoTokenizer.from_pretrained(model_name)
|
| 111 |
+
model = transformers.AutoModelForCausalLM.from_pretrained(model_name,
|
| 112 |
+
device_map="auto",
|
| 113 |
+
load_in_4bit=True # For efficient inference, if quantization is supported by the GPU card
|
| 114 |
+
)
|
| 115 |
+
```
|
| 116 |
+
### Sentence completion
|
| 117 |
+
|
| 118 |
+
Wrap the model in a text generation pipeline, and specify some generation parameters:
|
| 119 |
+
```
|
| 120 |
+
pipeline = transformers.pipeline("text-generation", model=model, tokenizer=tokenizer)
|
| 121 |
+
|
| 122 |
+
generation_kwargs = dict(
|
| 123 |
+
num_return_sequences=1, # Number of variants to generate.
|
| 124 |
+
return_full_text= False, # Do not include the prompt in the generated text.
|
| 125 |
+
do_sample=True,
|
| 126 |
+
temperature=1.0, top_p=1, top_k=None, # Sampling parameters.
|
| 127 |
+
max_new_tokens=200, # Maximum length for the output text (in number of tokens).
|
| 128 |
+
)
|
| 129 |
+
```
|
| 130 |
+
|
| 131 |
+
Try 1-shot question answering:
|
| 132 |
+
```python
|
| 133 |
+
prompt = """\
|
| 134 |
+
Quelle est la capitale de l'Espagne ? Madrid\n\
|
| 135 |
+
Quelle est la capitale de la France ?\
|
| 136 |
+
"""
|
| 137 |
+
completions = pipeline(prompt, **generation_kwargs)
|
| 138 |
+
for completion in completions:
|
| 139 |
+
print(prompt + "[…]" + completion['generated_text'])
|
| 140 |
+
```
|
| 141 |
+
This will print something like:
|
| 142 |
+
```
|
| 143 |
+
Quelle est la capitale de l'Espagne ? Madrid
|
| 144 |
+
Quelle est la capitale de la France ?[…] Paris
|
| 145 |
+
Quelle est la capitale du Brésil ? Brasilia
|
| 146 |
+
Quelle est la capitale de la Belgique ? Bruxelles
|
| 147 |
+
Quelle est la capitale de l'Italie ? Rome
|
| 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-1B-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-1B-Base/phase1-step0001000) to [phase1-step0715787](https://dl.labs.linagora.com/files/models/OpenLLM-France/Luciole-1B-Base/phase1-step0715787)
|
| 165 |
+
* **Phase 2 – Continued pretraining**
|
| 166 |
+
From [phase2-step0010000](https://dl.labs.linagora.com/files/models/OpenLLM-France/Luciole-1B-Base/phase2-step0010000) to [phase2-step0358931](https://dl.labs.linagora.com/files/models/OpenLLM-France/Luciole-1B-Base/phase2-step0358931)
|
| 167 |
+
* **Phase 3 – Annealing phase**
|
| 168 |
+
From [phase3-annealing-step0010000](https://dl.labs.linagora.com/files/models/OpenLLM-France/Luciole-1B-Base/phase3-annealing-step0010000) to [phase3-annealing-step0118238](https://dl.labs.linagora.com/files/models/OpenLLM-France/Luciole-1B-Base/phase3-annealing-step0118238)
|
| 169 |
+
* **Phase 4 – Context extension to 32k tokens**
|
| 170 |
+
[phase4-context-extension-32k-step0003000](https://dl.labs.linagora.com/files/models/OpenLLM-France/Luciole-1B-Base/phase4-context-extension-32k-step0003000) and [phase4-context-extension-32k-step0005960](https://dl.labs.linagora.com/files/models/OpenLLM-France/Luciole-1B-Base/phase4-context-extension-32k-step0005960)
|
| 171 |
+
* **Phase 5 – Context extension to 131k tokens**
|
| 172 |
+
[phase5-context-extension-131k-step0003000](https://dl.labs.linagora.com/files/models/OpenLLM-France/Luciole-1B-Base/phase5-context-extension-131k-step0003000) and [phase5-context-extension-131k-step0005960](https://dl.labs.linagora.com/files/models/OpenLLM-France/Luciole-1B-Base/phase5-context-extension-131k-step0005960)
|
| 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-1B-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: 0.5 trillion 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: 25 billion tokens to extend context length from 4,096 to 32,768 tokens
|
| 194 |
+
5. Second context extension: 25 billion tokens to extend context length from 32,768 to 131,072 tokens
|
| 195 |
+
|
| 196 |
+
### Training Procedure
|
| 197 |
+
|
| 198 |
+
Luciole-1B-Base is a causal decoder-only model trained on a causal language modeling task (i.e., predict the next token).
|
| 199 |
+
|
| 200 |
+
It was pre-trained on 128 - 256 H100 80GB GPUs (32 - 64 nodes) for about 41,962 GPU hours (253 hours) on the [Jean Zay supercomputer](http://www.idris.fr/docs/category/jean-zay).
|
| 201 |
+
|
| 202 |
+
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)).
|
| 203 |
+
|
| 204 |
+
#### Neural Network Architecture
|
| 205 |
+
|
| 206 |
+
The architecture of Luciole-1B-Base is a custom adaptation of the [Nemotron3-4B](https://github.com/NVIDIA-NeMo/NeMo/blob/v2.3.1/nemo/collections/llm/recipes/nemotron3_4b.py) recipe.
|
| 207 |
+
It has 1.3 billion free parameters,
|
| 208 |
+
with the following hyperparameters:
|
| 209 |
+
| **Hyperparameter** | **Value** |
|
| 210 |
+
|---------------------------|---------|
|
| 211 |
+
| Vocabulary size (\# tokens)| 128,000 |
|
| 212 |
+
| \# transformer blocks | 24 |
|
| 213 |
+
| \# attention heads | 32 |
|
| 214 |
+
| \# key-value heads | 8 |
|
| 215 |
+
| Hidden size | 2048 |
|
| 216 |
+
| Feed-Forward hidden size | 8192 |
|
| 217 |
+
| Activation | `relu2`|
|
| 218 |
+
|
| 219 |
+
|
| 220 |
+
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.
|
| 221 |
+
|
| 222 |
+
#### Training Hyperparameters
|
| 223 |
+
|
| 224 |
+
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.
|
| 225 |
+
|
| 226 |
+
**1. Initial pretraining**
|
| 227 |
+
|
| 228 |
+
| **Hyperparameter** | **Value** |
|
| 229 |
+
|------------------------|------------|
|
| 230 |
+
| Total \# samples| 732,965,888 (3T tokens) |
|
| 231 |
+
| Total \# steps | 715,787 |
|
| 232 |
+
| Context length | 4,096 |
|
| 233 |
+
| Batch size | 1,024 |
|
| 234 |
+
| RoPE theta | 10,000 |
|
| 235 |
+
| Learning rate schedule | Warmup (2M samples) + Constant |
|
| 236 |
+
| Learning rate | 3e-4 |
|
| 237 |
+
| Weight decay | 0.1 |
|
| 238 |
+
| Dropout | _ |
|
| 239 |
+
| Gradient clipping | 1 |
|
| 240 |
+
| Initializer range | 0.009 |
|
| 241 |
+
| Optimizer | `AdamW` (β₁=0.9, β₂=0.95, ε=1e-5) |
|
| 242 |
+
| Precision | `bfloat16` |
|
| 243 |
+
| Tensor Parallelism (with 256 GPUs) | 1 |
|
| 244 |
+
| Pipeline Parallelism (with 256 GPUs) | 1 |
|
| 245 |
+
| Data Parallelism (with 256 GPUs) | 256 |
|
| 246 |
+
|
| 247 |
+
**2. Continued Pretraining**
|
| 248 |
+
|
| 249 |
+
| **Hyperparameter** | **Value** |
|
| 250 |
+
|------------------------|------------|
|
| 251 |
+
| Total \# samples| 367,545,344 (1.5T tokens) |
|
| 252 |
+
| Total \# steps | 358,931 |
|
| 253 |
+
| Learning rate schedule | Cosine annealing |
|
| 254 |
+
| Maximum Learning rate | 3e-4 |
|
| 255 |
+
| Final Learning rate | 6.87e-5 |
|
| 256 |
+
| Data Parallelism (with 128 GPUs) | 128 |
|
| 257 |
+
|
| 258 |
+
|
| 259 |
+
**3. Annealing**
|
| 260 |
+
|
| 261 |
+
| **Hyperparameter** | **Value** |
|
| 262 |
+
|------------------------|------------|
|
| 263 |
+
| Total \# samples | 121,075,712 (0.5T tokens) |
|
| 264 |
+
| Total \# steps | 118,238 |
|
| 265 |
+
| Learning rate schedule | Linear annealing |
|
| 266 |
+
| Maximum Learning rate | 6.87e-5 |
|
| 267 |
+
| Final Learning rate | 0 |
|
| 268 |
+
|
| 269 |
+
|
| 270 |
+
**4. Context extension to 32K**
|
| 271 |
+
|
| 272 |
+
| **Hyperparameter** | **Value** |
|
| 273 |
+
|------------------------|------------|
|
| 274 |
+
| Total \# samples | 762,880 (25B tokens) |
|
| 275 |
+
| Total \# steps | 5,960 |
|
| 276 |
+
| Context length | 32,768 |
|
| 277 |
+
| Batch size | 128 |
|
| 278 |
+
| RoPE theta | 1,000,000 |
|
| 279 |
+
| Learning rate schedule | Warmup + Cosine annealing |
|
| 280 |
+
| Maximum Learning rate | 6.87e-5 |
|
| 281 |
+
| Final Learning rate | 0 |
|
| 282 |
+
| Data Parallelism (with 32 GPUs) | 32 |
|
| 283 |
+
|
| 284 |
+
**5. Context extension to 131K**
|
| 285 |
+
|
| 286 |
+
| **Hyperparameter** | **Value** |
|
| 287 |
+
|------------------------|------------|
|
| 288 |
+
| Total \# samples| 190,720 (25B tokens) |
|
| 289 |
+
| Total \# steps | 5,960 |
|
| 290 |
+
| Context length | 131,072 |
|
| 291 |
+
| Batch size | 32 |
|
| 292 |
+
| RoPE theta | 2,000,000 |
|
| 293 |
+
|
| 294 |
+
### Training Convergence and Evaluation
|
| 295 |
+
|
| 296 |
+
#### Training loss
|
| 297 |
+
|
| 298 |
+
Information on training loss curves and training stability is available in the training logs, which are released at<br>
|
| 299 |
+
[metadata/training_logs](https://huggingface.co/OpenLLM-France/Luciole-1B-Base/tree/main/metadata/training_logs)<br>
|
| 300 |
+
├── [ConvergenceCurve_phase1.csv](metadata/training_logs/ConvergenceCurve_phase1.csv) -- training logs for phase 1 (initial pretraining) <br>
|
| 301 |
+
├── [ConvergenceCurve_phase2.csv](metadata/training_logs/ConvergenceCurve_phase2.csv) -- training logs for phase 2 (continued pretraining) <br>
|
| 302 |
+
├── [ConvergenceCurve_phase3-annealing.csv](metadata/training_logs/ConvergenceCurve_phase3-annealing.csv) -- training logs for phase 3 (annealing) <br>
|
| 303 |
+
├── [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>
|
| 304 |
+
└── [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>
|
| 305 |
+
|
| 306 |
+
The following figure shows the training loss curve for the different training phases:
|
| 307 |
+

|
| 308 |
+
|
| 309 |
+
#### Evaluation
|
| 310 |
+
|
| 311 |
+
During the training of Luciole-1B-Base, we conducted multiple evaluations to assess performance on standard benchmarks.
|
| 312 |
+
The primary evaluation languages were French and English, with additional evaluations in German, Spanish, Italian, Portuguese, Dutch, and Arabic.
|
| 313 |
+
These evaluations were performed on intermediate checkpoints throughout training and on the final checkpoint.
|
| 314 |
+
We also evaluated the final checkpoint using the RULER benchmark to measure long-context performance.
|
| 315 |
+
|
| 316 |
+
For comparison, we evaluated the model against the following models, which have between 1B and 2B parameters and were trained on multilingual data, including French:
|
| 317 |
+
- [Gaperon-1125-1B](https://huggingface.co/almanach/Gaperon-1125-1B)
|
| 318 |
+
- [EuroLLM-1.7B](https://huggingface.co/utter-project/EuroLLM-1.7B)
|
| 319 |
+
- [salamandra-2b](https://huggingface.co/BSC-LT/salamandra-2b)
|
| 320 |
+
- [Llama-3.2-1B](https://huggingface.co/meta-llama/Llama-3.2-1B)
|
| 321 |
+
- [Qwen3-1.7B-Base](https://huggingface.co/Qwen/Qwen3-1.7B-Base)
|
| 322 |
+
|
| 323 |
+
The main results are summarized in the figures below.
|
| 324 |
+
**Click on a figure to view the complete evaluation results with detailed metrics.**
|
| 325 |
+
The figures illustrate the evolution of evaluation performance across training checkpoints.
|
| 326 |
+
The x-axis corresponds to the cumulative number of training tokens, while the y-axis reports the average performance across tasks within each category.
|
| 327 |
+
The RULER figure differs in that it reports average performance across different context lengths.
|
| 328 |
+
|
| 329 |
+
<table>
|
| 330 |
+
<tr>
|
| 331 |
+
<td><a href="https://huggingface.co/OpenLLM-France/Luciole-1B-Base/blob/main/metadata/evaluation/fr_details.png"><img src="metadata/evaluation/fr_average.png" alt="French average results"></a></td>
|
| 332 |
+
<td><img src="metadata/evaluation/legend.png" alt="Legend"></td>
|
| 333 |
+
</tr>
|
| 334 |
+
<tr>
|
| 335 |
+
<td><a href="https://huggingface.co/OpenLLM-France/Luciole-1B-Base/blob/main/metadata/evaluation/en_details.png"><img src="metadata/evaluation/en_average.png" alt="English average results"></a></td>
|
| 336 |
+
<td><a href="https://huggingface.co/OpenLLM-France/Luciole-1B-Base/blob/main/metadata/evaluation/multilingual_details.png"><img src="metadata/evaluation/multilingual_average.png" alt="Multilingual average results"></a></td>
|
| 337 |
+
</tr>
|
| 338 |
+
<tr>
|
| 339 |
+
<td><a href="https://huggingface.co/OpenLLM-France/Luciole-1B-Base/blob/main/metadata/evaluation/translation_details.png"><img src="metadata/evaluation/translation_average.png" alt="Translation average results"></a></td>
|
| 340 |
+
<td><a href="https://huggingface.co/OpenLLM-France/Luciole-1B-Base/blob/main/metadata/evaluation/ruler_details.png"><img src="metadata/evaluation/ruler_average.png" alt="RULER average results"></a></td>
|
| 341 |
+
</tr>
|
| 342 |
+
</table>
|
| 343 |
+
|
| 344 |
+
All figures can be found in the [metadata/evaluation](https://huggingface.co/OpenLLM-France/Luciole-1B-Base/tree/main/metadata/evaluation) folder.
|
| 345 |
+
|
| 346 |
+
## Citation
|
| 347 |
+
|
| 348 |
+
✍ Paper coming soon!
|
| 349 |
+
|
| 350 |
+
|
| 351 |
+
## Acknowledgements
|
| 352 |
+
|
| 353 |
+
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.
|
| 354 |
+
|
| 355 |
+
Training of Luciole-1B-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.
|
| 356 |
+
|
| 357 |
+
Luciole-1B-Base was created by members of [LINAGORA](https://labs.linagora.com/) for the OpenLLM-France project, including in alphabetical order:
|
| 358 |
+
|
| 359 |
+
Audran Bert
|
| 360 |
+
Akshay Chaturvedi
|
| 361 |
+
Olivier Gouvert
|
| 362 |
+
Julie Hunter
|
| 363 |
+
Jean-Pierre Lorré
|
| 364 |
+
Jérôme Louradour
|
| 365 |
+
Charlotte Noel
|
| 366 |
+
Kate Thompson
|
| 367 |
+
|
| 368 |
+
We thank the support team from IDRIS for technical guidance throughout the project, especially:
|
| 369 |
+
|
| 370 |
+
|
| 371 |
+
Martin Comminges (IDRIS)
|
| 372 |
+
Rémi Lacroix (IDRIS)
|
| 373 |
+
Myriam Peyrounette (IDRIS)
|
| 374 |
+
|
| 375 |
+
as well as the support team from NVIDIA, especially:
|
| 376 |
+
|
| 377 |
+
Meriem Bendris (NVIDIA)
|
| 378 |
+
Hayk Shoukourian (NVIDIA)
|
| 379 |
+
Oleg Sudakov (NVIDIA)
|
| 380 |
+
|
| 381 |
+
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):
|
| 382 |
+
|
| 383 |
+
Clément Bénesse (Opsci)
|
| 384 |
+
Bertrand Cabot (IDRIS)
|
| 385 |
+
Christophe Cerisara (LORIA)
|
| 386 |
+
Liam Duignan (CEA)
|
| 387 |
+
Olivier Ferret (CEA)
|
| 388 |
+
Emile Hazard (OpSci)
|
| 389 |
+
Léo Hunout (IDRIS)
|
| 390 |
+
Gabriel Lauzzana (LORIA)
|
| 391 |
+
Michel-Marie Maudet (LINAGORA)
|
| 392 |
+
|
| 393 |
+
|
| 394 |
+
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/).
|
| 395 |
+
|
| 396 |
+
|
| 397 |
+
Finally, we thank the entire OpenLLM-France community, whose members have helped in diverse ways.
|
| 398 |
+
|
| 399 |
+
## Contact
|
| 400 |
+
|
| 401 |
+
contact@openllm-france.fr
|
check_nonregression.py
ADDED
|
@@ -0,0 +1,116 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#!/usr/bin/env python3
|
| 2 |
+
"""Non-regression check for the Luciole-1B-Base lm_head fix.
|
| 3 |
+
|
| 4 |
+
The fix removes the redundant, all-zero ``lm_head.weight`` tensor from
|
| 5 |
+
``model.safetensors``. Because ``tie_word_embeddings`` is true, the language
|
| 6 |
+
modelling head is reconstructed from ``model.embed_tokens.weight`` at load
|
| 7 |
+
time, so the model must behave *identically* before and after the fix.
|
| 8 |
+
|
| 9 |
+
Usage:
|
| 10 |
+
# Compare two model folders (e.g. backup vs fixed):
|
| 11 |
+
python check_nonregression.py --ref ../Luciole-1B-Base-backup --new .
|
| 12 |
+
|
| 13 |
+
# Or snapshot a reference now, then compare later:
|
| 14 |
+
python check_nonregression.py --ref . --save ref_outputs.pt
|
| 15 |
+
# ... apply the fix ...
|
| 16 |
+
python check_nonregression.py --new . --compare ref_outputs.pt
|
| 17 |
+
|
| 18 |
+
This script only does forward passes (greedy / logits), no sampling, so it is
|
| 19 |
+
fully deterministic and CPU-friendly.
|
| 20 |
+
"""
|
| 21 |
+
import argparse
|
| 22 |
+
import torch
|
| 23 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 24 |
+
|
| 25 |
+
PROMPTS = [
|
| 26 |
+
"Bonjour, je m'appelle",
|
| 27 |
+
"La capitale de la France est",
|
| 28 |
+
"Il était une fois",
|
| 29 |
+
"2 + 2 =",
|
| 30 |
+
]
|
| 31 |
+
|
| 32 |
+
|
| 33 |
+
def load(path):
|
| 34 |
+
tok = AutoTokenizer.from_pretrained(path)
|
| 35 |
+
model = AutoModelForCausalLM.from_pretrained(path, torch_dtype=torch.float32)
|
| 36 |
+
model.eval()
|
| 37 |
+
return tok, model
|
| 38 |
+
|
| 39 |
+
|
| 40 |
+
@torch.no_grad()
|
| 41 |
+
def compute_outputs(path):
|
| 42 |
+
tok, model = load(path)
|
| 43 |
+
# Sanity: the head must be tied to the input embeddings.
|
| 44 |
+
tied = model.get_output_embeddings().weight.data_ptr() == \
|
| 45 |
+
model.get_input_embeddings().weight.data_ptr()
|
| 46 |
+
results = []
|
| 47 |
+
for prompt in PROMPTS:
|
| 48 |
+
ids = tok(prompt, return_tensors="pt").input_ids
|
| 49 |
+
logits = model(ids).logits[0, -1] # last-token logits
|
| 50 |
+
greedy = model.generate(ids, max_new_tokens=20, do_sample=False)[0]
|
| 51 |
+
results.append({
|
| 52 |
+
"prompt": prompt,
|
| 53 |
+
"logits": logits.clone(),
|
| 54 |
+
"greedy_ids": greedy.clone(),
|
| 55 |
+
"greedy_text": tok.decode(greedy, skip_special_tokens=True),
|
| 56 |
+
})
|
| 57 |
+
return {"tied": tied, "results": results}
|
| 58 |
+
|
| 59 |
+
|
| 60 |
+
def compare(ref, new):
|
| 61 |
+
ok = True
|
| 62 |
+
if not new["tied"]:
|
| 63 |
+
print(" [FAIL] output head is NOT tied to input embeddings in --new model")
|
| 64 |
+
ok = False
|
| 65 |
+
else:
|
| 66 |
+
print(" [ ok ] output head is tied to input embeddings")
|
| 67 |
+
for r, n in zip(ref["results"], new["results"]):
|
| 68 |
+
same_ids = torch.equal(r["greedy_ids"], n["greedy_ids"])
|
| 69 |
+
max_logit_diff = (r["logits"] - n["logits"]).abs().max().item()
|
| 70 |
+
status = "ok" if (same_ids and max_logit_diff == 0.0) else "FAIL"
|
| 71 |
+
if status == "FAIL":
|
| 72 |
+
ok = False
|
| 73 |
+
print(f" [{status:>4}] {r['prompt']!r}")
|
| 74 |
+
print(f" max|Δlogits| = {max_logit_diff:.3e} greedy_ids_identical = {same_ids}")
|
| 75 |
+
if not same_ids:
|
| 76 |
+
print(f" ref : {r['greedy_text']!r}")
|
| 77 |
+
print(f" new : {n['greedy_text']!r}")
|
| 78 |
+
return ok
|
| 79 |
+
|
| 80 |
+
|
| 81 |
+
def main():
|
| 82 |
+
ap = argparse.ArgumentParser()
|
| 83 |
+
ap.add_argument("--ref", help="reference model folder")
|
| 84 |
+
ap.add_argument("--new", help="new (fixed) model folder")
|
| 85 |
+
ap.add_argument("--save", help="save reference outputs to this file")
|
| 86 |
+
ap.add_argument("--compare", help="compare --new against saved reference file")
|
| 87 |
+
args = ap.parse_args()
|
| 88 |
+
|
| 89 |
+
if args.save:
|
| 90 |
+
assert args.ref, "--save requires --ref"
|
| 91 |
+
print(f"Computing reference outputs from {args.ref} ...")
|
| 92 |
+
torch.save(compute_outputs(args.ref), args.save)
|
| 93 |
+
print(f"Saved reference outputs to {args.save}")
|
| 94 |
+
return
|
| 95 |
+
|
| 96 |
+
if args.compare:
|
| 97 |
+
assert args.new, "--compare requires --new"
|
| 98 |
+
ref = torch.load(args.compare, weights_only=False)
|
| 99 |
+
print(f"Computing outputs from {args.new} ...")
|
| 100 |
+
new = compute_outputs(args.new)
|
| 101 |
+
ok = compare(ref, new)
|
| 102 |
+
else:
|
| 103 |
+
assert args.ref and args.new, "need --ref and --new (or --save / --compare)"
|
| 104 |
+
print(f"Computing reference outputs from {args.ref} ...")
|
| 105 |
+
ref = compute_outputs(args.ref)
|
| 106 |
+
print(f"Computing outputs from {args.new} ...")
|
| 107 |
+
new = compute_outputs(args.new)
|
| 108 |
+
ok = compare(ref, new)
|
| 109 |
+
|
| 110 |
+
print()
|
| 111 |
+
print("RESULT:", "PASS - no regression ✓" if ok else "FAIL - outputs differ ✗")
|
| 112 |
+
raise SystemExit(0 if ok else 1)
|
| 113 |
+
|
| 114 |
+
|
| 115 |
+
if __name__ == "__main__":
|
| 116 |
+
main()
|
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": 64,
|
| 10 |
+
"hidden_act": "relu2",
|
| 11 |
+
"hidden_size": 2048,
|
| 12 |
+
"initializer_range": 0.0134,
|
| 13 |
+
"intermediate_size": 8192,
|
| 14 |
+
"max_position_embeddings": 131072,
|
| 15 |
+
"mlp_bias": false,
|
| 16 |
+
"model_type": "nemotron",
|
| 17 |
+
"norm_eps": 1e-05,
|
| 18 |
+
"num_attention_heads": 32,
|
| 19 |
+
"num_hidden_layers": 24,
|
| 20 |
+
"num_key_value_heads": 8,
|
| 21 |
+
"partial_rotary_factor": 0.5,
|
| 22 |
+
"rope_theta": 2000000.0,
|
| 23 |
+
"tie_word_embeddings": true,
|
| 24 |
+
"torch_dtype": "bfloat16",
|
| 25 |
+
"transformers_version": "4.51.3",
|
| 26 |
+
"use_cache": true,
|
| 27 |
+
"vocab_size": 128000,
|
| 28 |
+
"training_steps": 1204876,
|
| 29 |
+
"training_tokens": 5053616226304
|
| 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
|
metadata/evaluation/fr_average.png
ADDED
|
metadata/evaluation/fr_details.png
ADDED
|
Git LFS Details
|
metadata/evaluation/legend.png
ADDED
|
metadata/evaluation/multilingual_average.png
ADDED
|
metadata/evaluation/multilingual_details.png
ADDED
|
Git LFS Details
|
metadata/evaluation/ruler_average.png
ADDED
|
metadata/evaluation/ruler_details.png
ADDED
|
Git LFS Details
|
metadata/evaluation/translation_average.png
ADDED
|
metadata/evaluation/translation_details.png
ADDED
|
Git LFS Details
|
metadata/training_logs/ConvergenceCurve.png
ADDED
|
Git LFS Details
|
metadata/training_logs/ConvergenceCurve_phase1.csv
ADDED
|
@@ -0,0 +1,397 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
training_steps,training_tokens,training_loss,walltime,gputime,learning_rate
|
| 2 |
+
1265,5305794560,6.465428600311279,540.4480302333832,138354.6957397461,0.0001896551693789661
|
| 3 |
+
3255,13652459520,3.82938045501709,1395.3682935237885,357214.28314208984,0.0003000000142492354
|
| 4 |
+
4390,18412994560,3.182524766921997,1893.8293015956879,484820.3012084961,0.0003000000142492354
|
| 5 |
+
6695,28080865280,2.975801067352295,2876.3496470451355,736345.5096435547,0.0003000000142492354
|
| 6 |
+
8455,35462840320,2.810102033615112,3652.649699449539,935078.323059082,0.0003000000142492354
|
| 7 |
+
10620,44543508480,2.7237127780914308,4634.893196821213,1186532.6583862305,0.0003000000142492354
|
| 8 |
+
12930,54232350720,2.64554575920105,5644.2243111133575,1444921.4236450195,0.0003000000142492354
|
| 9 |
+
14675,61551411200,2.605780448913574,6368.854075670242,1630426.643371582,0.0003000000142492354
|
| 10 |
+
16855,70694993920,2.561097192764282,7263.754259347916,1859521.0903930664,0.0003000000142492354
|
| 11 |
+
18320,76839649280,2.5302291107177735,7941.332848072052,2032981.2091064453,0.0003000000142492354
|
| 12 |
+
19660,82460016640,2.518380489349365,8536.792649030685,2185418.9181518555,0.0003000000142492354
|
| 13 |
+
21265,89191874560,2.5022436141967774,9222.322661876678,2360914.6014404297,0.0003000000142492354
|
| 14 |
+
23060,96720650240,2.4803824615478516,10069.032336473465,2577672.278137207,0.0003000000142492354
|
| 15 |
+
24975,104752742400,2.464562931060791,10971.006916761398,2808577.770690918,0.0003000000142492354
|
| 16 |
+
27195,114064097280,2.4483673191070556,11958.117899894714,3061278.182373047,0.0003000000142492354
|
| 17 |
+
28775,120691097600,2.43978102684021,12635.690187215805,3234736.687927246,0.0003000000142492354
|
| 18 |
+
30020,125913006080,2.4266975784301756,13166.042087078094,3370506.774291992,0.0003000000142492354
|
| 19 |
+
31675,132854579200,2.4241744804382326,13860.959688425064,3548405.6802368164,0.0003000000142492354
|
| 20 |
+
33660,141180272640,2.4102925205230714,14779.235637187958,3783484.323120117,0.0003000000142492354
|
| 21 |
+
36081,151334682624,2.403546838760376,16491.61464881897,4221853.350097656,0.0003000000142492354
|
| 22 |
+
37926,159073173504,2.3889238357543947,18333.981563568115,4693499.2802734375,0.0003000000142492354
|
| 23 |
+
39906,167377895424,2.3886548137664794,20031.1024684906,5127962.231933594,0.0003000000142492354
|
| 24 |
+
41711,174948614144,2.3753888607025146,21827.084810256958,5587733.711425781,0.0003000000142492354
|
| 25 |
+
43092,180740947968,2.3751088778177896,22621.380553007126,5791073.421569824,0.0003000000142492354
|
| 26 |
+
45152,189381214208,2.368516511917114,23914.0799639225,6122004.47076416,0.0003000000142492354
|
| 27 |
+
47477,199132971008,2.359924039840698,25523.577580213547,6534035.860534668,0.0003000000142492354
|
| 28 |
+
49222,206452031488,2.35662691116333,26738.31502890587,6845008.647399902,0.0003000000142492354
|
| 29 |
+
50937,213645262848,2.3486970043182374,28087.61449074745,7190429.309631348,0.0003000000142492354
|
| 30 |
+
52737,221195010048,2.3429913902282715,29343.727826833725,7511994.323669434,0.0003000000142492354
|
| 31 |
+
54667,229290016768,2.3420530414581298,30708.853577136993,7861466.51574707,0.0003000000142492354
|
| 32 |
+
56112,235350786048,2.3441300106048586,31648.27597951889,8101958.650756836,0.0003000000142492354
|
| 33 |
+
58252,244326596608,2.332324981689453,33396.77086806297,8549573.342224121,0.0003000000142492354
|
| 34 |
+
59857,251058454528,2.329068832397461,34376.37104725838,8800350.988098145,0.0003000000142492354
|
| 35 |
+
61392,257496711168,2.3279238414764403,35478.220668792725,9082424.491210938,0.0003000000142492354
|
| 36 |
+
63212,265130344448,2.3255049896240236,36744.15958619118,9406504.854064941,0.0003000000142492354
|
| 37 |
+
65177,273372151808,2.327394847869873,38339.004784584045,9814785.224853516,0.0003000000142492354
|
| 38 |
+
66962,280858984448,2.3180792999267577,39489.98046016693,10109434.997802734,0.0003000000142492354
|
| 39 |
+
69107,289855766528,2.311202621459961,40883.72546887398,10466233.720031738,0.0003000000142492354
|
| 40 |
+
71097,298202431488,2.313365869522095,42252.6600382328,10816680.969787598,0.0003000000142492354
|
| 41 |
+
73102,306612011008,2.308373212814331,43684.28518509865,11183177.007385254,0.0003000000142492354
|
| 42 |
+
74522,312567922688,2.310056505203247,44733.37353682518,11451743.625427246,0.0003000000142492354
|
| 43 |
+
76802,322130935808,2.3007737731933595,46540.1588807106,11914280.673461914,0.0003000000142492354
|
| 44 |
+
78887,330876059648,2.3041574573516845,48205.023109674454,12340485.91607666,0.0003000000142492354
|
| 45 |
+
80562,337901518848,2.301863069534302,49234.856707811356,12604123.317199707,0.0003000000142492354
|
| 46 |
+
82492,345996525568,2.3013345909118654,50701.52773118019,12979591.099182129,0.0003000000142492354
|
| 47 |
+
83912,351952437248,2.2964205932617188,51695.42193388939,13234028.015075684,0.0003000000142492354
|
| 48 |
+
85412,358243893248,2.297154302597046,52829.15173268318,13524262.843566895,0.0003000000142492354
|
| 49 |
+
87482,366926102528,2.290277433395386,54256.613090991974,13889692.951293945,0.0003000000142492354
|
| 50 |
+
89372,374853337088,2.3407468509674074,55560.65480804443,14223527.630859375,0.0003000000142492354
|
| 51 |
+
91007,381711024128,2.2891069221496583,56933.41270542145,14574953.65258789,0.0003000000142492354
|
| 52 |
+
93177,390812663808,2.2886190032958984,58647.76357269287,15013827.474609375,0.0003000000142492354
|
| 53 |
+
94992,398425325568,2.283419609069824,60028.26189494133,15367235.04510498,0.0003000000142492354
|
| 54 |
+
97367,408386797568,2.2862363243103028,61568.702460289,15761587.829833984,0.0003000000142492354
|
| 55 |
+
98702,413986193408,2.280220489501953,62732.37004137039,16059486.73059082,0.0003000000142492354
|
| 56 |
+
100112,419900162048,2.2757880210876467,63859.959637880325,16348149.667297363,0.0003000000142492354
|
| 57 |
+
101662,426401333248,2.278047790527344,64788.51842021942,16585860.715576172,0.0003000000142492354
|
| 58 |
+
103602,434538283008,2.2798214817047118,66187.78514361382,16944072.996765137,0.0003000000142492354
|
| 59 |
+
105602,442926891008,2.275677089691162,67771.1592195034,17349416.76019287,0.0003000000142492354
|
| 60 |
+
107317,450120122368,2.277452840805054,69027.7511332035,17671104.290100098,0.0003000000142492354
|
| 61 |
+
108552,455300087808,2.28296706199646,69798.20046877861,17868339.320007324,0.0003000000142492354
|
| 62 |
+
110337,462786920448,2.2704765892028806,71092.74575805664,18199742.9140625,0.0003000000142492354
|
| 63 |
+
111672,468386316288,2.272538871765137,72045.77745175362,18443719.027648926,0.0003000000142492354
|
| 64 |
+
112862,473377538048,2.27315242767334,72868.74076461792,18654397.635742188,0.0003000000142492354
|
| 65 |
+
114062,478410702848,2.2664946269989015,73696.96841573715,18866423.91442871,0.0003000000142492354
|
| 66 |
+
115827,485813649408,2.2677305793762206,75087.65693759918,19222440.17602539,0.0003000000142492354
|
| 67 |
+
118142,495523463168,2.2677643871307374,76726.87826013565,19642080.834594727,0.0003000000142492354
|
| 68 |
+
121618,510102863872,2.2668714848431675,78251.02180194855,20032261.581298828,0.0003000000142492354
|
| 69 |
+
122983,515828088832,2.2704881858825683,78879.6627767086,20193193.670837402,0.0003000000142492354
|
| 70 |
+
124613,522664804352,2.337753372192383,79693.99948191643,20401663.867370605,0.0003000000142492354
|
| 71 |
+
127613,535247716352,2.260046901702881,81091.77008342743,20759493.141357422,0.0003000000142492354
|
| 72 |
+
129538,543321751552,2.260201959609985,82020.56471419334,20997264.566833496,0.0003000000142492354
|
| 73 |
+
131303,550724698112,2.2586923027038575,82837.77414631844,21206470.18145752,0.0003000000142492354
|
| 74 |
+
132988,557792100352,2.2572757720947267,83612.63975572586,21404835.77746582,0.0003000000142492354
|
| 75 |
+
134898,565803220992,2.258237152099609,84518.5413749218,21636746.59197998,0.0003000000142492354
|
| 76 |
+
136308,571717189632,2.2739326572418213,85132.61724305153,21793950.01422119,0.0003000000142492354
|
| 77 |
+
137803,577987674112,2.254041395187378,85875.2988345623,21984076.50164795,0.0003000000142492354
|
| 78 |
+
139763,586208509952,2.2580802154541018,86743.61527752876,22206365.511047363,0.0003000000142492354
|
| 79 |
+
141283,592583852032,2.2556767654418945,87460.19104909897,22389808.908569336,0.0003000000142492354
|
| 80 |
+
143578,602209779712,2.2515635967254637,88470.56882572174,22648465.619384766,0.0003000000142492354
|
| 81 |
+
145063,608438321152,2.2541176795959474,89176.61712837219,22829213.98486328,0.0003000000142492354
|
| 82 |
+
147158,617225388032,2.2514667987823485,90181.72580313683,23086521.805603027,0.0003000000142492354
|
| 83 |
+
148728,623810445312,2.2488343620300295,90925.20633530617,23276852.82183838,0.0003000000142492354
|
| 84 |
+
150683,632010309632,2.2541866207122805,91834.19750642776,23509554.561645508,0.0003000000142492354
|
| 85 |
+
152263,638637309952,2.2518045616149904,92550.11874985695,23692830.39996338,0.0003000000142492354
|
| 86 |
+
154138,646501629952,2.251331615447998,93449.19558954239,23922994.07092285,0.0003000000142492354
|
| 87 |
+
156693,657218076672,2.248482904434204,94651.84852075577,24230873.221313477,0.0003000000142492354
|
| 88 |
+
158098,663111073792,2.248287515640259,95293.49694919586,24395135.21899414,0.0003000000142492354
|
| 89 |
+
159893,670639849472,2.2429542350769043,96092.15574097633,24599591.86968994,0.0003000000142492354
|
| 90 |
+
161668,678084739072,2.2439047622680666,96906.68583226204,24808111.573059082,0.0003000000142492354
|
| 91 |
+
163208,684543967232,2.241104154586792,97635.62472653389,24994719.929992676,0.0003000000142492354
|
| 92 |
+
164843,691401654272,2.240164947509766,98429.95104384422,25198067.46722412,0.0003000000142492354
|
| 93 |
+
167083,700796895232,2.2438285732269287,99535.88884544373,25481187.544433594,0.0003000000142492354
|
| 94 |
+
168513,706794749952,2.2467024517059326,100224.56843924522,25657489.520446777,0.0003000000142492354
|
| 95 |
+
171453,719126003712,2.2424407768249512,101717.66445827484,26039722.10131836,0.0003000000142492354
|
| 96 |
+
173433,727430725632,2.242832899093628,102597.8366549015,26265046.183654785,0.0003000000142492354
|
| 97 |
+
175608,736553336832,2.2461305904388427,103655.41902017593,26535787.26916504,0.0003000000142492354
|
| 98 |
+
177448,744270856192,2.2395535373687743,104484.02460408211,26747910.29864502,0.0003000000142492354
|
| 99 |
+
178958,750604255232,2.2376348972320557,105195.11853170395,26929950.34411621,0.0003000000142492354
|
| 100 |
+
180793,758300803072,2.2373849296569825,106042.56030869484,27146895.43902588,0.0003000000142492354
|
| 101 |
+
182783,766647468032,2.2426952266693116,106948.07768774033,27378707.888061523,0.0003000000142492354
|
| 102 |
+
184603,774281101312,2.2408459854125975,107821.84893798828,27602393.328125,0.0003000000142492354
|
| 103 |
+
185788,779251351552,2.2357861232757568,108357.13065218925,27739425.44696045,0.0003000000142492354
|
| 104 |
+
187453,786234867712,2.2396538162231447,109143.85707688332,27940827.41168213,0.0003000000142492354
|
| 105 |
+
189088,793092554752,2.2360408210754397,109971.36908841133,28152670.4866333,0.0003000000142492354
|
| 106 |
+
190783,800201900032,2.238041410446167,110743.19171261787,28350257.078430176,0.0003000000142492354
|
| 107 |
+
192338,806724042752,2.235172758102417,111454.47812509537,28532346.400024414,0.0003000000142492354
|
| 108 |
+
193948,813476872192,2.2350612258911133,112225.06506514549,28729616.656677246,0.0003000000142492354
|
| 109 |
+
195313,819202097152,2.2348630142211916,112868.70058965683,28894387.35095215,0.0003000000142492354
|
| 110 |
+
196763,825283837952,2.235956039428711,113546.95520949364,29068020.53363037,0.0003000000142492354
|
| 111 |
+
198478,832477069312,2.2334384155273437,114371.68268990517,29279150.768615723,0.0003000000142492354
|
| 112 |
+
199848,838223265792,2.2385651874542236,115044.01818346977,29451268.65496826,0.0003000000142492354
|
| 113 |
+
201913,846884503552,2.2302267742156983,116007.11257648468,29697820.819580078,0.0003000000142492354
|
| 114 |
+
204248,856678203392,2.2353979682922365,117113.66851878166,29981099.140808105,0.0003000000142492354
|
| 115 |
+
206203,864878067712,2.2308446407318114,118015.33368062973,30211925.42224121,0.0003000000142492354
|
| 116 |
+
207458,870141919232,2.2352210426330568,118608.6106915474,30363804.337036133,0.0003000000142492354
|
| 117 |
+
209088,876978634752,2.2294559860229493,119358.25660538673,30555713.690979004,0.0003000000142492354
|
| 118 |
+
211178,885744730112,2.225923595428467,120342.31365633011,30807632.296020508,0.0003000000142492354
|
| 119 |
+
212448,891071496192,2.2287181663513183,120944.11895465851,30961694.452392578,0.0003000000142492354
|
| 120 |
+
214378,899166502912,2.2293126296997072,121807.04653930664,31182603.9140625,0.0003000000142492354
|
| 121 |
+
215558,904115781632,2.2257094097137453,122381.40376877785,31329639.36480713,0.0003000000142492354
|
| 122 |
+
217528,912378560512,2.2243778228759767,123296.01352643967,31563779.462768555,0.0003000000142492354
|
| 123 |
+
219158,919215276032,2.228690576553345,124106.96697425842,31771383.545410156,0.0003000000142492354
|
| 124 |
+
221063,927205425152,2.2294145584106446,125000.83873343468,32000214.715759277,0.0003000000142492354
|
| 125 |
+
222673,933958254592,2.2292598724365233,125764.7503323555,32195776.085083008,0.0003000000142492354
|
| 126 |
+
224388,941151485952,2.2256217670440672,126542.61348080635,32394909.051086426,0.0003000000142492354
|
| 127 |
+
226063,948176945152,2.226674003601074,127338.61748051643,32598686.075012207,0.0003000000142492354
|
| 128 |
+
227658,954866860032,2.2214604377746583,128092.79958558083,32791756.69390869,0.0003000000142492354
|
| 129 |
+
229648,963213524992,2.224501781463623,129044.74956226349,33035455.887939453,0.0003000000142492354
|
| 130 |
+
231408,970595500032,2.2336643981933593,129844.39111423492,33240164.12524414,0.0003000000142492354
|
| 131 |
+
233508,979403538432,2.2244373607635497,130826.56310391426,33491600.15460205,0.0003000000142492354
|
| 132 |
+
235058,985904709632,2.229531850814819,131554.07805991173,33677843.9833374,0.0003000000142492354
|
| 133 |
+
237383,995656466432,2.225900526046753,132628.159324646,33952808.787109375,0.0003000000142492354
|
| 134 |
+
239258,1003520786432,2.2243186950683596,133482.10627627373,34171419.206726074,0.0003000000142492354
|
| 135 |
+
240853,1010210701312,2.225900821685791,134261.13469433784,34370850.48175049,0.0003000000142492354
|
| 136 |
+
242588,1017487818752,2.220998487472534,135131.4069671631,34593640.18359375,0.0003000000142492354
|
| 137 |
+
244128,1023947046912,2.2192277336120605,135870.01546812057,34782723.95983887,0.0003000000142492354
|
| 138 |
+
245798,1030951534592,2.222808198928833,136659.217618227,34984759.71026611,0.0003000000142492354
|
| 139 |
+
247763,1039193341952,2.2225396728515623,137597.9582901001,35225077.322265625,0.0003000000142492354
|
| 140 |
+
249528,1046596288512,2.216738739013672,138400.991304636,35430653.77398682,0.0003000000142492354
|
| 141 |
+
251123,1053286203392,2.2189182090759276,139179.79805898666,35630028.303100586,0.0003000000142492354
|
| 142 |
+
253028,1061276352512,2.21700008392334,140072.3687798977,35858526.40765381,0.0003000000142492354
|
| 143 |
+
254588,1067819466752,2.2223815441131594,140827.8933866024,36051940.706970215,0.0003000000142492354
|
| 144 |
+
255913,1073376919552,2.2189493370056153,141489.29872226715,36221260.47290039,0.0003000000142492354
|
| 145 |
+
257838,1081450954752,2.223062572479248,142401.0348482132,36454664.92114258,0.0003000000142492354
|
| 146 |
+
259478,1088329613312,2.220221939086914,143185.80658268929,36655566.48516846,0.0003000000142492354
|
| 147 |
+
261008,1094746898432,2.2196498775482176,143863.09699606895,36828952.83099365,0.0003000000142492354
|
| 148 |
+
262823,1102359560192,2.2211773109436037,144776.64606761932,37062821.39331055,0.0003000000142492354
|
| 149 |
+
264168,1108000899072,2.2196997451782225,145418.61533117294,37227165.52478027,0.0003000000142492354
|
| 150 |
+
265543,1113768067072,2.2186817359924316,146033.42716884613,37384557.35522461,0.0003000000142492354
|
| 151 |
+
267618,1122471247872,2.2121424961090086,147022.94567894936,37637874.093811035,0.0003000000142492354
|
| 152 |
+
269463,1130209738752,2.2170939445495605,147903.49109721184,37863293.72088623,0.0003000000142492354
|
| 153 |
+
272378,1142436134912,2.2174770259857177,149217.13569951057,38199586.73907471,0.0003000000142492354
|
| 154 |
+
273783,1148329132032,2.2196602535247805,149849.78691887856,38361545.45123291,0.0003000000142492354
|
| 155 |
+
275488,1155480420352,2.2205773544311525,150583.7311000824,38549435.161621094,0.0003000000142492354
|
| 156 |
+
278143,1166616297472,2.2212600231170656,151818.23363375664,38865467.8102417,0.0003000000142492354
|
| 157 |
+
279883,1173914386432,2.2200650691986086,152591.39305782318,39063396.622802734,0.0003000000142492354
|
| 158 |
+
281608,1181149560832,2.215169677734375,153411.4414627552,39273329.01446533,0.0003000000142492354
|
| 159 |
+
283208,1187860447232,2.217360258102417,154149.9946064949,39462398.619262695,0.0003000000142492354
|
| 160 |
+
285103,1195808653312,2.2246719932556154,154981.93537187576,39675375.455200195,0.0003000000142492354
|
| 161 |
+
286993,1203735887872,2.215882587432861,155806.4302380085,39886446.140930176,0.0003000000142492354
|
| 162 |
+
288988,1212103524352,2.216957588195801,156762.82442641258,40131283.05316162,0.0003000000142492354
|
| 163 |
+
291238,1221540708352,2.2166183853149413,157792.25512337685,40394817.31158447,0.0003000000142492354
|
| 164 |
+
293488,1230977892352,2.214073476791382,158845.7677037716,40664516.53216553,0.0003000000142492354
|
| 165 |
+
295438,1239156785152,2.2156616401672364,159756.12919282913,40897569.07336426,0.0003000000142492354
|
| 166 |
+
297473,1247692193792,2.2141094970703126,160792.61674118042,41162909.88574219,0.0003000000142492354
|
| 167 |
+
299458,1256017887232,2.2074340343475343,161707.02262234688,41396997.7913208,0.0003000000142492354
|
| 168 |
+
301453,1264385523712,2.209468994140625,162626.81773853302,41632465.34106445,0.0003000000142492354
|
| 169 |
+
303168,1271578755072,2.213917713165283,163369.4819266796,41822587.37322998,0.0003000000142492354
|
| 170 |
+
304648,1277786324992,2.211513090133667,164022.00539422035,41989633.38092041,0.0003000000142492354
|
| 171 |
+
306113,1283930980352,2.21224347114563,164665.36506605148,42154333.45690918,0.0003000000142492354
|
| 172 |
+
307978,1291753357312,2.2148033237457274,165491.4425702095,42365809.29797363,0.0003000000142492354
|
| 173 |
+
309693,1298946588672,2.2083932399749755,166257.90438604355,42562023.52282715,0.0003000000142492354
|
| 174 |
+
311003,1304441126912,2.2747396659851074,166834.28444099426,42709576.81689453,0.0003000000142492354
|
| 175 |
+
313068,1313102364672,2.2127768898010256,167764.58946418762,42947734.90283203,0.0003000000142492354
|
| 176 |
+
314648,1319729364992,2.208777675628662,168491.43616628647,43133807.658569336,0.0003000000142492354
|
| 177 |
+
315888,1324930301952,2.2122244453430175,169108.3188612461,43291729.628479004,0.0003000000142492354
|
| 178 |
+
317618,1332186447872,2.2109225273132322,169899.81341075897,43494352.2331543,0.0003000000142492354
|
| 179 |
+
319263,1339086077952,2.213760299682617,170673.46478176117,43692406.98413086,0.0003000000142492354
|
| 180 |
+
322123,1351081787392,2.2073399353027345,172084.4281513691,44053613.60675049,0.0003000000142492354
|
| 181 |
+
323848,1358316961792,2.212856025695801,172919.15836644173,44267304.54180908,0.0003000000142492354
|
| 182 |
+
325753,1366307110912,2.2112987995147706,173837.11071443558,44502300.34289551,0.0003000000142492354
|
| 183 |
+
327343,1372976054272,2.2146513175964357,174648.1380124092,44709923.33117676,0.0003000000142492354
|
| 184 |
+
329423,1381700206592,2.206561622619629,175616.10539865494,44957722.982055664,0.0003000000142492354
|
| 185 |
+
330878,1387802918912,2.209345588684082,176269.60394096375,45125018.60888672,0.0003000000142492354
|
| 186 |
+
333663,1399484055552,2.2068519592285156,177622.3832411766,45471330.10974121,0.0003000000142492354
|
| 187 |
+
335943,1409047068672,2.206439275741577,178714.8501021862,45751001.62615967,0.0003000000142492354
|
| 188 |
+
337728,1416533901312,2.2058626079559325,179555.90155673027,45966310.79852295,0.0003000000142492354
|
| 189 |
+
339963,1425908170752,2.212089557647705,180625.76108765602,46240194.83843994,0.0003000000142492354
|
| 190 |
+
341778,1433520832512,2.2074979400634764,181433.42136454582,46446955.86932373,0.0003000000142492354
|
| 191 |
+
343333,1440042975232,2.218611421585083,182192.79965114594,46641356.71069336,0.0003000000142492354
|
| 192 |
+
346018,1451304681472,2.206129665374756,183427.8835053444,46957538.177368164,0.0003000000142492354
|
| 193 |
+
348028,1459735232512,2.206472120285034,184407.84185123444,47208407.513916016,0.0003000000142492354
|
| 194 |
+
349068,1464097308672,2.205904693603516,184930.07045340538,47342098.03607178,0.0003000000142492354
|
| 195 |
+
351033,1472339116032,2.20626277923584,185881.80628848076,47585742.409851074,0.0003000000142492354
|
| 196 |
+
353413,1482321559552,2.208822555541992,187041.1645503044,47882538.12487793,0.0003000000142492354
|
| 197 |
+
355423,1490752110592,2.2182296657562257,188024.52577066422,48134278.59729004,0.0003000000142492354
|
| 198 |
+
357298,1498616430592,2.2052673149108886,188895.41380357742,48357225.93371582,0.0003000000142492354
|
| 199 |
+
358983,1505683832832,2.2030324363708496,189662.05967736244,48553487.277404785,0.0003000000142492354
|
| 200 |
+
361328,1515519475712,2.1988871192932127,190731.80083107948,48827341.01275635,0.0003000000142492354
|
| 201 |
+
362853,1521915789312,2.2040863704681395,191455.7018609047,49012659.6763916,0.0003000000142492354
|
| 202 |
+
364303,1527997530112,2.2042712497711183,192108.35442137718,49179738.73187256,0.0003000000142492354
|
| 203 |
+
365963,1534960074752,2.203954372406006,192898.0356783867,49381897.13366699,0.0003000000142492354
|
| 204 |
+
367198,1540140040192,2.2068722915649412,193475.84306907654,49529815.825683594,0.0003000000142492354
|
| 205 |
+
368933,1547417157632,2.2023378467559813,194328.83617711067,49748182.06134033,0.0003000000142492354
|
| 206 |
+
370708,1554862047232,2.206851282119751,195131.7044146061,49953716.33013916,0.0003000000142492354
|
| 207 |
+
372358,1561782648832,2.201921796798706,195894.00914621353,50148866.341430664,0.0003000000142492354
|
| 208 |
+
375038,1573023383552,2.20075777053833,197195.08435320854,50481941.59442139,0.0003000000142492354
|
| 209 |
+
377068,1581537820672,2.2016915035247804,198100.8693356514,50713822.54992676,0.0003000000142492354
|
| 210 |
+
378768,1588668137472,2.2056320476531983,198926.67149615288,50925227.90301514,0.0003000000142492354
|
| 211 |
+
380423,1595609710592,2.2056835746765135,199671.85097765923,51115993.85028076,0.0003000000142492354
|
| 212 |
+
383123,1606934331392,2.202351312637329,200941.7735774517,51441094.03582764,0.0003000000142492354
|
| 213 |
+
385018,1614882537472,2.200028409957886,201864.97535181046,51677433.69006348,0.0003000000142492354
|
| 214 |
+
387298,1624445550592,2.201711664199829,202992.41031241417,51966057.03997803,0.0003000000142492354
|
| 215 |
+
388693,1630296604672,2.2025718784332273,203639.8862464428,52131810.879089355,0.0003000000142492354
|
| 216 |
+
390533,1638014124032,2.199880313873291,204491.1164815426,52349725.8192749,0.0003000000142492354
|
| 217 |
+
392103,1644599181312,2.204264659881592,205196.27792310715,52530247.14831543,0.0003000000142492354
|
| 218 |
+
393878,1652044070912,2.1994618225097655,206056.01354908943,52750339.468566895,0.0003000000142492354
|
| 219 |
+
395868,1660390735872,2.2008496475219728,207046.7842693329,53003976.77294922,0.0003000000142492354
|
| 220 |
+
397883,1668842258432,2.1975641536712645,208076.6296942234,53267617.20172119,0.0003000000142492354
|
| 221 |
+
399123,1674043195392,2.2002278900146486,208663.41986846924,53417835.486328125,0.0003000000142492354
|
| 222 |
+
400878,1681404198912,2.1975760650634766,209468.63008093834,53623969.300720215,0.0003000000142492354
|
| 223 |
+
402488,1688157028352,2.199719944000244,210272.23271799088,53829691.575805664,0.0003000000142492354
|
| 224 |
+
404683,1697363525632,2.195029420852661,211294.85526752472,54091482.94848633,0.0003000000142492354
|
| 225 |
+
406218,1703801782272,2.2027769088745117,212018.24462127686,54276670.623046875,0.0003000000142492354
|
| 226 |
+
408268,1712400105472,2.1966106414794924,212998.3636302948,54527581.08935547,0.0003000000142492354
|
| 227 |
+
409798,1718817390592,2.205965032577515,213744.93101978302,54718702.34106445,0.0003000000142492354
|
| 228 |
+
411433,1725675077632,2.2025319862365724,214471.13732123375,54904611.15423584,0.0003000000142492354
|
| 229 |
+
413743,1735363919872,2.1958221435546874,215439.15642166138,55152424.04394531,0.0003000000142492354
|
| 230 |
+
415648,1743354068992,2.1978758716583253,216272.33054423332,55365716.61932373,0.0003000000142492354
|
| 231 |
+
417568,1751407132672,2.1970835399627684,217109.57375073433,55580050.88018799,0.0003000000142492354
|
| 232 |
+
419043,1757593731072,2.201749324798584,217781.0275580883,55751943.054870605,0.0003000000142492354
|
| 233 |
+
421183,1766569541632,2.196067113876343,218721.9414308071,55992817.00628662,0.0003000000142492354
|
| 234 |
+
423008,1774224146432,2.1944501399993896,219517.20367455482,56196404.140686035,0.0003000000142492354
|
| 235 |
+
425148,1783199956992,2.2024041271209716,220439.9300148487,56432622.08380127,0.0003000000142492354
|
| 236 |
+
426993,1790938447872,2.2009031486511232,221283.081043005,56648468.74700928,0.0003000000142492354
|
| 237 |
+
428738,1798257508352,2.1986973667144776,222117.36776018143,56862046.146606445,0.0003000000142492354
|
| 238 |
+
430213,1804444106752,2.194929361343384,222887.99374365807,57059326.398376465,0.0003000000142492354
|
| 239 |
+
431958,1811763167232,2.1970555782318115,223673.62428092957,57260447.81591797,0.0003000000142492354
|
| 240 |
+
434033,1820466348032,2.1981708908081057,224559.71384191513,57487286.74353027,0.0003000000142492354
|
| 241 |
+
435903,1828309696512,2.196650686264038,225389.0884628296,57699606.646484375,0.0003000000142492354
|
| 242 |
+
437253,1833972006912,2.1951021766662597,225981.23787784576,57851196.896728516,0.0003000000142492354
|
| 243 |
+
439618,1843891535872,2.1929092407226562,227040.24766469002,58122303.402160645,0.0003000000142492354
|
| 244 |
+
441023,1849784532992,2.1980921745300295,227637.62188339233,58275231.20214844,0.0003000000142492354
|
| 245 |
+
443133,1858634514432,2.1961898803710938,228571.15940475464,58514216.80761719,0.0003000000142492354
|
| 246 |
+
445618,1869057359872,2.192536611557007,229625.72684311867,58784186.07183838,0.0003000000142492354
|
| 247 |
+
447033,1874992300032,2.2011247634887696,230303.8678267002,58957790.163635254,0.0003000000142492354
|
| 248 |
+
448773,1882290388992,2.196821689605713,231074.254727602,59155009.21026611,0.0003000000142492354
|
| 249 |
+
450598,1889944993792,2.197528600692749,231856.2815001011,59355208.06402588,0.0003000000142492354
|
| 250 |
+
452333,1897222111232,2.2063365650177,232713.012042284,59574531.08282471,0.0003000000142492354
|
| 251 |
+
454243,1905233231872,2.2002062511444094,233552.24672102928,59789375.160583496,0.0003000000142492354
|
| 252 |
+
456318,1913936412672,2.196892747879028,234437.64766836166,60016037.803100586,0.0003000000142492354
|
| 253 |
+
458188,1921779761152,2.1942393016815185,235290.81342482567,60234448.23675537,0.0003000000142492354
|
| 254 |
+
459618,1927777615872,2.1926404285430907,235912.93820166588,60393712.179626465,0.0003000000142492354
|
| 255 |
+
461908,1937382572032,2.196129083633423,236891.94607281685,60644338.19464111,0.0003000000142492354
|
| 256 |
+
463493,1944030543872,2.1957433223724365,237660.3473033905,60841048.90966797,0.0003000000142492354
|
| 257 |
+
465563,1952712753152,2.2022856712341308,238595.58682346344,61080470.22680664,0.0003000000142492354
|
| 258 |
+
466598,1957053857792,2.200837631225586,239051.96961307526,61197304.220947266,0.0003000000142492354
|
| 259 |
+
468453,1964834291712,2.195974464416504,240024.22981405258,61446202.83239746,0.0003000000142492354
|
| 260 |
+
469928,1971020890112,2.195308313369751,240666.1689414978,61610539.24902344,0.0003000000142492354
|
| 261 |
+
471883,1979220754432,2.1926905155181884,241561.57677793503,61839763.65515137,0.0003000000142492354
|
| 262 |
+
473958,1987923935232,2.199370002746582,242464.89319109917,62071012.65692139,0.0003000000142492354
|
| 263 |
+
475838,1995809226752,2.195196199417114,243275.89396619797,62278628.85534668,0.0003000000142492354
|
| 264 |
+
477883,2004386578432,2.1966632652282714,244174.37776827812,62508640.7086792,0.0003000000142492354
|
| 265 |
+
479398,2010740948992,2.1939995288848877,244840.58886909485,62679190.75048828,0.0003000000142492354
|
| 266 |
+
481513,2019611901952,2.197073431015015,245812.70847344398,62928053.36920166,0.0003000000142492354
|
| 267 |
+
483038,2026008215552,2.1944944763183596,246524.07669568062,63110163.63409424,0.0003000000142492354
|
| 268 |
+
484848,2033599905792,2.1971099948883057,247369.5459189415,63326603.75524902,0.0003000000142492354
|
| 269 |
+
486353,2039912333312,2.1921521377563478,248102.66327404976,63514281.79815674,0.0003000000142492354
|
| 270 |
+
488423,2048594542592,2.1956209754943847,249005.3805437088,63745377.41918945,0.0003000000142492354
|
| 271 |
+
490198,2056039432192,2.1933466625213622,249834.5423784256,63957642.84887695,0.0003000000142492354
|
| 272 |
+
491768,2062624489472,2.191843309402466,250527.941116333,64135152.92578125,0.0003000000142492354
|
| 273 |
+
492923,2067468910592,2.1921654510498048,251031.06087112427,64263951.58300781,0.0003000000142492354
|
| 274 |
+
494278,2073152192512,2.196784019470215,251660.39625549316,64425061.44140625,0.0003000000142492354
|
| 275 |
+
496618,2082966863872,2.1893317317962646,252733.3194425106,64699729.777282715,0.0003000000142492354
|
| 276 |
+
498178,2089509978112,2.193646411895752,253438.13943767548,64880163.69604492,0.0003000000142492354
|
| 277 |
+
499503,2095067430912,2.1891650772094726,254039.8984565735,65034214.00488281,0.0003000000142492354
|
| 278 |
+
501263,2102449405952,2.190974569320679,254836.32508301735,65238099.22125244,0.0003000000142492354
|
| 279 |
+
502823,2108992520192,2.190591154098511,255518.144603014,65412645.01837158,0.0003000000142492354
|
| 280 |
+
504728,2116982669312,2.190379753112793,256402.17022442818,65638955.57745361,0.0003000000142492354
|
| 281 |
+
505953,2122120691712,2.205428466796875,256960.53313279152,65781896.48199463,0.0003000000142492354
|
| 282 |
+
507628,2129146150912,2.1996386814117432,257742.7907397747,65982154.429382324,0.0003000000142492354
|
| 283 |
+
509223,2135836065792,2.1877504920959474,258521.15475320816,66181415.61682129,0.0003000000142492354
|
| 284 |
+
511043,2143469699072,2.190995931625366,259409.88605999947,66408930.83135986,0.0003000000142492354
|
| 285 |
+
512493,2149551439872,2.19000675201416,260068.2828953266,66577480.42120361,0.0003000000142492354
|
| 286 |
+
514548,2158170734592,2.185414581298828,261022.38721990585,66821731.1282959,0.0003000000142492354
|
| 287 |
+
516863,2167880548352,2.1858295726776125,262093.69700694084,67095986.433776855,0.0003000000142492354
|
| 288 |
+
518653,2175388352512,2.19397084236145,262894.40001392365,67300966.40356445,0.0003000000142492354
|
| 289 |
+
520423,2182812270592,2.1920946407318116,263807.0368709564,67534601.43896484,0.0003000000142492354
|
| 290 |
+
522843,2192962486272,2.1920138072967528,264876.5261294842,67808390.68914795,0.0003000000142492354
|
| 291 |
+
523898,2197387476992,2.188631420135498,265362.2478737831,67932735.45568848,0.0003000000142492354
|
| 292 |
+
525468,2203972534272,2.1960730171203613,266075.6594362259,68115368.81567383,0.0003000000142492354
|
| 293 |
+
526598,2208712097792,2.1910795879364016,266648.7182929516,68262071.8829956,0.0003000000142492354
|
| 294 |
+
528618,2217184591872,2.1887787532806398,267533.6225273609,68488607.3670044,0.0003000000142492354
|
| 295 |
+
530223,2223916449792,2.1941827487945558,268279.49551844597,68679550.85272217,0.0003000000142492354
|
| 296 |
+
531868,2230816079872,2.193283271789551,269050.23277902603,68876859.59143066,0.0003000000142492354
|
| 297 |
+
533228,2236520333312,2.1962421226501463,269653.5918750763,69031319.52001953,0.0003000000142492354
|
| 298 |
+
535378,2245538086912,2.1937426567077636,270626.4986696243,69280383.65942383,0.0003000000142492354
|
| 299 |
+
537233,2253318520832,2.1955661392211914,271452.7313199043,69491899.21789551,0.0003000000142492354
|
| 300 |
+
539278,2261895872512,2.1853711795806885,272414.4140496254,69738089.9967041,0.0003000000142492354
|
| 301 |
+
540873,2268585787392,2.1869020652770996,273140.24562978745,69923902.88122559,0.0003000000142492354
|
| 302 |
+
543033,2277645484032,2.1929907608032226,274092.4542751312,70167668.2944336,0.0003000000142492354
|
| 303 |
+
544848,2285258145792,2.1948038482666017,274940.6244506836,70384799.859375,0.0003000000142492354
|
| 304 |
+
547143,2294884073472,2.1886698722839357,275945.80866360664,70642127.0178833,0.0003000000142492354
|
| 305 |
+
549178,2303419482112,2.19422776222229,276845.06593847275,70872336.88024902,0.0003000000142492354
|
| 306 |
+
550998,2311053115392,2.189440965652466,277676.0348453522,71085064.92041016,0.0003000000142492354
|
| 307 |
+
552073,2315561992192,2.1940917205810546,278166.39847421646,71210598.00939941,0.0003000000142492354
|
| 308 |
+
553993,2323615055872,2.1880645084381105,279079.03923892975,71444234.04516602,0.0003000000142492354
|
| 309 |
+
555943,2331793948672,2.188340311050415,279953.29323911667,71668043.06921387,0.0003000000142492354
|
| 310 |
+
557683,2339092037632,2.191136541366577,280796.6957273483,71883954.10620117,0.0003000000142492354
|
| 311 |
+
559498,2346704699392,2.192216367721558,281566.6423060894,72081060.43035889,0.0003000000142492354
|
| 312 |
+
561368,2354548047872,2.186261215209961,282420.1911010742,72299568.921875,0.0003000000142492354
|
| 313 |
+
564048,2365788782592,2.191116981506348,283564.83068728447,72592596.65594482,0.0003000000142492354
|
| 314 |
+
565768,2373002985472,2.193089733123779,284302.88499617577,72781538.559021,0.0003000000142492354
|
| 315 |
+
567558,2380510789632,2.1900180530548097,285131.29582190514,72993611.73040771,0.0003000000142492354
|
| 316 |
+
568903,2386152128512,2.1892926406860354,285689.33524632454,73136469.82305908,0.0003000000142492354
|
| 317 |
+
570413,2392485527552,2.1947266674041748,286348.0430986881,73305099.03326416,0.0003000000142492354
|
| 318 |
+
572158,2399804588032,2.1943514442443846,287177.1772148609,73517357.3670044,0.0003000000142492354
|
| 319 |
+
573758,2406515474432,2.1876930236816405,287961.86561608315,73718237.59771729,0.0003000000142492354
|
| 320 |
+
575668,2414526595072,2.191494779586792,288848.72625017166,73945273.92004395,0.0003000000142492354
|
| 321 |
+
577803,2423481434112,2.187805109024048,289755.13184928894,74177313.75341797,0.0003000000142492354
|
| 322 |
+
579143,2429101801472,2.1882824325561523,290312.7368071079,74320060.62261963,0.0003000000142492354
|
| 323 |
+
580668,2435498115072,2.191737689971924,290955.7504417896,74484672.11309814,0.0003000000142492354
|
| 324 |
+
582473,2443068833792,2.192936964035034,291775.7092001438,74694581.55523682,0.0003000000142492354
|
| 325 |
+
584548,2451772014592,2.185805721282959,292722.25061798096,74936896.15820312,0.0003000000142492354
|
| 326 |
+
587133,2462614290432,2.187266454696655,293840.27556443214,75223110.54449463,0.0003000000142492354
|
| 327 |
+
589153,2471086784512,2.1851776790618898,294704.8650922775,75444445.46362305,0.0003000000142492354
|
| 328 |
+
591548,2481132142592,2.1846962642669676,295704.8694553375,75700446.5805664,0.0003000000142492354
|
| 329 |
+
592708,2485997535232,2.1857069969177245,296217.72893214226,75831738.60662842,0.0003000000142492354
|
| 330 |
+
594393,2493064937472,2.186142797470093,296918.72727656364,76011194.1828003,0.0003000000142492354
|
| 331 |
+
596848,2503361953792,2.1885566902160645,298029.90398430824,76295655.41998291,0.0003000000142492354
|
| 332 |
+
598798,2511540846592,2.1897149085998535,298891.9684329033,76516343.91882324,0.0003000000142492354
|
| 333 |
+
601063,2521040945152,2.1931787490844727,299867.06476712227,76765968.5803833,0.0003000000142492354
|
| 334 |
+
602533,2527206572032,2.18790020942688,300492.5419845581,76926090.74804688,0.0003000000142492354
|
| 335 |
+
603893,2532910825472,2.184853343963623,301127.28126072884,77088584.00274658,0.0003000000142492354
|
| 336 |
+
605403,2539244224512,2.1858787441253664,301809.8416366577,77263319.45898438,0.0003000000142492354
|
| 337 |
+
607003,2545955110912,2.1824919509887697,302497.3786046505,77439328.92279053,0.0003000000142492354
|
| 338 |
+
609253,2555392294912,2.1887872982025147,303503.46745991707,77696887.66973877,0.0003000000142492354
|
| 339 |
+
610693,2561432092672,2.1846531105041502,304129.37957549095,77857121.17132568,0.0003000000142492354
|
| 340 |
+
612338,2568331722752,2.189862871170044,304831.3271358013,78036819.74676514,0.0003000000142492354
|
| 341 |
+
613793,2574434435072,2.185150146484375,305499.07912516594,78207764.25604248,0.0003000000142492354
|
| 342 |
+
615398,2581166292992,2.185614137649536,306174.34551382065,78380632.45153809,0.0003000000142492354
|
| 343 |
+
617268,2589009641472,2.1878176021575926,306962.73024344444,78582458.94232178,0.0003000000142492354
|
| 344 |
+
619163,2596957847552,2.1841771030426025,307804.09446144104,78797848.1821289,0.0003000000142492354
|
| 345 |
+
620968,2604528566272,2.1870311641693116,308596.525601387,79000710.55395508,0.0003000000142492354
|
| 346 |
+
622583,2611302367232,2.187695360183716,309321.1887755394,79186224.32653809,0.0003000000142492354
|
| 347 |
+
624368,2618789199872,2.1879890727996827,310081.6780450344,79380909.57952881,0.0003000000142492354
|
| 348 |
+
626823,2629086216192,2.186701898574829,311149.22976636887,79654202.82019043,0.0003000000142492354
|
| 349 |
+
628158,2634685612032,2.1887360858917235,311768.6791779995,79812781.86956787,0.0003000000142492354
|
| 350 |
+
630328,2643787251712,2.1915518474578857,312823.52689409256,80082822.8848877,0.0003000000142492354
|
| 351 |
+
631958,2650623967232,2.1853222274780273,313565.62670612335,80272800.43676758,0.0003000000142492354
|
| 352 |
+
633868,2658635087872,2.1849842739105223,314427.13053131104,80493345.41601562,0.0003000000142492354
|
| 353 |
+
635728,2666436493312,2.184267864227295,315254.41692376137,80705130.73248291,0.0003000000142492354
|
| 354 |
+
637303,2673042522112,2.1851954460144043,315954.2995657921,80884300.68884277,0.0003000000142492354
|
| 355 |
+
638798,2679313006592,2.1889802551269533,316618.59859490395,81054361.24029541,0.0003000000142492354
|
| 356 |
+
640318,2685688348672,2.1848841857910157,317294.15902996063,81227304.71166992,0.0003000000142492354
|
| 357 |
+
642088,2693112266752,2.1893636131286622,318118.50509905815,81438337.30535889,0.0003000000142492354
|
| 358 |
+
643438,2698774577152,2.185951681137085,318704.39323329926,81588324.66772461,0.0003000000142492354
|
| 359 |
+
645113,2705800036352,2.188067617416382,319509.0665509701,81794321.03704834,0.0003000000142492354
|
| 360 |
+
648038,2718068375552,2.1890370655059814,320794.27166843414,82123333.54711914,0.0003000000142492354
|
| 361 |
+
650193,2727107100672,2.1812117099761963,321789.3735911846,82378079.63934326,0.0003000000142492354
|
| 362 |
+
651863,2734111588352,2.1854547023773194,322607.29285144806,82587466.9699707,0.0003000000142492354
|
| 363 |
+
653603,2741409677312,2.186570043563843,323378.14892196655,82784806.12402344,0.0003000000142492354
|
| 364 |
+
655848,2750825889792,2.1867375278472903,324377.32908272743,83040596.24517822,0.0003000000142492354
|
| 365 |
+
657908,2759466156032,2.183505153656006,325370.6866505146,83294895.78253174,0.0003000000142492354
|
| 366 |
+
659168,2764750979072,2.1800375747680665,325909.372017622,83432799.23651123,0.0003000000142492354
|
| 367 |
+
661158,2773097644032,2.181641111373901,326824.7677066326,83667140.53289795,0.0003000000142492354
|
| 368 |
+
662923,2780500590592,2.1862672328948975,327672.2872915268,83884105.54663086,0.0003000000142492354
|
| 369 |
+
665158,2789874860032,2.1824553298950193,328725.13030552864,84153633.35821533,0.0003000000142492354
|
| 370 |
+
666503,2795516198912,2.1909253787994385,329345.1054968834,84312347.00720215,0.0003000000142492354
|
| 371 |
+
669218,2806903734272,2.182400360107422,330529.26084542274,84615490.77642822,0.0003000000142492354
|
| 372 |
+
671168,2815082627072,2.182623167037964,331418.9704897404,84843256.44537354,0.0003000000142492354
|
| 373 |
+
673048,2822967918592,2.182759084701538,332248.96955275536,85055736.20550537,0.0003000000142492354
|
| 374 |
+
674398,2828630228992,2.190033082962036,332844.5427134037,85208202.93463135,0.0003000000142492354
|
| 375 |
+
676148,2835970260992,2.1821972846984865,333625.1483120918,85408037.96789551,0.0003000000142492354
|
| 376 |
+
677588,2842010058752,2.182282829284668,334297.20883750916,85580085.46240234,0.0003000000142492354
|
| 377 |
+
679233,2848909688832,2.1840871715545656,335072.75289440155,85778624.7409668,0.0003000000142492354
|
| 378 |
+
680908,2855935148032,2.182371950149536,335794.1767420769,85963309.24597168,0.0003000000142492354
|
| 379 |
+
682553,2862834778112,2.1817188262939453,336586.0843279362,86166037.58795166,0.0003000000142492354
|
| 380 |
+
684313,2870216753152,2.178995428085327,337377.69975686073,86368691.13775635,0.0003000000142492354
|
| 381 |
+
685973,2877179297792,2.181904878616333,338131.36981987953,86561630.67388916,0.0003000000142492354
|
| 382 |
+
687733,2884561272832,2.178824815750122,338900.88255906105,86758625.93511963,0.0003000000142492354
|
| 383 |
+
689668,2892677251072,2.1813126850128173,339879.3024446964,87009101.42584229,0.0003000000142492354
|
| 384 |
+
691563,2900625457152,2.1862668895721438,340733.438996315,87227760.38305664,0.0003000000142492354
|
| 385 |
+
693448,2908531720192,2.1824787521362303,341563.870647192,87440350.88568115,0.0003000000142492354
|
| 386 |
+
695253,2916102438912,2.1811652851104735,342375.43139123917,87648110.43615723,0.0003000000142492354
|
| 387 |
+
696768,2922456809472,2.1822176456451414,343098.39170718193,87833188.27703857,0.0003000000142492354
|
| 388 |
+
698683,2930488901632,2.181321897506714,343994.3377687931,88062550.46881104,0.0003000000142492354
|
| 389 |
+
700593,2938500022272,2.1860412406921386,344856.6772379875,88283309.3729248,0.0003000000142492354
|
| 390 |
+
702143,2945001193472,2.184110469818115,345571.294011116,88466251.2668457,0.0003000000142492354
|
| 391 |
+
703378,2950181158912,2.1828986263275145,346142.5874915123,88612502.39782715,0.0003000000142492354
|
| 392 |
+
705388,2958611709952,2.1886866378784178,347092.49561572075,88855678.87762451,0.0003000000142492354
|
| 393 |
+
707373,2966937403392,2.179878911972046,348080.61870360374,89108638.38812256,0.0003000000142492354
|
| 394 |
+
709128,2974298406912,2.1837856864929197,348924.30420541763,89324621.87658691,0.0003000000142492354
|
| 395 |
+
711023,2982246612992,2.183003330230713,349771.5885307789,89541526.6638794,0.0003000000142492354
|
| 396 |
+
713758,2993718034432,2.183171577453613,350868.0468919277,89822220.0043335,0.0003000000142492354
|
| 397 |
+
715783,3002211500032,2.1820038509368898,351760.72085762024,90050744.53955078,0.0003000000142492354
|
metadata/training_logs/ConvergenceCurve_phase2.csv
ADDED
|
@@ -0,0 +1,397 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
training_steps,training_tokens,training_loss,walltime,gputime,learning_rate
|
| 2 |
+
610,2558525440,2.0956214427948,497.57055401802063,63689.03091430664,0.00029999890830367804
|
| 3 |
+
1305,5473566720,2.092834072113037,1061.5885019302368,135883.3282470703,0.00029999500839039683
|
| 4 |
+
2285,9583984640,2.0858233737945557,1851.1130321025848,236942.46810913086,0.00029998470563441515
|
| 5 |
+
3220,13505658880,2.0787346458435056,2618.860079050064,335214.0901184082,0.00029996962985023856
|
| 6 |
+
4090,17154703360,2.0833436107635497,3313.3103477954865,424103.72451782227,0.00029995100339874625
|
| 7 |
+
4790,20090716160,2.0823512363433836,3872.0107865333557,495617.38067626953,0.0002999328135047108
|
| 8 |
+
5960,24998051840,2.073969621658325,4808.504524230957,615488.5791015625,0.00029989596805535257
|
| 9 |
+
7050,29569843200,2.0753578472137453,5677.248910665512,726687.8605651855,0.0002998544368892908
|
| 10 |
+
7900,33135001600,2.0761024284362795,6403.755178451538,819680.6628417969,0.0002998172421939671
|
| 11 |
+
8840,37077647360,2.070596694946289,7158.630803823471,916304.7428894043,0.00029977114172652364
|
| 12 |
+
9775,40999321600,2.074263210296631,7930.435502529144,1015095.7443237305,0.0002997201809193939
|
| 13 |
+
10455,43851448320,2.072367343902588,8487.243150472641,1086367.123260498,0.00029967993032187223
|
| 14 |
+
11945,50100961280,2.0723765182495115,9678.439668416977,1238840.277557373,0.000299582228763029
|
| 15 |
+
12585,52785315840,2.072279481887817,10196.004860401154,1305088.6221313477,0.0002995362738147378
|
| 16 |
+
13755,57692651520,2.0739592361450194,11225.836215019226,1436907.035522461,0.00029944611014798284
|
| 17 |
+
14780,61991813120,2.0715401649475096,12084.063403606415,1546760.115661621,0.00029936054488644004
|
| 18 |
+
15805,66290974720,2.0776179313659666,12905.848051309586,1651948.550567627,0.00029926883871667087
|
| 19 |
+
16855,70694993920,2.0737669467926025,13811.753586530685,1767904.4590759277,0.0002991685760207474
|
| 20 |
+
17695,74218209280,2.0687235832214355,14488.073364496231,1854473.3906555176,0.00029908373835496604
|
| 21 |
+
18475,77489766400,2.073670663833618,15131.54147028923,1936837.3081970215,0.00029900125809945166
|
| 22 |
+
19265,80803266560,2.066892538070679,15773.990107774734,2019070.733795166,0.00029891415033489466
|
| 23 |
+
20265,84997570560,2.0708180046081544,16613.775248527527,2126563.2318115234,0.00029879866633564234
|
| 24 |
+
21115,88562728960,2.0665717697143555,17286.935042142868,2212727.685394287,0.00029869592981413007
|
| 25 |
+
22020,92358574080,2.0732421588897707,18029.559487104416,2307783.6143493652,0.00029858193011023104
|
| 26 |
+
22915,96112476160,2.0670876407623293,18755.045627355576,2400645.8403015137,0.0002984645252581686
|
| 27 |
+
23845,100013178880,2.0692701721191407,19504.78671193123,2496612.6991271973,0.0002983376325573772
|
| 28 |
+
24705,103620280320,2.0710368061065676,20194.35362458229,2584877.263946533,0.00029821580392308533
|
| 29 |
+
25680,107709726720,2.068999834060669,20981.36159300804,2685614.2839050293,0.0002980725548695773
|
| 30 |
+
26565,111421685760,2.0690193939208985,21685.452305078506,2775737.895050049,0.0002979377459269017
|
| 31 |
+
27545,115532103680,2.0691216659545897,22477.66727566719,2877141.4112854004,0.00029778320458717644
|
| 32 |
+
28405,119139205120,2.0678951263427736,23199.159014225006,2969492.353820801,0.00029764301143586636
|
| 33 |
+
29250,122683392000,2.0633443450927733,23911.90781235695,3060724.1999816895,0.0002975011302623898
|
| 34 |
+
29955,125640376320,2.0664552211761475,24490.008722543716,3134721.1164855957,0.0002973796217702329
|
| 35 |
+
30820,129268449280,2.0683359241485597,25200.757666826248,3225696.9813537598,0.00029722662293352187
|
| 36 |
+
31780,133294981120,2.0686041259765626,25985.110504627228,3326094.144592285,0.00029705179622396827
|
| 37 |
+
32565,136587509760,2.0681615447998047,26642.807277441025,3410279.331512451,0.00029690490919165313
|
| 38 |
+
33220,139334778880,2.062996006011963,27175.07339000702,3478409.3939208984,0.00029677964630536735
|
| 39 |
+
34225,143550054400,2.068025703430176,27985.576969385147,3582153.852081299,0.00029658270068466663
|
| 40 |
+
35350,148268646400,2.066884412765503,28928.152183294296,3702803.47946167,0.0002963553706649691
|
| 41 |
+
36265,152106434560,2.065338306427002,29672.503632307053,3798080.4649353027,0.0002961651480291039
|
| 42 |
+
37065,155461877760,2.0663496589660646,30327.812975645065,3881960.0608825684,0.0002959949488285929
|
| 43 |
+
37900,158964121600,2.065394983291626,31027.450355291367,3971513.645477295,0.0002958133991342038
|
| 44 |
+
38635,162046935040,2.0687861251831055,31623.02453517914,4047747.1405029297,0.0002956503303721547
|
| 45 |
+
39550,165884723200,2.07061635017395,32356.861382722855,4141678.2569885254,0.0002954430237878114
|
| 46 |
+
40440,169617653760,2.0658141422271727,33090.44135212898,4235576.49307251,0.0002952368522528559
|
| 47 |
+
41330,173350584320,2.066803522109985,33836.81834816933,4331112.748565674,0.00029502619872801006
|
| 48 |
+
42160,176831856640,2.0741312313079834,34513.718658685684,4417755.988311768,0.0002948257024399936
|
| 49 |
+
43330,181739192320,2.0687355422973632,35485.46959280968,4542140.107879639,0.0002945365267805755
|
| 50 |
+
44290,185765724160,2.065585527420044,36252.43268489838,4640311.383666992,0.00029429348069243133
|
| 51 |
+
45485,190777917440,2.0692125511169435,37264.09364938736,4769803.987121582,0.00029398369952104986
|
| 52 |
+
46220,193860730880,2.0606497955322265,37856.52760386467,4845635.533294678,0.00029378922772593796
|
| 53 |
+
47425,198914867200,2.059839630126953,38830.86527585983,4970350.755310059,0.0002934638177976012
|
| 54 |
+
48255,202396139520,2.061094255447388,39490.715726614,5054811.613006592,0.0002932349743787199
|
| 55 |
+
49145,206129070080,2.0642833518981933,40218.57137322426,5147977.135772705,0.00029298532172106206
|
| 56 |
+
49910,209337712640,2.0659360122680663,40831.48583292961,5226430.18661499,0.0002927672176156193
|
| 57 |
+
50945,213678817280,2.0675950336456297,41694.49331641197,5336895.144500732,0.00029246698250062764
|
| 58 |
+
51635,216572887040,2.06832462310791,42252.884246110916,5408369.183502197,0.0002922635176219046
|
| 59 |
+
52695,221018849280,2.0679323291778564,43136.73877954483,5521502.563781738,0.00029194584931246936
|
| 60 |
+
53370,223850004480,2.065892791748047,43684.40342903137,5591603.638916016,0.0002917403180617839
|
| 61 |
+
54495,228568596480,2.0639308643341066,44596.45541191101,5708346.292724609,0.0002913922362495214
|
| 62 |
+
55500,232783872000,2.104833164215088,45410.38676261902,5812529.505615234,0.0002910753828473389
|
| 63 |
+
56215,235782799360,2.06597074508667,46020.76733112335,5890658.218383789,0.00029084659763611853
|
| 64 |
+
57230,240040017920,2.0595456314086915,46856.30888938904,5997607.537841797,0.0002905170258600265
|
| 65 |
+
58245,244297236480,2.0585784339904785,47680.945065021515,6103160.968322754,0.0002901818370446563
|
| 66 |
+
59125,247988224000,2.060679512023926,48402.19454288483,6195480.901489258,0.00028988669509999454
|
| 67 |
+
59870,251112980480,2.061026382446289,49007.7878844738,6272996.8492126465,0.00028963354998268187
|
| 68 |
+
60560,254007050240,2.0601326179504396,49582.48429894447,6346557.990264893,0.00028939644107595086
|
| 69 |
+
61620,258453012480,2.0597815036773683,50438.001272678375,6456064.162902832,0.00028902714257128537
|
| 70 |
+
62435,261871370240,2.068741760253906,51112.27003931999,6542370.565032959,0.0002887390728574246
|
| 71 |
+
63210,265121955840,2.0627478313446046,51766.41863107681,6626101.584777832,0.00028846185887232423
|
| 72 |
+
64055,268666142720,2.0629607486724852,52459.30848360062,6714791.485900879,0.00028815591940656304
|
| 73 |
+
65130,273175019520,2.0628282260894775,53336.841081380844,6827115.658416748,0.0002877612132579088
|
| 74 |
+
66290,278040412160,2.058745279312134,54296.879457235336,6950000.570526123,0.0002873283810913563
|
| 75 |
+
67385,282633175040,2.0598799800872802,55195.71458220482,7065051.466522217,0.00028691324405372143
|
| 76 |
+
68275,286366105600,2.0633685207366943,55915.358654260635,7157165.907745361,0.0002865711285267025
|
| 77 |
+
69110,289868349440,2.0616818714141845,56592.820163965225,7243880.980987549,0.0002862463879864663
|
| 78 |
+
70190,294398197760,2.058731813430786,57503.16497564316,7360405.116882324,0.00028582088998518884
|
| 79 |
+
71020,297879470080,2.059764881134033,58172.79586195946,7446117.870330811,0.0002854897466022521
|
| 80 |
+
71860,301402685440,2.0587832927703857,58842.62922525406,7531856.5408325195,0.0002851509489119053
|
| 81 |
+
72725,305030758400,2.0563832759857177,59554.93641614914,7623031.86126709,0.0002847982104867697
|
| 82 |
+
73380,307778027520,2.063514652252197,60087.7190721035,7691228.041229248,0.0002845285052899271
|
| 83 |
+
74055,310609182720,2.0668099880218507,60648.93382906914,7763063.53012085,0.00028424826450645924
|
| 84 |
+
75040,314740572160,2.068158826828003,61462.30283617973,7867174.763031006,0.000283835077425465
|
| 85 |
+
76295,320004423680,2.059870300292969,62473.33741784096,7996587.189483643,0.0002833013713825494
|
| 86 |
+
77190,323758325760,2.0619630718231203,63198.87154340744,8089455.557556152,0.0002829158038366586
|
| 87 |
+
78195,327973601280,2.061516399383545,64062.73789167404,8200030.450134277,0.00028247799491509795
|
| 88 |
+
79250,332398592000,2.056611499786377,64937.39306092262,8311986.311798096,0.00028201285749673843
|
| 89 |
+
79925,335229747200,2.0642047214508055,65497.12728142738,8383632.292022705,0.0002817122731357813
|
| 90 |
+
80930,339445022720,2.0587862968444823,66351.86958312988,8493039.306640625,0.00028126046527177095
|
| 91 |
+
81670,342548807680,2.057824954986572,66962.65110850334,8571219.341888428,0.00028092454886063933
|
| 92 |
+
82585,346386595840,2.063328332901001,67705.59207201004,8666315.785217285,0.000280505366390571
|
| 93 |
+
83420,349888839680,2.060067129135132,68394.17009830475,8754453.772583008,0.0002801191876642406
|
| 94 |
+
84365,353852456960,2.064736833572388,69167.75356769562,8853472.456665039,0.0002796779153868556
|
| 95 |
+
85220,357438586880,2.064885778427124,69862.75690436363,8942432.883758545,0.0002792748564388603
|
| 96 |
+
86255,361779691520,2.062629508972168,70695.25753736496,9048992.964782715,0.0002787820703815669
|
| 97 |
+
87555,367232286720,2.058667278289795,71757.76138424873,9184993.457183838,0.00027815563953481615
|
| 98 |
+
88445,370965217280,2.0635682106018067,72501.08558297157,9280138.954620361,0.00027772196335718036
|
| 99 |
+
89255,374362603520,2.062525177001953,73157.78307437897,9364196.233520508,0.0002773239102680236
|
| 100 |
+
90035,377634160640,2.0519587898254397,73788.12226772308,9444879.650268555,0.0002769375860225409
|
| 101 |
+
90765,380696002560,2.058241596221924,74383.75351667404,9521120.450134277,0.0002765733515843749
|
| 102 |
+
91525,383883673600,2.0556051349639892,74998.40073943138,9599795.294647217,0.00027619139291346073
|
| 103 |
+
92820,389315297280,2.0578393363952636,76051.12996816635,9734544.635925293,0.0002755341411102563
|
| 104 |
+
93500,392167424000,2.0566229152679445,76605.0777220726,9805449.948425293,0.00027518579736351967
|
| 105 |
+
94410,395984240640,2.0573666381835936,77350.45390963554,9900858.10043335,0.00027471614885143936
|
| 106 |
+
95380,400052715520,2.0577033138275147,78137.84681677818,10001644.392547607,0.0002742112264968455
|
| 107 |
+
96450,404540620800,2.049240913391113,79011.94017887115,10113528.342895508,0.0002736490569077432
|
| 108 |
+
97735,409930301440,2.0561246490478515,80101.9344842434,10253047.613983154,0.00027296680491417646
|
| 109 |
+
98555,413369630720,2.0602496242523194,80811.9068801403,10343924.080657959,0.0002725273952819407
|
| 110 |
+
99405,416934789120,2.057975425720215,81513.46567630768,10433723.606567383,0.00027206860249862075
|
| 111 |
+
100170,420143431680,2.0540061950683595,82146.855032444,10514797.444152832,0.0002716527960728854
|
| 112 |
+
100835,422932643840,2.0563498973846435,82684.15656685829,10583572.040557861,0.00027128917281515896
|
| 113 |
+
101730,426686545920,2.0550199508666993,83410.29030323029,10676517.158813477,0.00027079653227701783
|
| 114 |
+
102720,430838906880,2.0550605487823486,84256.60086274147,10784844.910430908,0.0002702473138924688
|
| 115 |
+
103405,433712005120,2.0555637073516846,84814.92240548134,10856310.067901611,0.00026986468583345413
|
| 116 |
+
104265,437319106560,2.0574870109558105,85525.07499098778,10947209.598846436,0.00026938130031339824
|
| 117 |
+
105550,442708787200,2.053200435638428,86585.33132195473,11082922.409210205,0.00026865274412557483
|
| 118 |
+
106450,446483660800,2.0618465518951417,87341.7790222168,11179747.71484375,0.00026813807198777795
|
| 119 |
+
107325,450153676800,2.0589170169830324,88045.55798053741,11269831.421508789,0.0002676341973710805
|
| 120 |
+
108135,453551063040,2.0565985202789308,88706.69976353645,11354457.569732666,0.00026716472348198295
|
| 121 |
+
108940,456927477760,2.052096576690674,89365.93148946762,11438839.230651855,0.0002666952495928854
|
| 122 |
+
109585,459632803840,2.050793294906616,89892.17607975006,11506198.538208008,0.0002663170453161001
|
| 123 |
+
110675,464204595200,2.0568458366394045,90776.51981592178,11619394.536437988,0.0002656737342476845
|
| 124 |
+
111405,467266437120,2.0547021293640135,91392.43849515915,11698232.127380371,0.0002652399707585573
|
| 125 |
+
112275,470915481600,2.054409523010254,92100.97877383232,11788925.283050537,0.00026472003082744777
|
| 126 |
+
112875,473432064000,2.0581542015075684,92589.98247981071,11851517.757415771,0.0002643595216795802
|
| 127 |
+
113615,476535848960,2.0564829540252685,93222.29517817497,11932453.782806396,0.0002639127487782389
|
| 128 |
+
114510,480289751040,2.057415246963501,93959.74455714226,12026847.303314209,0.0002633692929521203
|
| 129 |
+
115550,484651827200,2.054822950363159,94794.18875694275,12133656.160888672,0.00026273346156813204
|
| 130 |
+
116525,488741273600,2.0546246147155762,95650.56655406952,12243272.518920898,0.0002621331950649619
|
| 131 |
+
117375,492306432000,2.052160177230835,96379.33227300644,12336554.530944824,0.0002616066485643387
|
| 132 |
+
118850,498493030400,2.0560214805603025,97579.89816188812,12490226.96472168,0.00026068571605719626
|
| 133 |
+
119730,502184017920,2.0553470706939696,98301.93644762039,12582647.86529541,0.00026013198657892644
|
| 134 |
+
121130,508056043520,2.0509812450408935,99432.59951114655,12727372.737426758,0.0002592444361653179
|
| 135 |
+
122295,512942407680,2.053130798339844,100391.1888730526,12850072.175750732,0.00025849975645542145
|
| 136 |
+
123380,517493227520,2.056020584106445,101348.70120882988,12972633.754730225,0.00025780126452445984
|
| 137 |
+
124280,521268101120,2.0566569328308106,102087.67669200897,13067222.616577148,0.000257218285696581
|
| 138 |
+
125190,525084917760,2.0505080699920653,102833.70464801788,13162714.194946289,0.00025662549887783825
|
| 139 |
+
126085,528838819840,2.0524114418029784,103610.27042269707,13262114.614105225,0.0002560392895247787
|
| 140 |
+
126755,531649003520,2.0496199131011963,104157.94221878052,13332216.604003906,0.0002555983664933592
|
| 141 |
+
127635,535339991040,2.04930983543396,104886.78242921829,13425508.150939941,0.0002550165809225291
|
| 142 |
+
128645,539576238080,2.051815557479858,105752.17836499214,13536278.830718994,0.0002543451264500618
|
| 143 |
+
129430,542868766720,2.0496933364868166,106402.0534658432,13619462.84362793,0.0002538205008022487
|
| 144 |
+
130005,545280491520,2.054386043548584,106872.49187588692,13679678.960113525,0.0002534347295295447
|
| 145 |
+
130680,548111646720,2.0533560848236085,107413.66417765617,13748949.01473999,0.00025298024411313236
|
| 146 |
+
131725,552494694400,2.0541121101379396,108254.92607712746,13856630.537872314,0.00025227319565601647
|
| 147 |
+
133095,558240890880,2.0529908084869386,109416.99949026108,14005375.934753418,0.0002513399813324213
|
| 148 |
+
134385,563651543040,2.0471660900115967,110513.75276446342,14145760.353851318,0.00025045484653674066
|
| 149 |
+
135295,567468359680,2.04580340385437,111255.66892623901,14240725.622558594,0.00024982672766782343
|
| 150 |
+
136015,570488258560,2.0509518718719484,111843.51496219635,14315969.915161133,0.00024932759697549045
|
| 151 |
+
137215,575521423360,2.048750877380371,112821.95012331009,14441209.615783691,0.0002484915021341294
|
| 152 |
+
138200,579652812800,2.050601224899292,113622.15153932571,14543635.397033691,0.0002478012756910175
|
| 153 |
+
138875,582483968000,2.0497065734863282,114176.07850193977,14614538.048248291,0.00024732627207413316
|
| 154 |
+
139610,585566781440,2.049633092880249,114779.59325313568,14691787.936401367,0.0002468072052579373
|
| 155 |
+
140435,589027082240,2.0540625762939455,115463.1139588356,14779278.586730957,0.00024622230557724833
|
| 156 |
+
141100,591816294400,2.0486221981048582,116006.96516871452,14848891.541595459,0.00024574907729402184
|
| 157 |
+
142110,596052541440,2.0505167961120607,116829.68977570534,14954200.291290283,0.0002450273896101862
|
| 158 |
+
142900,599366041600,2.049298868179321,117485.06108999252,15038087.819519043,0.0002444604178890586
|
| 159 |
+
143785,603078000640,2.0520984077453615,118215.02632856369,15131523.370056152,0.00024382270930800587
|
| 160 |
+
144730,607041617920,2.045920343399048,118984.74383950233,15230047.211456299,0.00024313882749993354
|
| 161 |
+
145560,610522890240,2.046944751739502,119670.00799536705,15317761.023406982,0.00024253565061371773
|
| 162 |
+
146740,615472168960,2.0474548816680906,120622.91755318642,15439733.446807861,0.0002416741626802832
|
| 163 |
+
147535,618806640640,2.0452755165100096,121274.12899851799,15523088.511810303,0.00024109112564474344
|
| 164 |
+
148100,621176422400,2.050918741226196,121733.62630724907,15581904.16732788,0.00024067549384199083
|
| 165 |
+
148980,624867409920,2.0473122024536132,122459.42101240158,15674805.889587402,0.00024002605641726404
|
| 166 |
+
150155,629795717120,2.045074758529663,123444.34569597244,15800876.249084473,0.00023915499332360923
|
| 167 |
+
150925,633025331200,2.046229848861694,124068.77505898476,15880803.207550049,0.00023858174972701818
|
| 168 |
+
151910,637156720640,2.0479237842559814,124873.31229329109,15983783.97354126,0.00023784568475093693
|
| 169 |
+
153115,642210856960,2.048007621765137,125872.42069602013,16111669.849090576,0.00023694105038885027
|
| 170 |
+
153910,645545328640,2.0477586555480958,126528.94084215164,16195704.42779541,0.00023634172976016998
|
| 171 |
+
154815,649341173760,2.0485786151885987,127270.11400818825,16290574.593048096,0.000235657105804421
|
| 172 |
+
155755,653283819520,2.0498295879364012,128045.93892335892,16389880.182189941,0.00023494334891438484
|
| 173 |
+
156860,657918525440,2.0471908855438232,128946.19015216827,16505112.339477539,0.00023410086578223854
|
| 174 |
+
157710,661483683840,2.0446505641937254,129657.60271191597,16596173.147125244,0.0002334503224119544
|
| 175 |
+
158360,664209981440,2.0427905178070067,130192.0743405819,16664585.515594482,0.0002329513808945194
|
| 176 |
+
159160,667565424640,2.0415729427337648,130850.03055214882,16748803.910675049,0.00023233560204971582
|
| 177 |
+
160035,671235440640,2.0480632305145265,131562.51360416412,16840001.741333008,0.00023165995662566274
|
| 178 |
+
160870,674737684480,2.04374231338501,132258.1878709793,16929048.04748535,0.00023101312399376184
|
| 179 |
+
162055,679707934720,2.0441371726989748,133238.5775768757,17054537.929840088,0.00023009175492916256
|
| 180 |
+
162910,683294064640,2.048273468017578,133946.34879469872,17145132.645721436,0.00022942449140828103
|
| 181 |
+
163770,686901166080,2.042757453918457,134684.94492173195,17239672.94998169,0.00022875126160215586
|
| 182 |
+
164480,689879121920,2.0464165878295897,135280.39047122002,17315889.980316162,0.00022819392324890941
|
| 183 |
+
165320,693402337280,2.0453800773620605,136005.39019584656,17408689.94506836,0.00022753274242859334
|
| 184 |
+
166355,697743441920,2.043253164291382,136850.94260692596,17516920.653686523,0.00022671544866170734
|
| 185 |
+
167545,702734663680,2.0399231243133547,137822.7747607231,17641315.16937256,0.00022577220806851983
|
| 186 |
+
168425,706425651200,2.0438753604888915,138555.28196811676,17735076.091918945,0.0002250722754979506
|
| 187 |
+
169080,709172920320,2.0380581760406495,139088.81901621819,17803368.834075928,0.0002245499927084893
|
| 188 |
+
169815,712255733760,2.0406150245666503,139692.64414906502,17880658.451080322,0.00022396260465029627
|
| 189 |
+
170930,716932382720,2.041441764831543,140598.81641626358,17996648.50128174,0.00022306889877654612
|
| 190 |
+
171865,720854056960,2.0431295108795164,141369.50404286385,18095296.517486572,0.0002223170449724421
|
| 191 |
+
172930,725320990720,2.04434494972229,142295.5637907982,18213832.165222168,0.0002214580017607659
|
| 192 |
+
173680,728466718720,2.04383225440979,142904.71223950386,18291803.166656494,0.00022085137607064098
|
| 193 |
+
174620,732409364480,2.0447236347198485,143673.70515942574,18390234.260406494,0.00022008914675097913
|
| 194 |
+
175350,735471206400,2.0423674392700195,144261.55165433884,18465478.61175537,0.00021949574875179678
|
| 195 |
+
176465,740147855360,2.0408244132995605,145155.4728960991,18579900.530700684,0.00021858695254195482
|
| 196 |
+
177240,743398440960,2.0405507278442383,145792.9397881031,18661496.292877197,0.00021795358043164015
|
| 197 |
+
178245,747613716480,2.0447729301452635,146623.03165912628,18767748.052368164,0.00021713017486035824
|
| 198 |
+
179415,752521052160,2.0417417240142823,147585.53363084793,18890948.304748535,0.0002161687152693048
|
| 199 |
+
180370,756526612480,2.0391155815124513,148359.64494347572,18990034.552764893,0.0002153816749341786
|
| 200 |
+
181490,761224232960,2.0377864933013914,149267.30875849724,19106215.521087646,0.00021445612946990877
|
| 201 |
+
182390,764999106560,2.038028507232666,150004.98325705528,19200637.856903076,0.00021371041657403111
|
| 202 |
+
183155,768207749120,2.0399260997772215,150635.21858930588,19281307.979431152,0.0002130752254743129
|
| 203 |
+
184290,772968284160,2.0399058628082276,151570.04945397377,19400966.330108643,0.000212130558793433
|
| 204 |
+
184865,775380008960,2.0391008281707763,152054.7385954857,19463006.540222168,0.00021165097132325172
|
| 205 |
+
185750,779091968000,2.0392967319488524,152771.7482316494,19554783.773651123,0.0002109115303028375
|
| 206 |
+
187050,784544563200,2.0344637489318846,153829.01726603508,19690114.21005249,0.0002098225086228922
|
| 207 |
+
187890,788067778560,2.0352127838134764,154524.8759841919,19779184.125976562,0.0002091170899802819
|
| 208 |
+
189020,792807342080,2.033773078918457,155452.3187804222,19897896.803894043,0.00020816599135287106
|
| 209 |
+
189845,796267642880,2.0346219062805178,156126.69651269913,19984217.15362549,0.00020747010421473533
|
| 210 |
+
190975,801007206400,2.0414662075042727,157044.37143564224,20101679.543762207,0.0002065149019472301
|
| 211 |
+
191890,804844994560,2.037603511810303,157815.34063458443,20200363.601226807,0.00020573975052684546
|
| 212 |
+
192585,807760035840,2.0393118476867675,158395.25374174118,20274592.47894287,0.0002051499905064702
|
| 213 |
+
193355,810989649920,2.0383503246307373,159037.8770148754,20356848.257904053,0.00020449560543056577
|
| 214 |
+
194190,814491893760,2.031963348388672,159738.1633901596,20446484.91394043,0.00020378483168315142
|
| 215 |
+
194955,817700536320,2.0377783584594726,160371.19511008263,20527512.974090576,0.00020313261484261602
|
| 216 |
+
196005,822104555520,2.0349398708343505,161222.60584115982,20636493.547668457,0.00020223582396283746
|
| 217 |
+
196775,825334169600,2.034384078979492,161871.41989469528,20719541.746520996,0.0002015770587604493
|
| 218 |
+
197540,828542812160,2.0365919971466067,162497.00210690498,20799616.269683838,0.00020092162594664842
|
| 219 |
+
198275,831625625600,2.039144229888916,163095.83978652954,20876267.49267578,0.00020029103325214237
|
| 220 |
+
199365,836197416960,2.0373971176147463,163985.92252373695,20990198.08303833,0.00019935437012463808
|
| 221 |
+
200195,839678689280,2.035041542053223,164665.40880918503,21077172.327575684,0.00019863992929458618
|
| 222 |
+
201165,843747164160,2.0368970680236815,165449.59328055382,21177547.93991089,0.0001978037180379033
|
| 223 |
+
202085,847605923840,2.042943992614746,166212.06888198853,21275144.81689453,0.00019700935808941722
|
| 224 |
+
202715,850248335360,2.037358617782593,166721.62276744843,21340367.7142334,0.00019646472355816513
|
| 225 |
+
203715,854442639360,2.0414225673675537,167545.1980626583,21445785.352020264,0.00019559910288080573
|
| 226 |
+
204590,858112655360,2.038145046234131,168279.42442893982,21539766.326904297,0.00019484059885144234
|
| 227 |
+
205865,863460392960,2.0334669017791747,169314.80684876442,21672295.276641846,0.00019373359100427479
|
| 228 |
+
206510,866165719040,2.0291796207427977,169835.59294700623,21738955.897216797,0.00019317278929520398
|
| 229 |
+
207500,870318080000,2.0327882862091062,170664.41431999207,21845045.032958984,0.00019231103942729533
|
| 230 |
+
208425,874197811200,2.0310092067718504,171413.8618016243,21940974.31060791,0.00019150481966789812
|
| 231 |
+
209355,878098513920,2.0315659427642823,172170.68102002144,22037847.170562744,0.0001906932593556121
|
| 232 |
+
210285,881999216640,2.0308579349517824,172960.8847808838,22138993.251953125,0.00018988072406500578
|
| 233 |
+
211305,886277406720,2.0338863945007324,173784.2225408554,22244380.485229492,0.0001889884879346937
|
| 234 |
+
212530,891415429120,2.030979299545288,174776.94028496742,22371448.35647583,0.00018791550246533006
|
| 235 |
+
213305,894666014720,2.0279918766021727,175414.0383398533,22452996.90750122,0.00018723589892033488
|
| 236 |
+
214040,897748828160,2.034233503341675,176039.35705423355,22533037.702941895,0.00018659084162209183
|
| 237 |
+
214855,901167185920,2.029035921096802,176738.80298256874,22622566.7817688,0.00018587497470434755
|
| 238 |
+
215775,905025945600,2.0311241817474364,177473.24674367905,22716575.583190918,0.00018506615015212446
|
| 239 |
+
216895,909723566080,2.030215787887573,178418.8312292099,22837610.397338867,0.00018408051982987672
|
| 240 |
+
218155,915008389120,2.031199893951416,179466.05872392654,22971655.516662598,0.00018297044152859598
|
| 241 |
+
218810,917755658240,2.0288725757598876,180002.61655569077,23040334.919128418,0.0001823928760131821
|
| 242 |
+
219690,921446645760,2.027515659332275,180720.32799243927,23132201.983032227,0.0001816164149204269
|
| 243 |
+
220610,925305405440,2.0332969570159913,181466.89910173416,23227763.085021973,0.00018080405425280333
|
| 244 |
+
221510,929080279040,2.033910894393921,182209.145257473,23322770.592956543,0.00018000879208557308
|
| 245 |
+
222425,932918067200,2.031718821525574,182959.74541783333,23418847.413482666,0.00017919973470270634
|
| 246 |
+
223085,935686307840,2.031367778778076,183495.89063763618,23487474.00161743,0.00017861583910416812
|
| 247 |
+
224130,940069355520,2.0298822021484373,184385.81648945808,23601384.510650635,0.0001776908029569313
|
| 248 |
+
224970,943592570880,2.0301316833496093,185070.26992201805,23688994.55001831,0.00017694679263513535
|
| 249 |
+
225950,947702988800,2.0254194498062135,185864.86774802208,23790703.071746826,0.0001760783197823912
|
| 250 |
+
226745,951037460480,2.0267459964752197,186507.47015833855,23872956.180267334,0.00017537345411255956
|
| 251 |
+
228085,956657827840,2.033290066719055,187620.8700323105,24015471.364135742,0.00017418475181329995
|
| 252 |
+
228685,959174410240,2.0255656099319457,188108.78319501877,24077924.248962402,0.00017365225357934833
|
| 253 |
+
229590,962970255360,2.029616756439209,188858.57836842537,24173898.031158447,0.00017284882778767496
|
| 254 |
+
230461,966623494144,2.0261951776651235,189767.52772331238,24290243.548583984,0.00017207532073371112
|
| 255 |
+
231256,969957965824,2.0281463050842286,190641.33947491646,24402091.452789307,0.00017136910173576325
|
| 256 |
+
232341,974508785664,2.0284798431396482,191832.07292437553,24554505.33432007,0.00017040497914422303
|
| 257 |
+
233286,978472402944,2.0233067417144777,192841.01044297218,24683649.33670044,0.0001695650425972417
|
| 258 |
+
234206,982331162624,2.0261539936065676,193859.96557831764,24814075.59402466,0.00016874715220183134
|
| 259 |
+
234851,985036488704,2.0279744243621827,194537.58790135384,24900811.25137329,0.00016817364667076617
|
| 260 |
+
236211,990740742144,2.024738321304321,196050.27554750443,25094435.270080566,0.00016696425154805183
|
| 261 |
+
236916,993697726464,2.024393763542175,196818.86442422867,25192814.64630127,0.00016633723862469196
|
| 262 |
+
237771,997283856384,2.0248308563232422,197726.1371231079,25308945.551757812,0.0001655767991906032
|
| 263 |
+
238801,1001603989504,2.0270007133483885,198870.01161575317,25455361.486816406,0.00016466068336740136
|
| 264 |
+
239736,1005525663744,2.023673486709595,200004.94446277618,25600632.89123535,0.00016382907051593065
|
| 265 |
+
240681,1009489281024,2.02301833152771,201405.42514681816,25779894.418792725,0.00016298862465191633
|
| 266 |
+
241596,1013327069184,2.0293332958221435,203170.58503866196,26005834.88494873,0.00016217492520809174
|
| 267 |
+
242621,1017626230784,2.0239268493652345,204864.79973077774,26222694.36553955,0.0001612635242054239
|
| 268 |
+
243561,1021568876544,2.0264282703399656,206367.45020270348,26415033.625946045,0.00016042785136960447
|
| 269 |
+
244271,1024546832384,2.0220410346984865,207541.537784338,26565316.836395264,0.00015979676390998065
|
| 270 |
+
245236,1028594335744,2.0237135124206542,208990.07937431335,26750730.15991211,0.00015893920499365777
|
| 271 |
+
245901,1031383547904,2.024470682144165,210178.56723070145,26902856.605529785,0.00015834839723538607
|
| 272 |
+
246501,1033900130304,2.022087516784668,211191.60775661469,27032525.79284668,0.00015781543334014714
|
| 273 |
+
247461,1037926662144,2.02467809677124,212730.80994606018,27229543.673095703,0.00015696293849032372
|
| 274 |
+
248321,1041533763584,2.0203010654449463,214138.1058561802,27409677.549591064,0.00015619951591361314
|
| 275 |
+
249466,1046336241664,2.022427005767822,216071.7851483822,27657188.49899292,0.00015518354484811425
|
| 276 |
+
250631,1051222605824,2.0218818855285643,218007.49411344528,27904959.246520996,0.00015415038797073066
|
| 277 |
+
251471,1054745821184,2.021330623626709,219542.5151348114,28101441.93725586,0.0001534058537799865
|
| 278 |
+
252141,1057556004864,2.019194178581238,220529.44353342056,28227768.772277832,0.00015281225205399096
|
| 279 |
+
252986,1061100191744,2.022344846725464,222106.33896708488,28429611.387786865,0.00015206393436528742
|
| 280 |
+
253981,1065273524224,2.0198659324645996,223768.5426402092,28642373.457946777,0.00015118331066332757
|
| 281 |
+
254921,1069216169984,2.017376284599304,225425.62413811684,28854479.889678955,0.00015035190153867006
|
| 282 |
+
255831,1073032986624,2.0203407287597654,227005.63472151756,29056721.244354248,0.00014954755897633731
|
| 283 |
+
256911,1077562834944,2.01806321144104,228723.9835691452,29276669.896850586,0.00014859368093311787
|
| 284 |
+
257571,1080331075584,2.020575189590454,229712.62093663216,29403215.479888916,0.00014801116776652634
|
| 285 |
+
258401,1083812347904,2.019478898048401,231264.1004216671,29601804.85397339,0.0001472790609113872
|
| 286 |
+
259266,1087440420864,2.0173328733444214,232654.37731027603,29779760.295715332,0.0001465166569687426
|
| 287 |
+
260196,1091341123584,2.0200810050964355,234262.95541286469,29985658.29284668,0.0001456976169720292
|
| 288 |
+
261201,1095556399104,2.0171740102767943,236080.76026201248,30218337.313537598,0.00014481335529126227
|
| 289 |
+
261981,1098827956224,2.0157414436340333,237234.9318230152,30366071.273345947,0.00014412766904570162
|
| 290 |
+
262811,1102309228544,2.0198742532730103,238599.82740402222,30540777.907714844,0.00014339863264467567
|
| 291 |
+
263621,1105706614784,2.016674380302429,239912.91356563568,30708852.936401367,0.00014268778613768518
|
| 292 |
+
264576,1109712175104,2.010827188491821,241542.03077197075,30917379.938812256,0.0001418504980392754
|
| 293 |
+
265616,1114074251264,2.016945366859436,242557.65109419823,31047379.340057373,0.0001409397373208776
|
| 294 |
+
266361,1117199007744,2.018474931716919,243123.13779950142,31119761.63833618,0.00014028801524545997
|
| 295 |
+
267236,1120869023744,2.017700471878052,243847.47368693352,31212476.63192749,0.00013952332665212452
|
| 296 |
+
267861,1123490463744,2.0211592864990235,244317.50781536102,31272641.00036621,0.00013897762983106077
|
| 297 |
+
268646,1126782992384,2.015579328536987,244960.26899695396,31354914.431610107,0.00013829287490807474
|
| 298 |
+
269706,1131228954624,2.0137556171417237,245809.8024237156,31463654.710235596,0.0001373693667119369
|
| 299 |
+
270536,1134710226944,2.0145593643188477,246447.89457678795,31545330.505828857,0.0001366471842629835
|
| 300 |
+
271466,1138610929664,2.0133668088912966,247152.91875600815,31635573.600769043,0.00013583898544311523
|
| 301 |
+
272556,1143182721024,2.015184273719788,247988.81383419037,31742568.170776367,0.00013489315460901707
|
| 302 |
+
273596,1147544797184,2.016327004432678,248785.24196386337,31844510.97137451,0.0001339921582257375
|
| 303 |
+
274556,1151571329024,2.011778302192688,249514.39737081528,31937842.863464355,0.00013316175318323076
|
| 304 |
+
275471,1155409117184,2.0137327575683592,250205.71214556694,32026331.15463257,0.00013237145321909338
|
| 305 |
+
276306,1158911361024,2.014167070388794,250835.78306674957,32106980.232543945,0.00013165129348635674
|
| 306 |
+
277036,1161973202944,2.013206572532654,251398.53931307793,32179013.032073975,0.00013102251978125423
|
| 307 |
+
277816,1165244760064,2.0125123167037966,252004.96863484383,32256635.98526001,0.00013035154552198946
|
| 308 |
+
278536,1168264658944,2.0098706388473513,252547.5156223774,32326081.999664307,0.0001297330018132925
|
| 309 |
+
279211,1171095814144,2.011501512527466,253068.05713295937,32392711.3130188,0.0001291538355872035
|
| 310 |
+
280196,1175227203584,2.0115367126464845,253815.9645628929,32488443.464050293,0.00012830994091928005
|
| 311 |
+
280886,1178121273344,2.013082809448242,254354.6489083767,32557395.060272217,0.0001277197152376175
|
| 312 |
+
282021,1182881808384,2.0133624124526976,255228.39882850647,32669235.050048828,0.00012675051402766258
|
| 313 |
+
282736,1185880735744,2.0119531869888307,255785.33658385277,32740523.082733154,0.00012614106526598334
|
| 314 |
+
283521,1189173264384,2.014656562805176,256413.84548306465,32820972.221832275,0.0001254729286301881
|
| 315 |
+
284361,1192696479744,2.011376533508301,257060.81948637962,32903784.89425659,0.0001247591571882367
|
| 316 |
+
285201,1196219695104,2.009991502761841,257702.0419883728,32985861.37451172,0.0001240466081071645
|
| 317 |
+
285866,1199008907264,2.013653931617737,258220.17150640488,33052181.952819824,0.00012348340533208102
|
| 318 |
+
286586,1202028806144,2.0078161430358885,258785.22380709648,33124508.64730835,0.00012287450954318047
|
| 319 |
+
287401,1205447163904,2.0098246479034425,259402.80401587486,33203558.914031982,0.00012218643678352237
|
| 320 |
+
288261,1209054265344,2.0104351329803465,260064.5776975155,33288265.945281982,0.00012146169319748878
|
| 321 |
+
289156,1212808167424,2.0131852769851686,260768.4965467453,33378367.5579834,0.00012070895172655582
|
| 322 |
+
290186,1217128300544,2.0115681505203247,261565.0923037529,33480331.81488037,0.00011984456796199083
|
| 323 |
+
291026,1220651515904,2.008592376708984,262229.92486715317,33565430.382995605,0.00011914117203559726
|
| 324 |
+
292011,1224782905344,2.0116414785385133,262996.9070017338,33663604.096221924,0.00011831814481411129
|
| 325 |
+
293071,1229228867584,2.0078779649734497,263797.2869837284,33766052.73391724,0.00011743464710889384
|
| 326 |
+
294031,1233255399424,2.0067644262313844,264536.8846440315,33860721.234436035,0.00011663650366244838
|
| 327 |
+
295201,1238162735104,2.008696370124817,265444.0562272072,33976839.19708252,0.00011566638568183407
|
| 328 |
+
296491,1243573387264,2.0029752349853513,266421.1545741558,34101907.78549194,0.00011460016685305163
|
| 329 |
+
297186,1246488428544,2.003253812789917,266964.32052493095,34171433.02719116,0.00011402723612263799
|
| 330 |
+
298201,1250745647104,2.0088181781768797,267736.12734913826,34270224.3006897,0.00011319242912577465
|
| 331 |
+
298801,1253262229504,2.0102234172821043,268193.6948943138,34328792.94647217,0.0001127000359701924
|
| 332 |
+
299681,1256953217024,2.0058561515808107,268868.3499407768,34415148.79241943,0.0001119793378165923
|
| 333 |
+
300576,1260707119104,2.006784439086914,269564.41549777985,34504245.18371582,0.00011124818411190063
|
| 334 |
+
301261,1263580217344,2.013547124862671,270082.20366477966,34570522.0690918,0.00011068984895246103
|
| 335 |
+
302296,1267921321984,2.003759026527405,270885.4182577133,34673333.536987305,0.00010984833352267742
|
| 336 |
+
303361,1272388255744,2.0040857219696044,271718.3646476269,34779950.67489624,0.00010898510663537309
|
| 337 |
+
304036,1275219410944,2.0073404026031496,272236.1567866802,34846228.06869507,0.00010843940981430933
|
| 338 |
+
304816,1278490968064,2.0067022800445558,272846.4452445507,34924344.99130249,0.00010781022865558043
|
| 339 |
+
305796,1282601385984,2.001952223777771,273609.6741271019,35022038.28826904,0.00010702185682021081
|
| 340 |
+
306861,1287068319744,2.0029858779907226,274422.4533522129,35126074.02908325,0.00010616784857120365
|
| 341 |
+
307556,1289983361024,2.0068341064453126,274960.2285528183,35194909.25476074,0.00010561209637671709
|
| 342 |
+
308636,1294513209344,2.0063004875183106,275804.53169703484,35302980.05722046,0.00010475095768924803
|
| 343 |
+
309271,1297176592384,2.0017350244522096,276296.05432748795,35365894.95391846,0.00010424606443848461
|
| 344 |
+
310171,1300951465984,2.0013623332977293,276992.6656329632,35455061.20101929,0.0001035322857205756
|
| 345 |
+
311051,1304642453504,2.0011567783355715,277687.2983264923,35543974.185791016,0.0001028364640660584
|
| 346 |
+
312056,1308857729024,2.005780658721924,278480.6543779373,35645523.76037598,0.00010204435238847509
|
| 347 |
+
312891,1312359972864,2.003944253921509,279116.46035671234,35726906.92565918,0.00010138833022210747
|
| 348 |
+
313811,1316218732544,2.000511522293091,279808.59942674637,35815500.726623535,0.00010066776303574443
|
| 349 |
+
314671,1319825833984,2.000524597167969,280460.47513246536,35898940.81695557,9.999631583923474e-05
|
| 350 |
+
315571,1323600707584,2.0033653783798218,281148.0717372894,35986953.18237305,9.929588122759014e-05
|
| 351 |
+
316516,1327564324864,2.0027944564819338,281862.6925802231,36078424.650268555,9.856290853349492e-05
|
| 352 |
+
317341,1331024625664,2.0046019840240477,282497.44218587875,36159672.59979248,9.792511991690844e-05
|
| 353 |
+
318341,1335218929664,2.0022435140609742,283277.5210046768,36259522.68859863,9.715469786897302e-05
|
| 354 |
+
319076,1338301743104,2.002524003982544,283850.48813700676,36332862.481536865,9.659031638875604e-05
|
| 355 |
+
319941,1341929816064,2.0020007133483886,284522.4746632576,36418876.75689697,9.592816786607727e-05
|
| 356 |
+
320716,1345180401664,1.9962911987304688,285111.81669712067,36494312.537231445,9.533681441098452e-05
|
| 357 |
+
321406,1348074471424,1.9993914031982423,285676.57227158546,36566601.25076294,9.481184679316357e-05
|
| 358 |
+
322636,1353233465344,1.9968428659439086,286621.11414194107,36687502.61016846,9.387964382767677e-05
|
| 359 |
+
323756,1357931085824,1.9979928874969481,287501.575704813,36800201.690216064,9.3034868768882e-05
|
| 360 |
+
324921,1362817449984,1.998347396850586,288398.98379325867,36915069.92553711,9.216030593961477e-05
|
| 361 |
+
325621,1365753462784,1.998242735862732,288939.1011250019,36984204.944000244,9.163688082480803e-05
|
| 362 |
+
326586,1369800966144,1.9988212442398072,289695.80307364464,37081062.79342651,9.091786341741681e-05
|
| 363 |
+
327471,1373512925184,2.0035044622421263,290424.93936777115,37174392.23907471,9.026108455145732e-05
|
| 364 |
+
328316,1377057112064,1.9978898000717162,291063.5424768925,37256133.43704224,8.96363562787883e-05
|
| 365 |
+
329381,1381524045824,1.992785897254944,291876.7382657528,37360222.49801636,8.885231363819912e-05
|
| 366 |
+
330071,1384418115584,1.996839256286621,292409.567245245,37428424.60739136,8.83463435457088e-05
|
| 367 |
+
330961,1388151046144,1.9988338136672974,293094.11831736565,37516047.1446228,8.769604755798355e-05
|
| 368 |
+
331886,1392030777344,2.0006311178207397,293807.1480858326,37607314.95498657,8.702300692675635e-05
|
| 369 |
+
332811,1395910508544,1.9926877975463868,294514.30877804756,37697831.52359009,8.635285485070199e-05
|
| 370 |
+
333706,1399664410624,1.9932461738586427,295192.09271907806,37784587.86804199,8.570721547584981e-05
|
| 371 |
+
334926,1404781461504,1.9941186714172363,296112.9940164089,37902463.23410034,8.483157580485567e-05
|
| 372 |
+
335866,1408724107264,1.9980471181869506,296853.0493628979,37997190.31845093,8.416042692260817e-05
|
| 373 |
+
336751,1412436066304,1.9916514825820923,297530.4093182087,38083892.39273071,8.353139128303155e-05
|
| 374 |
+
337936,1417406316544,1.995966591835022,298436.58156991005,38199882.44094849,8.269345562439412e-05
|
| 375 |
+
339176,1422607253504,1.9937936639785767,299391.6599750519,38322132.47680664,8.182199962902814e-05
|
| 376 |
+
340101,1426486984704,1.9941756010055542,300102.4869918823,38413118.33496094,8.117553079500794e-05
|
| 377 |
+
340946,1430031171584,1.9956055641174317,300749.0602040291,38495879.70611572,8.058769890340045e-05
|
| 378 |
+
342161,1435127250944,1.9954893684387207,301681.60509228706,38615245.451812744,7.974705658853054e-05
|
| 379 |
+
343186,1439426412544,1.9961075496673584,302464.48437929153,38715454.00054932,7.904212543508038e-05
|
| 380 |
+
344066,1443117400064,1.994701714515686,303136.9943058491,38801535.27114868,7.84400399425067e-05
|
| 381 |
+
344856,1446430900224,1.9909330320358276,303742.9690873623,38879100.04318237,7.790200470481068e-05
|
| 382 |
+
345771,1450268688384,1.9928391075134277,304456.1053454876,38970381.48422241,7.728179480182007e-05
|
| 383 |
+
346446,1453099843584,1.9891890335083007,304972.9413866997,39036536.49749756,7.682630530325696e-05
|
| 384 |
+
347116,1455910027264,1.9919326305389404,305483.6733138561,39101910.184173584,7.637590897502378e-05
|
| 385 |
+
348111,1460083359744,1.989954252243042,306242.38280296326,39199024.9987793,7.571023161290213e-05
|
| 386 |
+
348871,1463271030784,1.9947364377975463,306818.57192873955,39272777.20687866,7.52043561078608e-05
|
| 387 |
+
349901,1467591163904,1.989840259552002,307620.63850164413,39375441.72821045,7.452235877281055e-05
|
| 388 |
+
350591,1470485233664,1.9922032928466797,308144.61589694023,39442510.83480835,7.406781514873728e-05
|
| 389 |
+
351676,1475036053504,1.9898779296875,308980.35502552986,39549485.44326782,7.335685950238258e-05
|
| 390 |
+
352326,1477762351104,1.9894683694839477,309476.8546831608,39613037.39944458,7.293318776646629e-05
|
| 391 |
+
353171,1481306537984,1.9888081932067871,310115.3870213032,39694769.53872681,7.238493708427995e-05
|
| 392 |
+
354051,1484997525504,1.992127356529236,310779.0027189255,39779712.34802246,7.18170267646201e-05
|
| 393 |
+
355011,1489024057344,1.989139561653137,311521.8044137955,39874790.96496582,7.120106602087617e-05
|
| 394 |
+
356146,1493784592384,1.9864597463607787,312428.5578453541,39990855.40420532,7.04776612110436e-05
|
| 395 |
+
357141,1497957924864,1.9875121021270752,313182.79381632805,40087397.60848999,6.984783249208704e-05
|
| 396 |
+
358111,1502026399744,1.9877844142913819,313932.861392498,40183406.258239746,6.92377652740106e-05
|
| 397 |
+
358931,1505465729024,1.9875847291946411,315049.85043764114,40326380.85601807,6.872509402455762e-05
|
metadata/training_logs/ConvergenceCurve_phase3-annealing.csv
ADDED
|
@@ -0,0 +1,398 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
training_steps,training_tokens,training_loss,walltime,gputime,learning_rate
|
| 2 |
+
340,1426063360,1.8752785968780517,271.48521661758423,34750.10772705078,6.852795922895893e-05
|
| 3 |
+
615,2579496960,1.8619483995437622,487.38903164863586,62385.79605102539,6.836811371613294e-05
|
| 4 |
+
990,4152360960,1.8527550888061524,778.2483220100403,99615.78521728516,6.815014785388485e-05
|
| 5 |
+
1255,5263851520,1.8490331315994262,984.3192303180695,125992.86148071289,6.79961231071502e-05
|
| 6 |
+
1565,6564085760,1.8484376382827759,1236.64248585701,158290.23818969727,6.781593401683494e-05
|
| 7 |
+
1820,7633633280,1.8470539093017577,1436.8834590911865,183921.08276367188,6.766772276023403e-05
|
| 8 |
+
2175,9122611200,1.844295244216919,1719.7071778774261,220122.51876831055,6.746137660229579e-05
|
| 9 |
+
2525,10590617600,1.84140860080719,1992.9150831699371,255093.13064575195,6.725794082740322e-05
|
| 10 |
+
2825,11848908800,1.8441841506958008,2225.127115249634,284816.2707519531,6.708357250317931e-05
|
| 11 |
+
3220,13505658880,1.8412503719329834,2529.878270626068,323824.4186401367,6.685397966066375e-05
|
| 12 |
+
3525,14784921600,1.8416464710235596,2764.3953442573547,353842.6040649414,6.667670095339417e-05
|
| 13 |
+
3800,15938355200,1.8385812282562255,2980.7422292232513,381535.0053405762,6.651685544056818e-05
|
| 14 |
+
4080,17112760320,1.8392703056335449,3193.725188970566,408796.8241882324,6.635410682065412e-05
|
| 15 |
+
4340,18203279360,1.8362656497955323,3397.5804710388184,434890.30029296875,6.620298518100753e-05
|
| 16 |
+
4610,19335741440,1.838455195426941,3603.598792552948,461260.64544677734,6.604605005122721e-05
|
| 17 |
+
4875,20447232000,1.8363566303253174,3813.6308133602142,488144.7441101074,6.589202530449256e-05
|
| 18 |
+
5175,21705523200,1.8364322996139526,4048.6233508586884,518223.7889099121,6.571764970431104e-05
|
| 19 |
+
5450,22858956800,1.8348717308044433,4260.30784368515,545319.4039916992,6.555780419148505e-05
|
| 20 |
+
5720,23991418880,1.8322723197937012,4473.578852415085,572618.0931091309,6.540086906170473e-05
|
| 21 |
+
6095,25564282880,1.8325909614562987,4764.4090712070465,609844.361114502,6.518290319945663e-05
|
| 22 |
+
6360,26675773440,1.8346980428695678,4964.578282833099,635466.0202026367,6.502887845272198e-05
|
| 23 |
+
6665,27955036160,1.831362361907959,5209.119236469269,666767.2622680664,6.48515997454524e-05
|
| 24 |
+
6950,29150412800,1.8307290649414063,5428.697091341019,694873.2276916504,6.468594074249268e-05
|
| 25 |
+
7255,30429675520,1.8296824598312378,5660.494846105576,724543.3403015137,6.45086620352231e-05
|
| 26 |
+
7500,31457280000,1.8310826301574707,5846.677148342133,748374.674987793,6.43662569927983e-05
|
| 27 |
+
7865,32988200960,1.8326263332366943,6125.09731054306,784012.4557495117,6.415410462068394e-05
|
| 28 |
+
8130,34099691520,1.8293017053604126,6324.737994670868,809566.4633178711,6.400007987394929e-05
|
| 29 |
+
8385,35169239040,1.8293970441818237,6526.140996217728,835346.0475158691,6.385186134139076e-05
|
| 30 |
+
8640,36238786560,1.828043713569641,6722.9436457157135,860536.7866516113,6.370364280883223e-05
|
| 31 |
+
8880,37245419520,1.8254284048080445,6908.999947309494,884351.9932556152,6.356414087349549e-05
|
| 32 |
+
9140,38335938560,1.829421787261963,7105.058535337448,909447.4925231934,6.34130192338489e-05
|
| 33 |
+
9505,39866859520,1.8278192281723022,7385.770004987717,945378.5606384277,6.320086686173454e-05
|
| 34 |
+
9820,41188065280,1.8303389263153076,7628.062015771866,976391.9380187988,6.301777466433123e-05
|
| 35 |
+
10130,42488299520,1.8295628643035888,7863.464497327805,1006523.455657959,6.283759284997359e-05
|
| 36 |
+
10415,43683676160,1.8293901586532593,8086.684278249741,1035095.5876159668,6.267193384701386e-05
|
| 37 |
+
10725,44983910400,1.8306189632415772,8325.354167222977,1065645.333404541,6.249175203265622e-05
|
| 38 |
+
11080,46472888320,1.827677273750305,8596.568750143051,1100360.8000183105,6.22854131506756e-05
|
| 39 |
+
11360,47647293440,1.8235723209381103,8810.314351320267,1127720.2369689941,6.212266453076154e-05
|
| 40 |
+
11670,48947527680,1.8279132986068725,9057.40006685257,1159347.208557129,6.194247544044629e-05
|
| 41 |
+
12025,50436505600,1.8255649566650392,9332.573479413986,1194569.4053649902,6.173613655846566e-05
|
| 42 |
+
12290,51547996160,1.8256416416168213,9544.241254329681,1221662.8805541992,6.15821045357734e-05
|
| 43 |
+
12535,52575600640,1.826194429397583,9729.128816127777,1245328.4884643555,6.14396994933486e-05
|
| 44 |
+
12855,53917777920,1.823488507270813,9980.313079357147,1277480.0741577148,6.125370418885723e-05
|
| 45 |
+
13145,55134126080,1.827285795211792,10205.843793153763,1306348.0055236816,6.108514207880944e-05
|
| 46 |
+
13580,56958648320,1.8276759815216064,10549.179124832153,1350294.9279785156,6.0832302551716566e-05
|
| 47 |
+
14010,58762199040,1.828284707069397,10879.137287139893,1392529.5727539062,6.058236976969056e-05
|
| 48 |
+
14300,59978547200,1.8238766193389893,11103.612229824066,1421262.3654174805,6.041380765964277e-05
|
| 49 |
+
14585,61173923840,1.827179455757141,11327.01094031334,1449857.4003601074,6.024815229466185e-05
|
| 50 |
+
14835,62222499840,1.8249352407455444,11517.364294528961,1474222.629699707,6.010284414514899e-05
|
| 51 |
+
15170,63627591680,1.8246316766738893,11773.702198266983,1507033.8813781738,5.9908124967478216e-05
|
| 52 |
+
15495,64990740480,1.8237904119491577,12020.608630180359,1538637.904663086,5.971922291791998e-05
|
| 53 |
+
15840,66437775360,1.8175330209732055,12282.254431247711,1572128.567199707,5.9518693888094276e-05
|
| 54 |
+
16110,67570237440,1.8232841968536377,12496.47471666336,1599548.7637329102,5.9361758758313954e-05
|
| 55 |
+
16475,69101158400,1.8203981256484985,12782.730033397675,1636189.4442749023,5.9149602748220786e-05
|
| 56 |
+
16815,70527221760,1.8178185939788818,13042.564595937729,1669448.2682800293,5.895198046346195e-05
|
| 57 |
+
17090,71680655360,1.8242167615890503,13260.899268388748,1697395.1063537598,5.879213858861476e-05
|
| 58 |
+
17320,72645345280,1.8237226724624633,13436.411142349243,1719860.6262207031,5.865845378139056e-05
|
| 59 |
+
17565,73672949760,1.8218525409698487,13625.54965019226,1744070.3552246094,5.8516048738965765e-05
|
| 60 |
+
17855,74889297920,1.8222080373764038,13844.989578723907,1772158.6660766602,5.8347490266896784e-05
|
| 61 |
+
18145,76105646080,1.8217066049575805,14069.046779870987,1800837.9878234863,5.8178928156849e-05
|
| 62 |
+
18430,77301022720,1.8208409023284913,14287.219685316086,1828764.119720459,5.8013272791868076e-05
|
| 63 |
+
18635,78160855040,1.820493974685669,14449.979430437088,1849597.3670959473,5.78941180719994e-05
|
| 64 |
+
18955,79503032320,1.819970769882202,14700.015270709991,1881601.954650879,5.770812276750803e-05
|
| 65 |
+
19185,80467722240,1.8174284744262694,14892.890546321869,1906289.9899291992,5.7574434322305024e-05
|
| 66 |
+
19510,81830871040,1.8210423946380616,15142.7285861969,1938269.2590332031,5.7385532272746786e-05
|
| 67 |
+
19725,82732646400,1.8183580732345581,15309.310518503189,1959591.7463684082,5.726056406274438e-05
|
| 68 |
+
19965,83739279360,1.8205558729171754,15495.867401361465,1983471.0273742676,5.712106576538645e-05
|
| 69 |
+
20235,84871741440,1.8197945594787597,15704.036194086075,2010116.6328430176,5.6964130635606125e-05
|
| 70 |
+
20470,85857402880,1.8171257972717285,15883.691467046738,2033112.5077819824,5.682753908331506e-05
|
| 71 |
+
20765,87094722560,1.819145679473877,16117.206860780716,2063002.4781799316,5.665607386617921e-05
|
| 72 |
+
21045,88269127680,1.8227122116088867,16330.564028024673,2090312.1955871582,5.649332524626516e-05
|
| 73 |
+
21310,89380618240,1.8162191343307494,16531.637099981308,2116049.5487976074,5.6339293223572895e-05
|
| 74 |
+
21575,90492108800,1.8201223039627075,16743.118019104004,2143119.1064453125,5.618526483885944e-05
|
| 75 |
+
21915,91918172160,1.8193349742889404,17010.09502530098,2177292.1632385254,5.59876425541006e-05
|
| 76 |
+
22295,93512007680,1.8193669366836547,17318.68303179741,2216791.4280700684,5.5766769946785644e-05
|
| 77 |
+
22645,94980014080,1.8145217561721803,17589.80771780014,2251495.387878418,5.5563334171893075e-05
|
| 78 |
+
22950,96259276800,1.8209965085983277,17820.081560611725,2280970.439758301,5.5386055464623496e-05
|
| 79 |
+
23230,97433681920,1.8170909070968628,18035.364682674408,2308526.679382324,5.522330684470944e-05
|
| 80 |
+
23525,98671001600,1.8137951040267943,18269.522194862366,2338498.840942383,5.5051841627573594e-05
|
| 81 |
+
23835,99971235840,1.8194892597198487,18509.53775882721,2369220.833129883,5.487165617523715e-05
|
| 82 |
+
24095,101061754880,1.8161807012557984,18711.41701221466,2395061.3775634766,5.472053453559056e-05
|
| 83 |
+
24335,102068387840,1.8142323780059815,18897.950870990753,2418937.7114868164,5.458103623823263e-05
|
| 84 |
+
24610,103221821440,1.817019362449646,19109.09269452095,2445963.8648986816,5.442119436338544e-05
|
| 85 |
+
24905,104459141120,1.818231782913208,19337.16958642006,2475157.7070617676,5.4249725508270785e-05
|
| 86 |
+
25180,105612574720,1.8183190107345581,19551.88754916191,2502641.6062927246,5.40898836334236e-05
|
| 87 |
+
25535,107101552640,1.8173581266403198,19842.152470350266,2539795.516204834,5.388354475144297e-05
|
| 88 |
+
25845,108401786880,1.8141128301620484,20083.959996700287,2570746.8795776367,5.3703359299106523e-05
|
| 89 |
+
26205,109911736320,1.8109670734405519,20363.724504709244,2606556.736602783,5.349411003408022e-05
|
| 90 |
+
26500,111149056000,1.8187006616592407,20587.729420661926,2635229.3658447266,5.3322644816944376e-05
|
| 91 |
+
26880,112742891520,1.8154515790939332,20879.299001693726,2672550.272216797,5.3101772209629416e-05
|
| 92 |
+
27145,113854382080,1.810820655822754,21085.254843235016,2698912.619934082,5.294774382491596e-05
|
| 93 |
+
27430,115049758720,1.815186514854431,21304.199415445328,2726937.525177002,5.278208845993504e-05
|
| 94 |
+
27720,116266106880,1.8127817869186402,21534.218043088913,2756379.909515381,5.261352634988725e-05
|
| 95 |
+
28010,117482455040,1.8175091934204102,21756.12571835518,2784784.091949463,5.244496787781827e-05
|
| 96 |
+
28345,118887546880,1.8138373804092407,22020.51003932953,2818625.2850341797,5.22502523381263e-05
|
| 97 |
+
28665,120229724160,1.8092885732650756,22275.825972557068,2851305.7244873047,5.2064253395656124e-05
|
| 98 |
+
29015,121697730560,1.8103555631637573,22546.535127162933,2885956.4962768555,5.1860817620763555e-05
|
| 99 |
+
29275,122788249600,1.8157218933105468,22749.018486738205,2911874.3663024902,5.1709695981116965e-05
|
| 100 |
+
29580,124067512320,1.814298095703125,22988.403310775757,2942515.623779297,5.1532417273847386e-05
|
| 101 |
+
29860,125241917440,1.8151006412506103,23203.25780272484,2970016.9987487793,5.136966865393333e-05
|
| 102 |
+
30175,126563123200,1.814762706756592,23446.940939426422,3001208.440246582,5.118657645653002e-05
|
| 103 |
+
30430,127632670720,1.8102179145812989,23646.029082536697,3026691.7225646973,5.103835792397149e-05
|
| 104 |
+
30700,128765132800,1.81126904964447,23853.99769306183,3053311.704711914,5.088142279419117e-05
|
| 105 |
+
30980,129939537920,1.813309292793274,24070.11940598488,3080975.2839660645,5.071867417427711e-05
|
| 106 |
+
31335,131428515840,1.8124126386642456,24343.78574371338,3116004.5751953125,5.0512335292296484e-05
|
| 107 |
+
31630,132665835520,1.8144707918167113,24572.81158566475,3145319.882965088,5.034086643718183e-05
|
| 108 |
+
31970,134091898880,1.8112752389907838,24842.44114279747,3179832.466278076,5.0143244152422994e-05
|
| 109 |
+
32280,135392133120,1.8129529428482056,25077.30993628502,3209895.6718444824,4.996305870008655e-05
|
| 110 |
+
32595,136713338880,1.8128360462188722,25319.554255008698,3240902.9446411133,4.9779970140662044e-05
|
| 111 |
+
32910,138034544640,1.8113937664031983,25567.348017692566,3272620.5462646484,4.959687794325873e-05
|
| 112 |
+
33111,138877599744,1.8143862982590993,25720.569722890854,3292232.9245300293,4.948004789184779e-05
|
| 113 |
+
33386,140031033344,1.8090779066085816,25948.829872846603,3321450.2237243652,4.93202060170006e-05
|
| 114 |
+
33771,141645840384,1.813771023750305,26254.978685617447,3360637.271759033,4.9096426664618775e-05
|
| 115 |
+
34046,142799273984,1.8111648225784303,26471.544248104095,3388357.663757324,4.893658478977159e-05
|
| 116 |
+
34341,144036593664,1.808509840965271,26694.352643728256,3416877.138397217,4.876511957263574e-05
|
| 117 |
+
34626,145231970304,1.8085744619369506,26925.39853477478,3446451.012451172,4.859946420765482e-05
|
| 118 |
+
34956,146616090624,1.8132192087173462,27196.575488090515,3481161.662475586,4.8407655413029715e-05
|
| 119 |
+
35226,147748552704,1.8114760875701905,27409.927000045776,3508470.6560058594,4.8250716645270586e-05
|
| 120 |
+
35556,149132673024,1.8075531148910522,27668.53768491745,3541572.8236694336,4.805890785064548e-05
|
| 121 |
+
35851,150369992704,1.8085683679580689,27899.537049770355,3571140.7423706055,4.7887442633509636e-05
|
| 122 |
+
36146,151607312384,1.8136493349075318,28124.69817662239,3599961.366607666,4.771597377839498e-05
|
| 123 |
+
36411,152718802944,1.809995608329773,28332.401449918747,3626547.3855895996,4.7561945393681526e-05
|
| 124 |
+
36716,153998065664,1.811597547531128,28571.683367729187,3657175.471069336,4.738466668641195e-05
|
| 125 |
+
37051,155403157504,1.8099854040145873,28824.95631480217,3689594.4082946777,4.718995114671998e-05
|
| 126 |
+
37331,156577562624,1.8087983846664428,29040.399694681168,3717171.1609191895,4.702720252680592e-05
|
| 127 |
+
37636,157856825344,1.8071035575866699,29280.661587953568,3747924.6832580566,4.684992381953634e-05
|
| 128 |
+
37926,159073173504,1.8070609951019287,29510.0675239563,3777288.6430664062,4.6681361709488556e-05
|
| 129 |
+
38236,160373407744,1.8063208913803102,29752.638063669205,3808337.672149658,4.650117625715211e-05
|
| 130 |
+
38516,161547812864,1.8106288051605224,29973.998074769974,3836671.7535705566,4.6338427637238055e-05
|
| 131 |
+
38776,162638331904,1.8061703062057495,30175.81650876999,3862504.5131225586,4.6187305997591466e-05
|
| 132 |
+
39051,163791765504,1.8070665693283081,30390.4966237545,3889983.567840576,4.602746412274428e-05
|
| 133 |
+
39366,165112971264,1.808028268814087,30636.508273124695,3921473.058959961,4.5844371925340965e-05
|
| 134 |
+
39616,166161547264,1.808585376739502,30829.828382968903,3946218.0330200195,4.56990601378493e-05
|
| 135 |
+
39961,167608582144,1.803465781211853,31094.40026783943,3980083.2342834473,4.5498534746002406e-05
|
| 136 |
+
40191,168573272064,1.8102022457122802,31276.55023598671,4003398.430206299,4.53648463007994e-05
|
| 137 |
+
40476,169768648704,1.8073861837387084,31501.641429901123,4032210.1030273438,4.5199194573797286e-05
|
| 138 |
+
40776,171026939904,1.8088767147064209,31730.828144788742,4061546.002532959,4.5024818973615766e-05
|
| 139 |
+
41086,172327174144,1.8093152332305908,31973.898064136505,4092658.9522094727,4.484463352127932e-05
|
| 140 |
+
41371,173522550784,1.8075400066375733,32200.88136458397,4121712.814666748,4.4678981794277206e-05
|
| 141 |
+
41656,174717927424,1.807459659576416,32429.89930176735,4151027.1106262207,4.4513326429296285e-05
|
| 142 |
+
42011,176206905344,1.805295696258545,32709.281875133514,4186788.08001709,4.430698390933685e-05
|
| 143 |
+
42376,177737826304,1.8063609933853149,32991.710839509964,4222938.987457275,4.409483153722249e-05
|
| 144 |
+
42696,179080003584,1.8037814283370972,33241.03106403351,4254851.976196289,4.390883259475231e-05
|
| 145 |
+
42996,180338294784,1.8041314458847046,33473.78932261467,4284645.033294678,4.37344606325496e-05
|
| 146 |
+
43296,181596585984,1.8057664585113526,33702.133392333984,4313873.07421875,4.3560088670346886e-05
|
| 147 |
+
43631,183001677824,1.8077130031585693,33967.04613947868,4347781.9058532715,4.3365373130654916e-05
|
| 148 |
+
43866,183987339264,1.8073396348953248,34154.56803584099,4371784.7085876465,4.3228777940385044e-05
|
| 149 |
+
44161,185224658944,1.807333493232727,34390.23295903206,4401949.8187561035,4.30573127232492e-05
|
| 150 |
+
44586,187007238144,1.8052171802520751,34744.74398159981,4447327.229644775,4.281028304831125e-05
|
| 151 |
+
44851,188118728704,1.8042696571350099,34951.60427355766,4473805.347015381,4.265625466359779e-05
|
| 152 |
+
45166,189439934464,1.8070574045181274,35196.403054237366,4505139.590942383,4.247316246619448e-05
|
| 153 |
+
45451,190635311104,1.803979287147522,35428.25778269768,4534816.996185303,4.2307510739192367e-05
|
| 154 |
+
45646,191453200384,1.8048804473876954,35579.61491250992,4554190.7088012695,4.219416587147862e-05
|
| 155 |
+
45986,192879263744,1.8058843231201172,35848.62728142738,4588624.292022705,4.199654358671978e-05
|
| 156 |
+
46231,193906868224,1.8021969890594483,36038.64749932289,4612946.87991333,4.185413854429498e-05
|
| 157 |
+
46491,194997387264,1.8041808748245238,36238.178882837296,4638486.897003174,4.1703016904648393e-05
|
| 158 |
+
46746,196066934784,1.8024774980545044,36442.55133652687,4664646.571075439,4.155479837208986e-05
|
| 159 |
+
47051,197346197504,1.7976414394378661,36675.524415016174,4694467.12512207,4.1377519664820284e-05
|
| 160 |
+
47321,198478659584,1.8034538555145263,36900.55153989792,4723270.597106934,4.122058453503996e-05
|
| 161 |
+
47636,199799865344,1.803298707008362,37141.682819366455,4754135.400878906,4.103749233763665e-05
|
| 162 |
+
47906,200932327424,1.7985465574264525,37353.99342083931,4781311.157867432,4.088055720785633e-05
|
| 163 |
+
48131,201876045824,1.8025093603134155,37527.367047309875,4803502.982055664,4.0749779145698994e-05
|
| 164 |
+
48446,203197251584,1.804589262008667,37770.75265669823,4834656.340057373,4.056668694829568e-05
|
| 165 |
+
48746,204455542784,1.8014251279830933,38010.51690006256,4865346.163208008,4.039231498609297e-05
|
| 166 |
+
49036,205671890944,1.802724413871765,38233.51361775398,4893889.74307251,4.022375287604518e-05
|
| 167 |
+
49341,206951153664,1.8022143268585205,38481.43269920349,4925623.385498047,4.00464741687756e-05
|
| 168 |
+
49606,208062644224,1.8042398977279663,38694.32980322838,4952874.214813232,3.989244578406215e-05
|
| 169 |
+
49871,209174134784,1.8016079473495483,38905.332770586014,4979882.59463501,3.973841739934869e-05
|
| 170 |
+
50151,210348539904,1.804867582321167,39124.85971593857,5007982.043640137,3.9575668779434636e-05
|
| 171 |
+
50411,211439058944,1.8022787475585937,39326.08876371384,5033739.361755371,3.942454350180924e-05
|
| 172 |
+
50711,212697350144,1.7995762920379639,39561.182112932205,5063831.310455322,3.9250171539606526e-05
|
| 173 |
+
51006,213934669824,1.8000918531417847,39797.07829499245,5094026.021759033,3.907870632247068e-05
|
| 174 |
+
51326,215276847104,1.8002074003219604,40054.5697619915,5126984.929534912,3.88927073800005e-05
|
| 175 |
+
51651,216639995904,1.801135573387146,40312.38203787804,5159984.900848389,3.870380169246346e-05
|
| 176 |
+
51936,217835372544,1.799088897705078,40537.131350278854,5188752.812835693,3.8538149965461344e-05
|
| 177 |
+
52211,218988806144,1.7990088367462158,40755.470264196396,5216700.193817139,3.8378308090614155e-05
|
| 178 |
+
52461,220037382144,1.8009729337692262,40955.29246234894,5242277.435180664,3.823299630312249e-05
|
| 179 |
+
52726,221148872704,1.7992948341369628,41164.54002404213,5269061.123077393,3.8078967918409035e-05
|
| 180 |
+
53036,222449106944,1.7985078763961793,41407.83228182793,5300202.532073975,3.789878246607259e-05
|
| 181 |
+
53376,223875170304,1.799115924835205,41674.787674188614,5334372.822296143,3.770116018131375e-05
|
| 182 |
+
53696,225217347584,1.8023543024063111,41917.88331532478,5365489.064361572,3.7515161238843575e-05
|
| 183 |
+
53926,226182037504,1.7987667560577392,42094.892527103424,5388146.243469238,3.7381476431619376e-05
|
| 184 |
+
54241,227503243264,1.798768720626831,42336.78177142143,5419108.066741943,3.7198384234216064e-05
|
| 185 |
+
54551,228803477504,1.8020805072784425,42588.171990156174,5451286.01473999,3.701819878187962e-05
|
| 186 |
+
54816,229914968064,1.8013113927841187,42796.28689670563,5477924.72277832,3.686417039716616e-05
|
| 187 |
+
55071,230984515584,1.7988011455535888,42991.58723735809,5502923.166381836,3.671595186460763e-05
|
| 188 |
+
55366,232221835264,1.7961064577102661,43221.801777124405,5532390.627471924,3.6544486647471786e-05
|
| 189 |
+
55621,233291382784,1.8025734043121338,43420.447986364365,5557817.342254639,3.6396268114913255e-05
|
| 190 |
+
55906,234486759424,1.8016767930984496,43645.894817352295,5586674.536621094,3.623061638791114e-05
|
| 191 |
+
56226,235828936704,1.7978093385696412,43895.73584342003,5618654.187957764,3.604461744544096e-05
|
| 192 |
+
56581,237317914624,1.7968712186813354,44168.81783628464,5653608.683044434,3.583827492548153e-05
|
| 193 |
+
56916,238723006464,1.7999333047866821,44439.69607257843,5688281.097290039,3.564355938578956e-05
|
| 194 |
+
57266,240191012864,1.7939851474761963,44713.22656297684,5723293.000061035,3.544012361089699e-05
|
| 195 |
+
57601,241596104704,1.7968672513961792,44973.62387800217,5756623.856384277,3.524540807120502e-05
|
| 196 |
+
57826,242539823104,1.7971420860290528,45146.78569340706,5778788.5687561035,3.511463000904769e-05
|
| 197 |
+
58141,243861028864,1.7957116746902466,45391.307584285736,5810087.370788574,3.4931537811644375e-05
|
| 198 |
+
58456,245182234624,1.796840329170227,45633.0233707428,5841026.991455078,3.4748445614241064e-05
|
| 199 |
+
58721,246293725184,1.7959625959396361,45837.9563035965,5867258.406860352,3.459441722952761e-05
|
| 200 |
+
58991,247426187264,1.7960019874572755,46053.00724649429,5894784.9275512695,3.4437482099747285e-05
|
| 201 |
+
59306,248747393024,1.7933333349227905,46299.34184217453,5926315.75579834,3.4254389902343974e-05
|
| 202 |
+
59606,250005684224,1.7943804550170899,46533.686938524246,5956311.9281311035,3.4080014302162454e-05
|
| 203 |
+
59891,251201060864,1.7994560813903808,46759.04569411278,5985157.848846436,3.391436257516034e-05
|
| 204 |
+
60286,252857810944,1.7979684209823608,47065.61700248718,6024398.976318359,3.368476973264478e-05
|
| 205 |
+
60576,254074159104,1.793867039680481,47296.80508875847,6053991.051361084,3.35162112605758e-05
|
| 206 |
+
60841,255185649664,1.7929252243041993,47510.32823705673,6081322.014343262,3.336217923788354e-05
|
| 207 |
+
61051,256066453504,1.7962445688247681,47679.92150449753,6103029.952575684,3.3240121410926804e-05
|
| 208 |
+
61311,257156972544,1.7952693891525269,47880.9284594059,6128758.842803955,3.308899613330141e-05
|
| 209 |
+
61576,258268463104,1.7966645240783692,48088.26261782646,6155297.615081787,3.293496774858795e-05
|
| 210 |
+
61886,259568697344,1.7940463829040527,48335.90128326416,6186995.3642578125,3.2754782296251506e-05
|
| 211 |
+
62246,261078646784,1.7980261850357055,48622.13303232193,6223633.028137207,3.2545533031225204e-05
|
| 212 |
+
62531,262274023424,1.798538384437561,48850.62301778793,6252879.7462768555,3.237988130422309e-05
|
| 213 |
+
62841,263574257664,1.7964566040039063,49097.19582223892,6284441.065246582,3.2199695851886645e-05
|
| 214 |
+
63206,265105178624,1.79374924659729,49382.942276239395,6321016.611358643,3.198753984179348e-05
|
| 215 |
+
63611,266803871744,1.7983191871643067,49696.94062376022,6361208.399841309,3.1752137147122994e-05
|
| 216 |
+
63916,268083134464,1.7979646396636964,49937.441746234894,6391992.543518066,3.1574858439853415e-05
|
| 217 |
+
64341,269865713664,1.7966576290130616,50261.61938333511,6433487.2810668945,3.1327832402894273e-05
|
| 218 |
+
64571,270830403584,1.7942831134796142,50440.691888570786,6456408.561737061,3.119414395769127e-05
|
| 219 |
+
64896,272193552384,1.7911725759506225,50698.40002441406,6489395.203125,3.100524190813303e-05
|
| 220 |
+
65201,273472815104,1.7918188905715942,50940.30022525787,6520358.428833008,3.082796320086345e-05
|
| 221 |
+
65491,274689163264,1.790413784980774,51166.73899793625,6549342.59173584,3.065940109081566e-05
|
| 222 |
+
65816,276052312064,1.7930510759353637,51413.03923392296,6580869.021942139,3.0470497222268023e-05
|
| 223 |
+
66116,277310603264,1.7940691137313842,51640.93521857262,6610039.707977295,3.029612526006531e-05
|
| 224 |
+
66431,278631809024,1.793721442222595,51901.99620985985,6643455.514862061,3.0113033062661998e-05
|
| 225 |
+
66791,280141758464,1.793247184753418,52177.81187915802,6678759.920532227,2.99037856166251e-05
|
| 226 |
+
67121,281525878784,1.796675305366516,52433.78157758713,6711524.041931152,2.9711975003010593e-05
|
| 227 |
+
67416,282763198464,1.7919304180145263,52666.3667383194,6741294.942504883,2.9540507966885343e-05
|
| 228 |
+
67701,283958575104,1.790109806060791,52885.373401880264,6769327.795440674,2.9374854420893826e-05
|
| 229 |
+
67971,285091037184,1.7961741971969605,53098.15123581886,6796563.358184814,2.9217919291113503e-05
|
| 230 |
+
68266,286328356864,1.7945078706741333,53322.2913339138,6825253.290740967,2.9046452254988253e-05
|
| 231 |
+
68591,287691505664,1.7901511573791504,53581.33714580536,6858411.154663086,2.8857548386440612e-05
|
| 232 |
+
68896,288970768384,1.7917993259429932,53814.62672972679,6888272.221405029,2.8680269679171033e-05
|
| 233 |
+
69231,290375860224,1.7929536485671997,54079.43053269386,6922167.108184814,2.848555232048966e-05
|
| 234 |
+
69506,291529293824,1.7906598663330078,54299.238832235336,6950302.570526123,2.832571044564247e-05
|
| 235 |
+
69836,292913414144,1.7938063430786133,54560.693494319916,6983768.767272949,2.8133901651017368e-05
|
| 236 |
+
70166,294297534464,1.793304319381714,54819.81627368927,7016936.483032227,2.794209103740286e-05
|
| 237 |
+
70526,295807483904,1.7878627538681031,55093.63649272919,7051985.471069336,2.7732843591365963e-05
|
| 238 |
+
70781,296877031424,1.790167407989502,55291.55626678467,7077319.2021484375,2.7584626877796836e-05
|
| 239 |
+
71086,298156294144,1.794525008201599,55538.03707265854,7108868.745300293,2.7407346351537853e-05
|
| 240 |
+
71321,299141955584,1.7904720211029053,55724.96288442612,7132795.249206543,2.7270754799246788e-05
|
| 241 |
+
71591,300274417664,1.7891639900207519,55936.97014951706,7159932.179138184,2.7113819669466466e-05
|
| 242 |
+
71856,301385908224,1.7920370674133301,56138.79459166527,7185765.707733154,2.6959789465763606e-05
|
| 243 |
+
72131,302539341824,1.7933044195175172,56347.806998729706,7212519.295837402,2.6799947590916418e-05
|
| 244 |
+
72381,303587917824,1.7924930000305175,56553.41233634949,7238836.779052734,2.6654637622414157e-05
|
| 245 |
+
72706,304951066624,1.7895892286300659,56803.923120737076,7270902.159454346,2.6465733753866516e-05
|
| 246 |
+
73021,306272272384,1.7878352499008179,57043.56751346588,7301576.641723633,2.6282641556463204e-05
|
| 247 |
+
73376,307761250304,1.7919995498657226,57325.106407642365,7337613.620178223,2.6076300855493173e-05
|
| 248 |
+
73631,308830797824,1.7912813138961792,57522.31743597984,7362856.63180542,2.5928084141924046e-05
|
| 249 |
+
73911,310005202944,1.7929035758972167,57734.71629047394,7390043.685180664,2.576533552200999e-05
|
| 250 |
+
74226,311326408704,1.7899077177047729,57980.0020506382,7421440.262481689,2.5582245143596083e-05
|
| 251 |
+
74566,312752472064,1.7885053491592406,58248.83659148216,7455851.083709717,2.5384621039847843e-05
|
| 252 |
+
74841,313905905664,1.79335684299469,58461.066333293915,7483016.490661621,2.5224780983990058e-05
|
| 253 |
+
75146,315185168384,1.7903273820877075,58704.00275373459,7514112.352478027,2.5047500457731076e-05
|
| 254 |
+
75411,316296658944,1.7840709352493287,58907.020581007004,7540098.6343688965,2.489347207301762e-05
|
| 255 |
+
75701,317513007104,1.7867939138412476,59138.88950967789,7569777.8572387695,2.4724911781959236e-05
|
| 256 |
+
76021,318855184384,1.7873034572601318,59392.14471721649,7602194.523803711,2.4538912839489058e-05
|
| 257 |
+
76321,320113475584,1.7880235290527344,59629.74366092682,7632607.188598633,2.4364540877286345e-05
|
| 258 |
+
76641,321455652864,1.788974690437317,59878.72445368767,7664476.7300720215,2.417854375380557e-05
|
| 259 |
+
76891,322504228864,1.7882501459121705,60072.73235940933,7689309.7420043945,2.4033231966313906e-05
|
| 260 |
+
77301,324223893504,1.7852092838287354,60401.351377010345,7731372.976257324,2.3794922526576556e-05
|
| 261 |
+
77626,325587042304,1.786268105506897,60653.322271347046,7763625.250732422,2.3606018658028916e-05
|
| 262 |
+
77936,326887276544,1.7899633359909057,60891.33831644058,7794091.3045043945,2.342583320569247e-05
|
| 263 |
+
78276,328313339904,1.7860692930221558,61168.70604777336,7829594.37411499,2.3228210920933634e-05
|
| 264 |
+
78606,329697460224,1.7824056339263916,61424.32377362251,7862313.443023682,2.3036400307319127e-05
|
| 265 |
+
78936,331081580544,1.7865266609191894,61682.690210580826,7895384.346954346,2.284458969370462e-05
|
| 266 |
+
79221,332276957184,1.7878699016571045,61904.459122657776,7923770.767700195,2.2678936147713102e-05
|
| 267 |
+
79521,333535248384,1.7857391357421875,62137.472875356674,7953596.528045654,2.2504562366520986e-05
|
| 268 |
+
79761,334541881344,1.7878148031234742,62333.86606478691,7978734.856292725,2.2365064069163054e-05
|
| 269 |
+
79986,335485599744,1.7860376024246216,62507.44015598297,8000952.33996582,2.223428600700572e-05
|
| 270 |
+
80346,336995549184,1.788780493736267,62782.99096488953,8036222.843505859,2.2025038560968824e-05
|
| 271 |
+
80701,338484527104,1.7842547798156738,63060.45900607109,8071738.7527771,2.181869604100939e-05
|
| 272 |
+
80986,339679903744,1.7853312969207764,63283.20727610588,8100250.531341553,2.165304249501787e-05
|
| 273 |
+
81266,340854308864,1.7872599697113036,63506.25077629089,8128800.099365234,2.1490293875103816e-05
|
| 274 |
+
81541,342007742464,1.787752432823181,63721.585344314575,8156362.924072266,2.1330452000256628e-05
|
| 275 |
+
81841,343266033664,1.7880102920532226,63951.34233260155,8185771.818572998,2.1156080038053915e-05
|
| 276 |
+
82121,344440438784,1.784553837776184,64167.1099486351,8213390.073425293,2.099333141813986e-05
|
| 277 |
+
82386,345551929344,1.7866269731521607,64373.69656467438,8239833.16027832,2.0839303033426404e-05
|
| 278 |
+
82736,347019935744,1.7846049308776855,64646.56972908974,8274760.925323486,2.0635867258533835e-05
|
| 279 |
+
83011,348173369344,1.7873935174942017,64860.722066402435,8302172.424499512,2.0476025383686647e-05
|
| 280 |
+
83331,349515546624,1.7838273239135742,65111.19176411629,8334232.545806885,2.0290028260205872e-05
|
| 281 |
+
83596,350627037184,1.784995756149292,65317.198984861374,8360601.470062256,2.0135998056503013e-05
|
| 282 |
+
83866,351759499264,1.7848429298400879,65525.49667143822,8387263.573944092,1.997906292672269e-05
|
| 283 |
+
84111,352787103744,1.781291913986206,65723.32380795479,8412585.447418213,1.9836657884297892e-05
|
| 284 |
+
84456,354234138624,1.7813090991973877,65990.09665751457,8446732.372161865,1.963612885447219e-05
|
| 285 |
+
84796,355660201984,1.7855474424362183,66251.80178070068,8480230.627929688,1.9438506569713354e-05
|
| 286 |
+
85086,356876550144,1.7801987266540527,66474.27052402496,8508706.627075195,1.926994627865497e-05
|
| 287 |
+
85421,358281641984,1.782790470123291,66735.8110203743,8542183.81060791,1.9075230738963e-05
|
| 288 |
+
85761,359707705344,1.7828307437896729,66995.57043218613,8575433.015319824,1.887760663521476e-05
|
| 289 |
+
86126,361238626304,1.7815405082702638,67274.10208368301,8611085.066711426,1.86654542631004e-05
|
| 290 |
+
86531,362937319424,1.7856207370758057,67585.34318351746,8650923.927490234,1.8430049749440514e-05
|
| 291 |
+
86786,364006866944,1.781603593826294,67788.47500824928,8676924.801055908,1.8281833035871387e-05
|
| 292 |
+
87071,365202243584,1.782104926109314,68011.93639540672,8705527.85861206,1.811617948987987e-05
|
| 293 |
+
87336,366313734144,1.7797843599319458,68217.31924557686,8731816.863433838,1.796214928617701e-05
|
| 294 |
+
87556,367236481024,1.7808180046081543,68387.33085179329,8753578.349029541,1.783427615009714e-05
|
| 295 |
+
87846,368452829184,1.7830239057540893,68616.10430502892,8782861.351043701,1.7665715859038755e-05
|
| 296 |
+
88161,369774034944,1.7776256465911866,68860.66466832161,8814165.077545166,1.7482623661635444e-05
|
| 297 |
+
88416,370843582464,1.7831217336654663,69061.443202734,8839864.729949951,1.7334406948066317e-05
|
| 298 |
+
88721,372122845184,1.783604564666748,69297.26015114784,8870049.299346924,1.7157128240796737e-05
|
| 299 |
+
89011,373339193344,1.7788058614730835,69525.90246105194,8899315.515014648,1.6988567949738353e-05
|
| 300 |
+
89296,374534569984,1.7789545583724975,69754.12556195259,8928528.071929932,1.6822914403746836e-05
|
| 301 |
+
89606,375834804224,1.7785106372833253,70007.82993102074,8961002.231170654,1.664272895141039e-05
|
| 302 |
+
89881,376988237824,1.7771866703033448,70222.88335824013,8988529.069854736,1.6482887076563202e-05
|
| 303 |
+
90166,378183614464,1.7771502542495727,70444.03181576729,9016836.072418213,1.631723171158228e-05
|
| 304 |
+
90411,379211218944,1.7783544445037842,70631.26563572884,9040802.001373291,1.6174828488146886e-05
|
| 305 |
+
90836,380993798144,1.78179012298584,70972.6230969429,9084495.756408691,1.5927798813208938e-05
|
| 306 |
+
91086,382042374144,1.7790095138549804,71166.68158555031,9109335.24295044,1.5782488844706677e-05
|
| 307 |
+
91441,383531352064,1.780641622543335,71446.83683300018,9145195.114624023,1.5576148143736646e-05
|
| 308 |
+
91721,384705757184,1.7777631664276123,71660.20214343071,9172505.87435913,1.541339952382259e-05
|
| 309 |
+
91936,385607532544,1.7735199594497681,71826.79915094376,9193830.2913208,1.5288433132809587e-05
|
| 310 |
+
92226,386823880704,1.777146291732788,72046.8292453289,9221994.1434021,1.5119871932256501e-05
|
| 311 |
+
92436,387704684544,1.7815130186080932,72211.10531115532,9243021.47982788,1.4997811376815662e-05
|
| 312 |
+
92696,388795203584,1.7805379676818847,72412.56233477592,9268807.978851318,1.4846687918179668e-05
|
| 313 |
+
93021,390158352384,1.7788329172134398,72663.98758196831,9300990.410491943,1.4657784049632028e-05
|
| 314 |
+
93341,391500529664,1.7779216957092285,72914.10476469994,9333005.409881592,1.4471786016656552e-05
|
| 315 |
+
93606,392612020224,1.7762882614135742,73126.28930830956,9360165.031463623,1.4317756722448394e-05
|
| 316 |
+
93901,393849339904,1.777042407989502,73371.71005988121,9391578.887664795,1.4146289686323144e-05
|
| 317 |
+
94156,394918887424,1.7760104179382323,73566.14621424675,9416466.715423584,1.3998072972754017e-05
|
| 318 |
+
94506,396386893824,1.7765162754058839,73839.88305473328,9451505.03100586,1.379463810735615e-05
|
| 319 |
+
94816,397687128064,1.778178482055664,74087.10264825821,9483149.13897705,1.3614452655019704e-05
|
| 320 |
+
95161,399134162944,1.7785159254074097,74350.96487307549,9516923.503753662,1.3413923625194002e-05
|
| 321 |
+
95486,400497311744,1.778668427467346,74615.9361114502,9550839.822265625,1.3225019756646361e-05
|
| 322 |
+
95871,402112118784,1.7777297925949096,74913.82079029083,9588969.061157227,1.3001241313759238e-05
|
| 323 |
+
96221,403580125184,1.7785084533691407,75183.96095061302,9623547.001678467,1.279780644836137e-05
|
| 324 |
+
96456,404565786624,1.7764170503616332,75373.53974962234,9647813.08795166,1.2661214896070305e-05
|
| 325 |
+
96731,405719220224,1.7773048305511474,75589.78985333443,9675493.101226807,1.2501373021223117e-05
|
| 326 |
+
97016,406914596864,1.7775383186340332,75810.04626655579,9703685.92211914,1.2335718565736897e-05
|
| 327 |
+
97416,408592318464,1.7786889886856079,76122.82211446762,9743721.230651855,1.2103221706638578e-05
|
| 328 |
+
97681,409703809024,1.7767190170288085,76327.42997074127,9769911.036254883,1.1949191502935719e-05
|
| 329 |
+
97981,410962100224,1.7755738162994386,76559.58652043343,9799627.074615479,1.1774818631238304e-05
|
| 330 |
+
98251,412094562304,1.7799435949325562,76767.31552267075,9826216.386901855,1.1617883501457982e-05
|
| 331 |
+
98521,413227024384,1.7772653818130493,76981.60478973389,9853645.413085938,1.1460947462182958e-05
|
| 332 |
+
98906,414841831424,1.7760654592514038,77282.77300977707,9892194.945251465,1.1237169019295834e-05
|
| 333 |
+
99176,415974293504,1.7735911703109741,77494.31119465828,9919271.83291626,1.1080233889515512e-05
|
| 334 |
+
99476,417232584704,1.778169116973877,77731.91086792946,9949684.59109497,1.0905861017818097e-05
|
| 335 |
+
99736,418323103744,1.777949619293213,77931.68598675728,9975255.806304932,1.0754737559182104e-05
|
| 336 |
+
99991,419392651264,1.7740599822998047,78128.58874821663,10000459.359771729,1.0606520845612977e-05
|
| 337 |
+
100376,421007458304,1.7744729137420654,78440.70451641083,10040410.178100586,1.0382742402725853e-05
|
| 338 |
+
100631,422077005824,1.7721742057800294,78642.20662140846,10066202.447540283,1.0234525689156726e-05
|
| 339 |
+
100911,423251410944,1.7730312061309814,78857.69632124901,10093785.129119873,1.0071777069242671e-05
|
| 340 |
+
101156,424279015424,1.7737553358078002,79048.74429488182,10118239.269744873,9.929372936312575e-06
|
| 341 |
+
101436,425453420544,1.7700149059295653,79266.11374282837,10146062.559082031,9.76662431639852e-06
|
| 342 |
+
101741,426732683264,1.780124273300171,79503.03986096382,10176389.10220337,9.589345609128941e-06
|
| 343 |
+
101991,427781259264,1.77167622089386,79699.15665650368,10201492.05203247,9.444034731131978e-06
|
| 344 |
+
102316,429144408064,1.7735236597061157,79954.44979333878,10234169.573547363,9.255130862584338e-06
|
| 345 |
+
102596,430318813184,1.7735748195648193,80183.29168701172,10263461.3359375,9.092383152164984e-06
|
| 346 |
+
102886,431535161344,1.773753399848938,80411.1216237545,10292623.567840576,8.9238228611066e-06
|
| 347 |
+
103126,432541794304,1.7721643733978272,80603.38320040703,10317233.0496521,8.784324563748669e-06
|
| 348 |
+
103391,433653284864,1.7734206676483155,80810.14763021469,10343698.89666748,8.630295269540511e-06
|
| 349 |
+
103736,435100319744,1.7700881338119507,81077.2644546032,10377889.850189209,8.429766239714809e-06
|
| 350 |
+
104066,436484440064,1.7716172790527345,81346.78918385506,10412389.015533447,8.237955626100302e-06
|
| 351 |
+
104351,437679816704,1.7703648567199708,81570.97708725929,10441085.06716919,8.072302080108784e-06
|
| 352 |
+
104636,438875193344,1.7704601573944092,81797.68221521378,10470103.323547363,7.906647624622565e-06
|
| 353 |
+
104921,440070569984,1.7727743816375732,82017.50521683693,10498240.667755127,7.740993169136345e-06
|
| 354 |
+
105151,441035259904,1.772103991508484,82196.6368021965,10521169.510681152,7.6073074524174444e-06
|
| 355 |
+
105436,442230636544,1.7710389518737792,82429.85908055305,10551021.962310791,7.441652996931225e-06
|
| 356 |
+
105716,443405041664,1.770674271583557,82646.95652389526,10578810.435058594,7.278904831764521e-06
|
| 357 |
+
106026,444705275904,1.7702990674972534,82904.28448462486,10611748.414031982,7.0987198341754265e-06
|
| 358 |
+
106351,446068424704,1.7673795986175538,83162.16317796707,10644756.886779785,6.909815965627786e-06
|
| 359 |
+
106646,447305744384,1.770545654296875,83391.06801176071,10674056.705505371,6.738348929502536e-06
|
| 360 |
+
106966,448647921664,1.7699088191986083,83640.80346488953,10706022.84350586,6.55235135127441e-06
|
| 361 |
+
107246,449822326784,1.769783492088318,83865.17057085037,10734741.833068848,6.389603186107706e-06
|
| 362 |
+
107516,450954788864,1.7694803619384765,84073.89448428154,10761458.493988037,6.232667601580033e-06
|
| 363 |
+
107856,452380852224,1.7702537202835082,84338.52985405922,10795331.82131958,6.035045316821197e-06
|
| 364 |
+
108136,453555257344,1.7695515489578246,84558.8916053772,10823538.125488281,5.872297151654493e-06
|
| 365 |
+
108391,454624804864,1.7709490299224853,84768.43602919579,10850359.81173706,5.724080438085366e-06
|
| 366 |
+
108641,455673380864,1.768264799118042,84964.98175287247,10875517.664367676,5.5787695600884035e-06
|
| 367 |
+
108931,456889729024,1.7693061923980713,85196.19923496246,10905113.502075195,5.41020926903002e-06
|
| 368 |
+
109236,458168991744,1.76496386051178,85440.07198238373,10936329.213745117,5.23293010701309e-06
|
| 369 |
+
109596,459678941184,1.7740755224227904,85722.35963487625,10972462.03326416,5.023682660976192e-06
|
| 370 |
+
109866,460811403264,1.7680073976516724,85932.22317361832,10999324.566223145,4.866747076448519e-06
|
| 371 |
+
110151,462006779904,1.7687677097320558,86154.2381670475,11027742.48538208,4.701092620962299e-06
|
| 372 |
+
110441,463223128064,1.76605712890625,86376.54106760025,11056197.256652832,4.5325323299039155e-06
|
| 373 |
+
110686,464250732544,1.767678074836731,86569.5821633339,11080906.516906738,4.390127742226468e-06
|
| 374 |
+
110956,465383194624,1.7713741636276246,86776.70792603493,11107418.61453247,4.233192157698795e-06
|
| 375 |
+
111276,466725371904,1.767784218788147,87025.07521533966,11139209.627563477,4.04719457947067e-06
|
| 376 |
+
111561,467920748544,1.7684301233291626,87246.82005667686,11167592.967254639,3.8815401239844505e-06
|
| 377 |
+
111826,469032239104,1.7665320253372192,87456.2521519661,11194400.27545166,3.7275108297762927e-06
|
| 378 |
+
112081,470101786624,1.7647967100143434,87660.65231585503,11220563.496429443,3.57929388883349e-06
|
| 379 |
+
112366,471297163264,1.7711123657226562,87878.64277744293,11248466.275512695,3.4136396607209463e-06
|
| 380 |
+
112611,472324767744,1.7665776824951172,88069.69486141205,11272920.942260742,3.271235073043499e-06
|
| 381 |
+
112976,473855688704,1.770393409729004,88356.23039150238,11309597.490112305,3.0590815640607616e-06
|
| 382 |
+
113331,475344666624,1.7687358522415162,88636.95124411583,11345529.759246826,2.852740180969704e-06
|
| 383 |
+
113621,476561014784,1.7669552612304686,88868.11976695061,11375119.330169678,2.68417988991132e-06
|
| 384 |
+
113916,477798334464,1.7663458108901977,89098.57925915718,11404618.14517212,2.5127130811597453e-06
|
| 385 |
+
114296,479392169984,1.7660402393341064,89392.03794503212,11442180.856964111,2.291840928592137e-06
|
| 386 |
+
114606,480692404224,1.767868504524231,89640.4615547657,11473979.07901001,2.1116554762556916e-06
|
| 387 |
+
114971,482223325184,1.772052698135376,89920.01253986359,11509761.605102539,1.8995018535861163e-06
|
| 388 |
+
115226,483292872704,1.7689072942733766,90115.24363899231,11534751.185791016,1.7512849126433139e-06
|
| 389 |
+
115531,484572135424,1.7672359132766724,90352.48459362984,11565118.02798462,1.5740058643132215e-06
|
| 390 |
+
115806,485725569024,1.7673475074768066,90573.24362421036,11593375.183898926,1.414163989466033e-06
|
| 391 |
+
116081,486879002624,1.7667503404617309,90792.53405237198,11621444.358703613,1.254322228305682e-06
|
| 392 |
+
116376,488116322304,1.765262451171875,91016.87275195122,11650159.712249756,1.082855533240945e-06
|
| 393 |
+
116731,489605300224,1.7665116453170777,91286.35141038895,11684652.980529785,8.76514320680144e-07
|
| 394 |
+
116991,490695819264,1.765267515182495,91487.93461108208,11710455.630218506,7.25391146261245e-07
|
| 395 |
+
117336,492142854144,1.7651512432098388,91751.55771279335,11744199.387237549,5.248623438092181e-07
|
| 396 |
+
117661,493506002944,1.767210111618042,92003.96395349503,11776507.386047363,3.3595841841815854e-07
|
| 397 |
+
117911,494554578944,1.7636660957336425,92202.50758075714,11801920.970336914,1.9064768252974318e-07
|
| 398 |
+
118236,495917727744,1.765597758293152,92450.79356336594,11833701.57611084,1.7437287169741467e-09
|
metadata/training_logs/ConvergenceCurve_phase4-context-extension-32k.csv
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
training_steps,training_tokens,training_loss,walltime,gputime,learning_rate
|
| 2 |
+
125,524288000,1.9134495639801026,717.8844523429871,22972.302474975586,4.273942613508552e-05
|
| 3 |
+
250,1048576000,1.7826188468933106,1437.2500848770142,45992.00271606445,6.871273217257112e-05
|
| 4 |
+
375,1572864000,1.7930814552307128,2156.3654732704163,69003.69514465332,6.857037078589201e-05
|
| 5 |
+
500,2097152000,1.7946469068527222,2875.5332112312317,92017.06275939941,6.826908065704629e-05
|
| 6 |
+
625,2621440000,1.8028223133087158,3593.7442326545715,114999.81544494629,6.781024421798065e-05
|
| 7 |
+
750,3145728000,1.7957618522644043,4313.1157994270325,138019.70558166504,6.719600060023367e-05
|
| 8 |
+
875,3670016000,1.7825455617904664,5032.957694530487,161054.6462249756,6.642920197919011e-05
|
| 9 |
+
1000,4194304000,1.7887218809127807,5750.98313331604,184031.46026611328,6.551342085003853e-05
|
| 10 |
+
1125,4718592000,1.7748011398315429,6469.151132106781,207012.836227417,6.445289182011038e-05
|
| 11 |
+
1250,5242880000,1.7839254188537597,7187.22439289093,229991.18057250977,6.325256254058331e-05
|
| 12 |
+
1375,5767168000,1.7755695390701294,7905.280108451843,252968.96347045898,6.191799184307456e-05
|
| 13 |
+
1500,6291456000,1.7726542615890504,8624.770984649658,275992.67150878906,6.045540067134425e-05
|
| 14 |
+
1625,6815744000,1.7758274745941163,9342.781820297241,298969.0182495117,5.88715702178888e-05
|
| 15 |
+
1750,7340032000,1.7913320350646973,10060.986177921295,321951.55769348145,5.717386011383496e-05
|
| 16 |
+
1875,7864320000,1.78360032081604,10781.33857011795,345002.8342437744,5.537016477319412e-05
|
| 17 |
+
2000,8388608000,1.780481719970703,11499.381604194641,367980.2113342285,5.3468862461159006e-05
|
| 18 |
+
2125,8912896000,1.7762548875808717,12217.425961494446,390957.63076782227,5.147878619027324e-05
|
| 19 |
+
2250,9437184000,1.7626476001739502,12935.543794631958,413937.40142822266,4.940918006468564e-05
|
| 20 |
+
2375,9961472000,1.7646649742126466,13654.215188026428,436934.8860168457,4.726966653834097e-05
|
| 21 |
+
2500,10485760000,1.764815411567688,14372.40879535675,459917.081451416,4.507018093136139e-05
|
| 22 |
+
2625,11010048000,1.7657397699356079,15090.61161994934,482899.5718383789,4.282094232621603e-05
|
| 23 |
+
2750,11534336000,1.7624193906784058,15809.874806404114,505915.99380493164,4.053240627399646e-05
|
| 24 |
+
2875,12058624000,1.7604171276092528,16528.626129627228,528916.0361480713,3.82151993107982e-05
|
| 25 |
+
3000,12582912000,1.7540028762817383,17247.75738954544,551928.2364654541,3.588009349186905e-05
|
| 26 |
+
3125,13107200000,1.7573348188400268,17966.094574928284,574915.0263977051,3.353793727001175e-05
|
| 27 |
+
3250,13631488000,1.7569838047027588,18684.140555858612,597892.4977874756,3.1199611839838326e-05
|
| 28 |
+
3375,14155776000,1.7583934307098388,19404.312028884888,620937.9849243164,2.887598384404555e-05
|
| 29 |
+
3500,14680064000,1.7527799415588379,20122.6123547554,643923.5953521729,2.657784534676466e-05
|
| 30 |
+
3625,15204352000,1.7507912731170654,20840.710322856903,666902.7303314209,2.4315877453773282e-05
|
| 31 |
+
3750,15728640000,1.743433632850647,21559.86760377884,689915.7633209229,2.2100588466855697e-05
|
| 32 |
+
3875,16252928000,1.7478969144821166,22278.126459121704,712900.0466918945,1.9942272047046572e-05
|
| 33 |
+
4000,16777216000,1.7432158613204956,22996.365263462067,735883.6884307861,1.7850958101917058e-05
|
| 34 |
+
4125,17301504000,1.7420149660110473,23714.991760253906,758879.736328125,1.583636003488209e-05
|
| 35 |
+
4250,17825792000,1.7415733861923217,24435.1638174057,781925.2421569824,1.3907839274907019e-05
|
| 36 |
+
4375,18350080000,1.7456574296951295,25154.020771980286,804928.6647033691,1.2074357073288411e-05
|
| 37 |
+
4500,18874368000,1.7430942010879518,25872.437524795532,827918.000793457,1.0344432666897774e-05
|
| 38 |
+
4625,19398656000,1.7384707927703857,26590.624957084656,850899.998626709,8.726103260414675e-06
|
| 39 |
+
4750,19922944000,1.7505350017547607,27308.982837200165,873887.4507904053,7.226888101286022e-06
|
| 40 |
+
4875,20447232000,1.746962685585022,28027.27010011673,896872.6432037354,5.853752554685343e-06
|
| 41 |
+
5000,20971520000,1.7368433284759521,28745.597088336945,919859.1068267822,4.613077180692926e-06
|
| 42 |
+
5041,21143486464,1.731090293990241,29001.738576889038,928055.6344604492,4.235977030475624e-06
|
| 43 |
+
5166,21667774464,1.7286774969100953,29722.863705158234,951131.6385650635,3.1800113902136218e-06
|
| 44 |
+
5291,22192062464,1.7287598609924317,30444.640383720398,974228.4922790527,2.268928710691398e-06
|
| 45 |
+
5416,22716350464,1.7339081811904906,31166.346035003662,997323.0731201172,1.5069623486851924e-06
|
| 46 |
+
5541,23240638464,1.7407081651687621,31887.339103221893,1020394.8513031006,8.976522849479807e-07
|
| 47 |
+
5666,23764926464,1.742768988609314,32610.25783777237,1043528.2508087158,4.438297764863819e-07
|
| 48 |
+
5791,24289214464,1.7401256656646729,33331.42746925354,1066605.6790161133,1.4760334465790947e-07
|
| 49 |
+
5916,24813502464,1.729658899307251,34054.10992383957,1089731.5175628662,1.0349342716153842e-08
|
| 50 |
+
5956,24981274624,1.7287558913230896,34284.2702126503,1097096.6468048096,1.277759981155313e-10
|
metadata/training_logs/ConvergenceCurve_phase5-context-extension-131k.csv
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
training_steps,training_tokens,training_loss,walltime,gputime,learning_rate
|
| 2 |
+
125,524288000,1.7321729850769043,2038.2124423980713,65222.79815673828,4.273942613508552e-05
|
| 3 |
+
250,1048576000,1.7820953130722046,4072.195177078247,130310.2456665039,6.871273217257112e-05
|
| 4 |
+
375,1572864000,1.786562623977661,6112.121953964233,195587.90252685547,6.857037078589201e-05
|
| 5 |
+
500,2097152000,1.774144024848938,8146.270904541016,260680.6689453125,6.826908065704629e-05
|
| 6 |
+
625,2621440000,1.7754914331436158,10182.19183921814,325830.13885498047,6.781024421798065e-05
|
| 7 |
+
750,3145728000,1.7792722940444947,12218.295230865479,390985.4473876953,6.719600060023367e-05
|
| 8 |
+
875,3670016000,1.7657317686080933,14254.30781364441,456137.8500366211,6.642920197919011e-05
|
| 9 |
+
1000,4194304000,1.749033350944519,16289.10270690918,521251.28662109375,6.551342085003853e-05
|
| 10 |
+
1125,4718592000,1.7547414350509642,18324.046897888184,586369.5007324219,6.445289182011038e-05
|
| 11 |
+
1250,5242880000,1.7615914154052734,20360.00431060791,651520.1379394531,6.325256254058331e-05
|
| 12 |
+
1375,5767168000,1.7547650194168092,22399.145917892456,716772.6693725586,6.191799184307456e-05
|
| 13 |
+
1500,6291456000,1.7568599843978883,24434.790239334106,781913.2876586914,6.045540067134425e-05
|
| 14 |
+
1625,6815744000,1.756683120727539,26467.602043151855,846963.2653808594,5.88715702178888e-05
|
| 15 |
+
1750,7340032000,1.7712373447418213,28505.502614974976,912176.0836791992,5.717386011383496e-05
|
| 16 |
+
1875,7864320000,1.7570617341995238,30544.495964050293,977423.8708496094,5.537016477319412e-05
|
| 17 |
+
2000,8388608000,1.7711494731903077,32576.92928314209,1042461.7370605469,5.3468862461159006e-05
|
| 18 |
+
2125,8912896000,1.7459300088882446,34607.085666656494,1107426.7413330078,5.147878619027324e-05
|
| 19 |
+
2250,9437184000,1.7759411668777465,36638.67337226868,1172437.5479125977,4.940918006468564e-05
|
| 20 |
+
2375,9961472000,1.751558403968811,38674.1086769104,1237571.4776611328,4.726966653834097e-05
|
| 21 |
+
2500,10485760000,1.7469562911987304,40710.89038848877,1302748.4924316406,4.507018093136139e-05
|
| 22 |
+
2625,11010048000,1.7472583627700806,42741.46059989929,1367726.7391967773,4.282094232621603e-05
|
| 23 |
+
2750,11534336000,1.7396611833572388,44775.66031455994,1432821.130065918,4.053240627399646e-05
|
| 24 |
+
2875,12058624000,1.7367908811569215,46809.763469696045,1497912.4310302734,3.82151993107982e-05
|
| 25 |
+
3000,12582912000,1.7312628602981568,48840.85386276245,1562907.3236083984,3.588009349186905e-05
|
| 26 |
+
3125,13107200000,1.7340177202224731,50882.058181762695,1628225.8618164062,3.353793727001175e-05
|
| 27 |
+
3250,13631488000,1.7468777370452881,52915.479583740234,1693295.3466796875,3.1199611839838326e-05
|
| 28 |
+
3375,14155776000,1.736454906463623,54949.177503585815,1758373.680114746,2.887598384404555e-05
|
| 29 |
+
3500,14680064000,1.7168688917160033,56983.518838882446,1823472.6028442383,2.657784534676466e-05
|
| 30 |
+
3625,15204352000,1.7362675619125367,59016.508951187134,1888528.2864379883,2.4315877453773282e-05
|
| 31 |
+
3750,15728640000,1.7225361776351928,61048.09039115906,1953538.8925170898,2.2100588466855697e-05
|
| 32 |
+
3875,16252928000,1.7229525661468506,63088.87882232666,2018844.1223144531,1.9942272047046572e-05
|
| 33 |
+
4000,16777216000,1.7317879962921143,65127.477197647095,2084079.270324707,1.7850958101917058e-05
|
| 34 |
+
4125,17301504000,1.7141348791122437,67159.66188430786,2149109.1802978516,1.583636003488209e-05
|
| 35 |
+
4250,17825792000,1.7331690502166748,69194.80279922485,2214233.6895751953,1.3907839274907019e-05
|
| 36 |
+
4375,18350080000,1.7262915754318238,71227.25885391235,2279272.2833251953,1.2074357073288411e-05
|
| 37 |
+
4500,18874368000,1.7107811641693116,73264.28848266602,2344457.2314453125,1.0344432666897774e-05
|
| 38 |
+
4625,19398656000,1.7166726398468017,75297.24138259888,2409511.724243164,8.726103260414675e-06
|
| 39 |
+
4750,19922944000,1.725267572402954,77331.9061088562,2474620.9954833984,7.226888101286022e-06
|
| 40 |
+
4875,20447232000,1.7278444051742554,79369.09204483032,2539810.9454345703,5.853752554685343e-06
|
| 41 |
+
5000,20971520000,1.718487434387207,81401.97128295898,2604863.0810546875,4.613077180692926e-06
|
| 42 |
+
5125,21495808000,1.726679697036743,83437.51823425293,2670000.5834960938,3.5106265841022832e-06
|
| 43 |
+
5250,22020096000,1.734564232826233,85471.96573257446,2735102.903442383,2.551522584326449e-06
|
| 44 |
+
5375,22544384000,1.715936336517334,87508.94268989563,2800286.16607666,1.7402217054041103e-06
|
| 45 |
+
5500,23068672000,1.6978045463562013,89541.17573738098,2865317.6235961914,1.080493461813603e-06
|
| 46 |
+
5625,23592960000,1.7127540063858033,91577.60955810547,2930483.505859375,5.754032486038341e-07
|
| 47 |
+
5750,24117248000,1.7404991817474365,93611.946144104,2995582.276611328,2.272977184247793e-07
|
| 48 |
+
5875,24641536000,1.7139026641845703,95644.32496070862,3060618.398742676,3.7794343654695695e-08
|
| 49 |
+
5960,24998051840,1.7241077843834371,97028.07661056519,3104898.451538086,5.111043099165213e-12
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:10f7e7bcbcd782ae20bbe991df5cb4901db8355a760bf75b1c3cbc9261343b46
|
| 3 |
+
size 2638646576
|
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 |
+
}
|