Instructions to use junetask/Open-Jev-9B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use junetask/Open-Jev-9B with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Duplicate from ZefanCai/Open-Jev-9B
Browse filesCo-authored-by: Zefan Cai <ZefanCai@users.noreply.huggingface.co>
- .gitattributes +35 -0
- LICENSE +202 -0
- LICENSE-CODE +21 -0
- README.md +96 -0
- UPSTREAM.md +33 -0
- evaluation/full-data.json +0 -0
- package/LICENSE +202 -0
- package/LICENSE-CODE +21 -0
- package/README.md +58 -0
- package/UPSTREAM.md +33 -0
- package/checkpoint/adapter/adapter_config.json +50 -0
- package/checkpoint/adapter/adapter_model.safetensors +3 -0
- package/checkpoint/head.pt +3 -0
- package/checkpoint/model.json +7 -0
- package/checkpoint/temperature.json +6 -0
- package/manifest.json +54 -0
- package/metrics.json +0 -0
- package/provenance.json +121 -0
- release-manifest.json +82 -0
.gitattributes
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
|
LICENSE
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
Apache License
|
| 3 |
+
Version 2.0, January 2004
|
| 4 |
+
http://www.apache.org/licenses/
|
| 5 |
+
|
| 6 |
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
| 7 |
+
|
| 8 |
+
1. Definitions.
|
| 9 |
+
|
| 10 |
+
"License" shall mean the terms and conditions for use, reproduction,
|
| 11 |
+
and distribution as defined by Sections 1 through 9 of this document.
|
| 12 |
+
|
| 13 |
+
"Licensor" shall mean the copyright owner or entity authorized by
|
| 14 |
+
the copyright owner that is granting the License.
|
| 15 |
+
|
| 16 |
+
"Legal Entity" shall mean the union of the acting entity and all
|
| 17 |
+
other entities that control, are controlled by, or are under common
|
| 18 |
+
control with that entity. For the purposes of this definition,
|
| 19 |
+
"control" means (i) the power, direct or indirect, to cause the
|
| 20 |
+
direction or management of such entity, whether by contract or
|
| 21 |
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
| 22 |
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
| 23 |
+
|
| 24 |
+
"You" (or "Your") shall mean an individual or Legal Entity
|
| 25 |
+
exercising permissions granted by this License.
|
| 26 |
+
|
| 27 |
+
"Source" form shall mean the preferred form for making modifications,
|
| 28 |
+
including but not limited to software source code, documentation
|
| 29 |
+
source, and configuration files.
|
| 30 |
+
|
| 31 |
+
"Object" form shall mean any form resulting from mechanical
|
| 32 |
+
transformation or translation of a Source form, including but
|
| 33 |
+
not limited to compiled object code, generated documentation,
|
| 34 |
+
and conversions to other media types.
|
| 35 |
+
|
| 36 |
+
"Work" shall mean the work of authorship, whether in Source or
|
| 37 |
+
Object form, made available under the License, as indicated by a
|
| 38 |
+
copyright notice that is included in or attached to the work
|
| 39 |
+
(an example is provided in the Appendix below).
|
| 40 |
+
|
| 41 |
+
"Derivative Works" shall mean any work, whether in Source or Object
|
| 42 |
+
form, that is based on (or derived from) the Work and for which the
|
| 43 |
+
editorial revisions, annotations, elaborations, or other modifications
|
| 44 |
+
represent, as a whole, an original work of authorship. For the purposes
|
| 45 |
+
of this License, Derivative Works shall not include works that remain
|
| 46 |
+
separable from, or merely link (or bind by name) to the interfaces of,
|
| 47 |
+
the Work and Derivative Works thereof.
|
| 48 |
+
|
| 49 |
+
"Contribution" shall mean any work of authorship, including
|
| 50 |
+
the original version of the Work and any modifications or additions
|
| 51 |
+
to that Work or Derivative Works thereof, that is intentionally
|
| 52 |
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
| 53 |
+
or by an individual or Legal Entity authorized to submit on behalf of
|
| 54 |
+
the copyright owner. For the purposes of this definition, "submitted"
|
| 55 |
+
means any form of electronic, verbal, or written communication sent
|
| 56 |
+
to the Licensor or its representatives, including but not limited to
|
| 57 |
+
communication on electronic mailing lists, source code control systems,
|
| 58 |
+
and issue tracking systems that are managed by, or on behalf of, the
|
| 59 |
+
Licensor for the purpose of discussing and improving the Work, but
|
| 60 |
+
excluding communication that is conspicuously marked or otherwise
|
| 61 |
+
designated in writing by the copyright owner as "Not a Contribution."
|
| 62 |
+
|
| 63 |
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
| 64 |
+
on behalf of whom a Contribution has been received by Licensor and
|
| 65 |
+
subsequently incorporated within the Work.
|
| 66 |
+
|
| 67 |
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
| 68 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 69 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 70 |
+
copyright license to reproduce, prepare Derivative Works of,
|
| 71 |
+
publicly display, publicly perform, sublicense, and distribute the
|
| 72 |
+
Work and such Derivative Works in Source or Object form.
|
| 73 |
+
|
| 74 |
+
3. Grant of Patent License. Subject to the terms and conditions of
|
| 75 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 76 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 77 |
+
(except as stated in this section) patent license to make, have made,
|
| 78 |
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
| 79 |
+
where such license applies only to those patent claims licensable
|
| 80 |
+
by such Contributor that are necessarily infringed by their
|
| 81 |
+
Contribution(s) alone or by combination of their Contribution(s)
|
| 82 |
+
with the Work to which such Contribution(s) was submitted. If You
|
| 83 |
+
institute patent litigation against any entity (including a
|
| 84 |
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
| 85 |
+
or a Contribution incorporated within the Work constitutes direct
|
| 86 |
+
or contributory patent infringement, then any patent licenses
|
| 87 |
+
granted to You under this License for that Work shall terminate
|
| 88 |
+
as of the date such litigation is filed.
|
| 89 |
+
|
| 90 |
+
4. Redistribution. You may reproduce and distribute copies of the
|
| 91 |
+
Work or Derivative Works thereof in any medium, with or without
|
| 92 |
+
modifications, and in Source or Object form, provided that You
|
| 93 |
+
meet the following conditions:
|
| 94 |
+
|
| 95 |
+
(a) You must give any other recipients of the Work or
|
| 96 |
+
Derivative Works a copy of this License; and
|
| 97 |
+
|
| 98 |
+
(b) You must cause any modified files to carry prominent notices
|
| 99 |
+
stating that You changed the files; and
|
| 100 |
+
|
| 101 |
+
(c) You must retain, in the Source form of any Derivative Works
|
| 102 |
+
that You distribute, all copyright, patent, trademark, and
|
| 103 |
+
attribution notices from the Source form of the Work,
|
| 104 |
+
excluding those notices that do not pertain to any part of
|
| 105 |
+
the Derivative Works; and
|
| 106 |
+
|
| 107 |
+
(d) If the Work includes a "NOTICE" text file as part of its
|
| 108 |
+
distribution, then any Derivative Works that You distribute must
|
| 109 |
+
include a readable copy of the attribution notices contained
|
| 110 |
+
within such NOTICE file, excluding those notices that do not
|
| 111 |
+
pertain to any part of the Derivative Works, in at least one
|
| 112 |
+
of the following places: within a NOTICE text file distributed
|
| 113 |
+
as part of the Derivative Works; within the Source form or
|
| 114 |
+
documentation, if provided along with the Derivative Works; or,
|
| 115 |
+
within a display generated by the Derivative Works, if and
|
| 116 |
+
wherever such third-party notices normally appear. The contents
|
| 117 |
+
of the NOTICE file are for informational purposes only and
|
| 118 |
+
do not modify the License. You may add Your own attribution
|
| 119 |
+
notices within Derivative Works that You distribute, alongside
|
| 120 |
+
or as an addendum to the NOTICE text from the Work, provided
|
| 121 |
+
that such additional attribution notices cannot be construed
|
| 122 |
+
as modifying the License.
|
| 123 |
+
|
| 124 |
+
You may add Your own copyright statement to Your modifications and
|
| 125 |
+
may provide additional or different license terms and conditions
|
| 126 |
+
for use, reproduction, or distribution of Your modifications, or
|
| 127 |
+
for any such Derivative Works as a whole, provided Your use,
|
| 128 |
+
reproduction, and distribution of the Work otherwise complies with
|
| 129 |
+
the conditions stated in this License.
|
| 130 |
+
|
| 131 |
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
| 132 |
+
any Contribution intentionally submitted for inclusion in the Work
|
| 133 |
+
by You to the Licensor shall be under the terms and conditions of
|
| 134 |
+
this License, without any additional terms or conditions.
|
| 135 |
+
Notwithstanding the above, nothing herein shall supersede or modify
|
| 136 |
+
the terms of any separate license agreement you may have executed
|
| 137 |
+
with Licensor regarding such Contributions.
|
| 138 |
+
|
| 139 |
+
6. Trademarks. This License does not grant permission to use the trade
|
| 140 |
+
names, trademarks, service marks, or product names of the Licensor,
|
| 141 |
+
except as required for reasonable and customary use in describing the
|
| 142 |
+
origin of the Work and reproducing the content of the NOTICE file.
|
| 143 |
+
|
| 144 |
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
| 145 |
+
agreed to in writing, Licensor provides the Work (and each
|
| 146 |
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
| 147 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
| 148 |
+
implied, including, without limitation, any warranties or conditions
|
| 149 |
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
| 150 |
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
| 151 |
+
appropriateness of using or redistributing the Work and assume any
|
| 152 |
+
risks associated with Your exercise of permissions under this License.
|
| 153 |
+
|
| 154 |
+
8. Limitation of Liability. In no event and under no legal theory,
|
| 155 |
+
whether in tort (including negligence), contract, or otherwise,
|
| 156 |
+
unless required by applicable law (such as deliberate and grossly
|
| 157 |
+
negligent acts) or agreed to in writing, shall any Contributor be
|
| 158 |
+
liable to You for damages, including any direct, indirect, special,
|
| 159 |
+
incidental, or consequential damages of any character arising as a
|
| 160 |
+
result of this License or out of the use or inability to use the
|
| 161 |
+
Work (including but not limited to damages for loss of goodwill,
|
| 162 |
+
work stoppage, computer failure or malfunction, or any and all
|
| 163 |
+
other commercial damages or losses), even if such Contributor
|
| 164 |
+
has been advised of the possibility of such damages.
|
| 165 |
+
|
| 166 |
+
9. Accepting Warranty or Additional Liability. While redistributing
|
| 167 |
+
the Work or Derivative Works thereof, You may choose to offer,
|
| 168 |
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
| 169 |
+
or other liability obligations and/or rights consistent with this
|
| 170 |
+
License. However, in accepting such obligations, You may act only
|
| 171 |
+
on Your own behalf and on Your sole responsibility, not on behalf
|
| 172 |
+
of any other Contributor, and only if You agree to indemnify,
|
| 173 |
+
defend, and hold each Contributor harmless for any liability
|
| 174 |
+
incurred by, or claims asserted against, such Contributor by reason
|
| 175 |
+
of your accepting any such warranty or additional liability.
|
| 176 |
+
|
| 177 |
+
END OF TERMS AND CONDITIONS
|
| 178 |
+
|
| 179 |
+
APPENDIX: How to apply the Apache License to your work.
|
| 180 |
+
|
| 181 |
+
To apply the Apache License to your work, attach the following
|
| 182 |
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
| 183 |
+
replaced with your own identifying information. (Don't include
|
| 184 |
+
the brackets!) The text should be enclosed in the appropriate
|
| 185 |
+
comment syntax for the file format. We also recommend that a
|
| 186 |
+
file or class name and description of purpose be included on the
|
| 187 |
+
same "printed page" as the copyright notice for easier
|
| 188 |
+
identification within third-party archives.
|
| 189 |
+
|
| 190 |
+
Copyright 2026 Alibaba Cloud
|
| 191 |
+
|
| 192 |
+
Licensed under the Apache License, Version 2.0 (the "License");
|
| 193 |
+
you may not use this file except in compliance with the License.
|
| 194 |
+
You may obtain a copy of the License at
|
| 195 |
+
|
| 196 |
+
http://www.apache.org/licenses/LICENSE-2.0
|
| 197 |
+
|
| 198 |
+
Unless required by applicable law or agreed to in writing, software
|
| 199 |
+
distributed under the License is distributed on an "AS IS" BASIS,
|
| 200 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 201 |
+
See the License for the specific language governing permissions and
|
| 202 |
+
limitations under the License.
|
LICENSE-CODE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MIT License
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2026 Open-Jev contributors
|
| 4 |
+
|
| 5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 6 |
+
of this software and associated documentation files (the "Software"), to deal
|
| 7 |
+
in the Software without restriction, including without limitation the rights
|
| 8 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 9 |
+
copies of the Software, and to permit persons to whom the Software is
|
| 10 |
+
furnished to do so, subject to the following conditions:
|
| 11 |
+
|
| 12 |
+
The above copyright notice and this permission notice shall be included in all
|
| 13 |
+
copies or substantial portions of the Software.
|
| 14 |
+
|
| 15 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 16 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 17 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 18 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 19 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 20 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 21 |
+
SOFTWARE.
|
README.md
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: Qwen/Qwen3.5-9B
|
| 4 |
+
base_model_relation: adapter
|
| 5 |
+
library_name: peft
|
| 6 |
+
tags:
|
| 7 |
+
- open-jev
|
| 8 |
+
- qwen3.5
|
| 9 |
+
- lora
|
| 10 |
+
- non-generative
|
| 11 |
+
- typed-decisions
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
# Open-Jev-9B
|
| 15 |
+
|
| 16 |
+
**A trained LoRA adapter and scalar decision head for Qwen/Qwen3.5-9B.** This repository contains the completed Open-Jev decision checkpoint, not merged or standalone base-model weights. It requires the exact upstream model/tokenizer revision **`c202236235762e1c871ad0ccb60c8ee5ba337b9a`** and the [Open-Jev loader](https://github.com/Zefan-Cai/Open-Jev).
|
| 17 |
+
|
| 18 |
+
Open-Jev scores caller-supplied candidates directly and returns typed decisions without autoregressive answer generation:
|
| 19 |
+
|
| 20 |
+
- **Choice:** probabilities over the supplied candidate set and its most probable candidate.
|
| 21 |
+
- **Noul:** a probability for a yes/no question.
|
| 22 |
+
- **Score:** probabilities over supplied ordinal levels and their expected value.
|
| 23 |
+
|
| 24 |
+
The adapter targets the Qwen text backbone. A generic `AutoPeftModel` text-generation call does not implement this interface or apply the separate decision head and saved temperature.
|
| 25 |
+
|
| 26 |
+
## Download and run
|
| 27 |
+
|
| 28 |
+
Use a suitable GPU with the upstream weights available locally or downloadable from Hugging Face. The loader uses the pinned upstream revision in `package/checkpoint/model.json`.
|
| 29 |
+
|
| 30 |
+
```bash
|
| 31 |
+
git clone https://github.com/Zefan-Cai/Open-Jev.git
|
| 32 |
+
cd Open-Jev
|
| 33 |
+
python -m pip install -e '.[train]'
|
| 34 |
+
hf download ZefanCai/Open-Jev-9B --local-dir ./checkpoints/open-jev-9b
|
| 35 |
+
python -m jev.server \
|
| 36 |
+
--checkpoint ./checkpoints/open-jev-9b/package/checkpoint \
|
| 37 |
+
--device cuda:0 --max-length 4096 --batch-size 1 --no-prefix-cache \
|
| 38 |
+
--host 127.0.0.1 --port 8791
|
| 39 |
+
```
|
| 40 |
+
|
| 41 |
+
The repository's `train` extra supplies inference dependencies too, including Transformers 5.10.2 and PEFT 0.19.1. Prefix caching is opt-in and is disabled above; real-checkpoint GPU A/B validation remains separate. For reproducible deployments, add `--revision <commit>` to `hf download` using a commit from this model repository's history.
|
| 42 |
+
|
| 43 |
+
Once the server is ready, submit a request. This is an input example, not a claim about a recorded prediction:
|
| 44 |
+
|
| 45 |
+
```bash
|
| 46 |
+
curl http://127.0.0.1:8791/v1/systemone \
|
| 47 |
+
-H 'Content-Type: application/json' \
|
| 48 |
+
-d '{"state":"I was charged twice and want a refund.","questions":{"intent":{"type":"choice","instructions":"Choose the customer intent.","criteria":{"billing":"A payment or refund issue","technical":"A malfunction or setup issue","other":"Another request"}}}}'
|
| 49 |
+
```
|
| 50 |
+
|
| 51 |
+
The server returns declared keys and probabilities. It does not execute the proposed actions. The model's maximum input length is 4,096 tokens per independently scored candidate; input is rejected rather than silently truncated.
|
| 52 |
+
|
| 53 |
+
## Training and data
|
| 54 |
+
|
| 55 |
+
- 20,204 optimizer steps with global batch 4: **80,816 consumed training rows**, one full pass over the frozen `release-v2` training split.
|
| 56 |
+
- LoRA rank 8, alpha 16; scalar head initialized from the pretrained Yes-minus-No readout and trained jointly with LoRA.
|
| 57 |
+
- Training source commit: `99e881108c6cacadafd364088505e84975ca43fc`.
|
| 58 |
+
- Frozen data manifest SHA-256: `56105dc9fc89ef74919f5beb60bb6ae8c6e17bb95699dab59205f67d8b338d97`.
|
| 59 |
+
- Saved temperature: `1.8969118766347646`; fitted only on 512 calibration rows.
|
| 60 |
+
|
| 61 |
+
The [public dataset repository](https://huggingface.co/datasets/ZefanCai/Open-Jev) provides `release-v2-redistributable`. Its training split has **79,116 rows**, excluding the 1,700 original training records from `wikispeedia-v1` because redistribution permission for that archive has not been confirmed. It is **not byte-identical to the 80,816-row training set** used for these weights. The original manifest and split hashes remain recorded in [package/provenance.json](package/provenance.json); no source dataset rows are bundled here.
|
| 62 |
+
|
| 63 |
+
The later browser/drone expansion and five later extraction-control corpora are not part of this checkpoint's training mixture. Public game videos may use separately identified older pilot checkpoints and are not automatically evidence for these full-pass weights.
|
| 64 |
+
|
| 65 |
+
## Full held-out evaluation
|
| 66 |
+
|
| 67 |
+
The existing full-data evaluation covers **10,532 test + 15,920 OOD = 26,452 records**, with zero missing, duplicate, or failed inference records. This evaluation used the original frozen mixture, including its Wiki records, rather than the redistributable projection. Its five inference-file hashes match the weights and metadata published here.
|
| 68 |
+
|
| 69 |
+
| Split | All rows | Hard correct / hard rows | Hard accuracy | Expected accuracy | NLL | Brier | ECE |
|
| 70 |
+
| --- | ---: | ---: | ---: | ---: | ---: | ---: | ---: |
|
| 71 |
+
| Test | 10,532 | 9,799 / 10,046 | 97.54% | 94.72% | 0.130947 | 0.039113 | 0.007707 |
|
| 72 |
+
| OOD | 15,920 | 14,205 / 15,446 | 91.97% | 90.40% | 0.299441 | 0.126647 | 0.037398 |
|
| 73 |
+
|
| 74 |
+
Hard accuracy excludes soft-target rows. Expected accuracy is the reference target mass at the chosen candidate across all rows; it is not a game-win or workflow-completion rate. NLL, Brier, and ECE use all rows and the saved calibration. Full machine-readable results are in [evaluation/full-data.json](evaluation/full-data.json).
|
| 75 |
+
|
| 76 |
+
No full-data baseline was evaluated, so this table does not establish training gain. The original package also preserves the training run's separate 512-test/512-OOD sampled metrics in [package/metrics.json](package/metrics.json) and its original card in [package/README.md](package/README.md). Those smaller sampled results should not be confused with the full-data table above.
|
| 77 |
+
|
| 78 |
+
## Artifact layout and verification
|
| 79 |
+
|
| 80 |
+
`package/` is the unchanged verified inference package, including its original manifest, card, calibration, provenance, and sampled metrics. The root [release-manifest.json](release-manifest.json) binds the complete Hugging Face release layout.
|
| 81 |
+
|
| 82 |
+
| Artifact | SHA-256 |
|
| 83 |
+
| --- | --- |
|
| 84 |
+
| LoRA adapter | `f85650a8fb97c6d0ac3e948cdca2f30a0ca6ace8b8a43aebca1c152fe38aeb75` |
|
| 85 |
+
| Scalar head | `229fe9800384e824135e59d1af59bda7346da031aea61640be5f456b9be6ce70` |
|
| 86 |
+
| Original package manifest | `e83fd15c8715c9a7e474afd0830d55b0fe4b25ab61910114f6e36437a2964e37` |
|
| 87 |
+
|
| 88 |
+
The original evaluated checkpoint directory had digest `a691105dd5751bfcf72d276a6ce075d45054db77ae3272e87b5f07b2bd7e2193`. The packaged five-file inference directory has digest `9302c52feba99d079918755f2469f4f088266e9786327bab550248f3d83716d3` because the packaging whitelist omits the generated adapter README. These directory digests are not interchangeable: the evaluation binding is verified **per inference file**.
|
| 89 |
+
|
| 90 |
+
Release checks cover manifest bytes, pinned model/revision, licenses, calibration, finite CPU adapter/head tensors, and correspondence to the completed evaluation's inference files. No GPU inference was repeated during this upload. The trainer's historical reload logits were checked, but training did not record a contemporaneous output-weight digest; this upload does not invent one.
|
| 91 |
+
|
| 92 |
+
Synthetic held-out decision metrics do not establish broad real-world reliability, closed-loop browser/game/flight success, or a calibrated probability guarantee outside the evaluated distribution.
|
| 93 |
+
|
| 94 |
+
## License
|
| 95 |
+
|
| 96 |
+
The trained adapter and head are released under **Apache-2.0**, with the complete pinned Qwen/Alibaba Cloud attribution in [LICENSE](LICENSE) and [UPSTREAM.md](UPSTREAM.md). Open-Jev source code is **MIT**, preserved in [LICENSE-CODE](LICENSE-CODE). The upstream model/tokenizer must be obtained separately under their own terms.
|
UPSTREAM.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Qwen attribution and license
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Alibaba Cloud.
|
| 4 |
+
|
| 5 |
+
The accompanying `LICENSE` is the exact Apache License 2.0 text retrieved from
|
| 6 |
+
[Qwen3.5-2B revision 15852e8](https://huggingface.co/Qwen/Qwen3.5-2B/raw/15852e8c16360a2fea060d615a32b45270f8a8fc/LICENSE).
|
| 7 |
+
Its SHA-256 is
|
| 8 |
+
`bbedc3fda3305820b977265f01b8619d87570a6739de3a5582c3464840f1e57a`.
|
| 9 |
+
The same bytes were independently verified for all three selected revisions:
|
| 10 |
+
|
| 11 |
+
| Upstream model | Fixed revision |
|
| 12 |
+
| --- | --- |
|
| 13 |
+
| Qwen/Qwen3.5-2B | `15852e8c16360a2fea060d615a32b45270f8a8fc` |
|
| 14 |
+
| Qwen/Qwen3.5-9B | `c202236235762e1c871ad0ccb60c8ee5ba337b9a` |
|
| 15 |
+
| Qwen/Qwen3.8-27B | `1d4bf0f2ff6012fd82039f2fa52739d0dd7c60c0` |
|
| 16 |
+
|
| 17 |
+
See [the source audit](https://github.com/Zefan-Cai/Open-Jev-Dev/blob/main/docs/model-provenance.md) for the fixed README,
|
| 18 |
+
license and revision-API evidence. The inspected inventories contain no
|
| 19 |
+
upstream `NOTICE` file; notices in additional bundled artifacts still apply.
|
| 20 |
+
|
| 21 |
+
Open-Jev modifies the upstream model by training LoRA adapters and a scalar
|
| 22 |
+
decision head, initially derived from the upstream Yes-minus-No embedding
|
| 23 |
+
rows. Its published inference artifacts require the exact corresponding
|
| 24 |
+
upstream weights and the Open-Jev loader. They are not unmodified Qwen models,
|
| 25 |
+
standard text-generation checkpoints, or a reproduction of private Jev weights.
|
| 26 |
+
|
| 27 |
+
The checkpoint packaging tool applies Apache-2.0 to its inference weight
|
| 28 |
+
package and retains the upstream copyright and terms. Original Open-Jev source
|
| 29 |
+
code remains under the repository MIT license, which is included separately
|
| 30 |
+
when packaging. The generated data's CC0 markers do not license model weights.
|
| 31 |
+
No checkpoint has been published merely by adding this notice or the packaging
|
| 32 |
+
tool; an actual package must name its model revision, training run and measured
|
| 33 |
+
results. No endorsement by Alibaba Cloud, the Qwen Team or TypeSafe is implied.
|
evaluation/full-data.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
package/LICENSE
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
Apache License
|
| 3 |
+
Version 2.0, January 2004
|
| 4 |
+
http://www.apache.org/licenses/
|
| 5 |
+
|
| 6 |
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
| 7 |
+
|
| 8 |
+
1. Definitions.
|
| 9 |
+
|
| 10 |
+
"License" shall mean the terms and conditions for use, reproduction,
|
| 11 |
+
and distribution as defined by Sections 1 through 9 of this document.
|
| 12 |
+
|
| 13 |
+
"Licensor" shall mean the copyright owner or entity authorized by
|
| 14 |
+
the copyright owner that is granting the License.
|
| 15 |
+
|
| 16 |
+
"Legal Entity" shall mean the union of the acting entity and all
|
| 17 |
+
other entities that control, are controlled by, or are under common
|
| 18 |
+
control with that entity. For the purposes of this definition,
|
| 19 |
+
"control" means (i) the power, direct or indirect, to cause the
|
| 20 |
+
direction or management of such entity, whether by contract or
|
| 21 |
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
| 22 |
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
| 23 |
+
|
| 24 |
+
"You" (or "Your") shall mean an individual or Legal Entity
|
| 25 |
+
exercising permissions granted by this License.
|
| 26 |
+
|
| 27 |
+
"Source" form shall mean the preferred form for making modifications,
|
| 28 |
+
including but not limited to software source code, documentation
|
| 29 |
+
source, and configuration files.
|
| 30 |
+
|
| 31 |
+
"Object" form shall mean any form resulting from mechanical
|
| 32 |
+
transformation or translation of a Source form, including but
|
| 33 |
+
not limited to compiled object code, generated documentation,
|
| 34 |
+
and conversions to other media types.
|
| 35 |
+
|
| 36 |
+
"Work" shall mean the work of authorship, whether in Source or
|
| 37 |
+
Object form, made available under the License, as indicated by a
|
| 38 |
+
copyright notice that is included in or attached to the work
|
| 39 |
+
(an example is provided in the Appendix below).
|
| 40 |
+
|
| 41 |
+
"Derivative Works" shall mean any work, whether in Source or Object
|
| 42 |
+
form, that is based on (or derived from) the Work and for which the
|
| 43 |
+
editorial revisions, annotations, elaborations, or other modifications
|
| 44 |
+
represent, as a whole, an original work of authorship. For the purposes
|
| 45 |
+
of this License, Derivative Works shall not include works that remain
|
| 46 |
+
separable from, or merely link (or bind by name) to the interfaces of,
|
| 47 |
+
the Work and Derivative Works thereof.
|
| 48 |
+
|
| 49 |
+
"Contribution" shall mean any work of authorship, including
|
| 50 |
+
the original version of the Work and any modifications or additions
|
| 51 |
+
to that Work or Derivative Works thereof, that is intentionally
|
| 52 |
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
| 53 |
+
or by an individual or Legal Entity authorized to submit on behalf of
|
| 54 |
+
the copyright owner. For the purposes of this definition, "submitted"
|
| 55 |
+
means any form of electronic, verbal, or written communication sent
|
| 56 |
+
to the Licensor or its representatives, including but not limited to
|
| 57 |
+
communication on electronic mailing lists, source code control systems,
|
| 58 |
+
and issue tracking systems that are managed by, or on behalf of, the
|
| 59 |
+
Licensor for the purpose of discussing and improving the Work, but
|
| 60 |
+
excluding communication that is conspicuously marked or otherwise
|
| 61 |
+
designated in writing by the copyright owner as "Not a Contribution."
|
| 62 |
+
|
| 63 |
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
| 64 |
+
on behalf of whom a Contribution has been received by Licensor and
|
| 65 |
+
subsequently incorporated within the Work.
|
| 66 |
+
|
| 67 |
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
| 68 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 69 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 70 |
+
copyright license to reproduce, prepare Derivative Works of,
|
| 71 |
+
publicly display, publicly perform, sublicense, and distribute the
|
| 72 |
+
Work and such Derivative Works in Source or Object form.
|
| 73 |
+
|
| 74 |
+
3. Grant of Patent License. Subject to the terms and conditions of
|
| 75 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 76 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 77 |
+
(except as stated in this section) patent license to make, have made,
|
| 78 |
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
| 79 |
+
where such license applies only to those patent claims licensable
|
| 80 |
+
by such Contributor that are necessarily infringed by their
|
| 81 |
+
Contribution(s) alone or by combination of their Contribution(s)
|
| 82 |
+
with the Work to which such Contribution(s) was submitted. If You
|
| 83 |
+
institute patent litigation against any entity (including a
|
| 84 |
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
| 85 |
+
or a Contribution incorporated within the Work constitutes direct
|
| 86 |
+
or contributory patent infringement, then any patent licenses
|
| 87 |
+
granted to You under this License for that Work shall terminate
|
| 88 |
+
as of the date such litigation is filed.
|
| 89 |
+
|
| 90 |
+
4. Redistribution. You may reproduce and distribute copies of the
|
| 91 |
+
Work or Derivative Works thereof in any medium, with or without
|
| 92 |
+
modifications, and in Source or Object form, provided that You
|
| 93 |
+
meet the following conditions:
|
| 94 |
+
|
| 95 |
+
(a) You must give any other recipients of the Work or
|
| 96 |
+
Derivative Works a copy of this License; and
|
| 97 |
+
|
| 98 |
+
(b) You must cause any modified files to carry prominent notices
|
| 99 |
+
stating that You changed the files; and
|
| 100 |
+
|
| 101 |
+
(c) You must retain, in the Source form of any Derivative Works
|
| 102 |
+
that You distribute, all copyright, patent, trademark, and
|
| 103 |
+
attribution notices from the Source form of the Work,
|
| 104 |
+
excluding those notices that do not pertain to any part of
|
| 105 |
+
the Derivative Works; and
|
| 106 |
+
|
| 107 |
+
(d) If the Work includes a "NOTICE" text file as part of its
|
| 108 |
+
distribution, then any Derivative Works that You distribute must
|
| 109 |
+
include a readable copy of the attribution notices contained
|
| 110 |
+
within such NOTICE file, excluding those notices that do not
|
| 111 |
+
pertain to any part of the Derivative Works, in at least one
|
| 112 |
+
of the following places: within a NOTICE text file distributed
|
| 113 |
+
as part of the Derivative Works; within the Source form or
|
| 114 |
+
documentation, if provided along with the Derivative Works; or,
|
| 115 |
+
within a display generated by the Derivative Works, if and
|
| 116 |
+
wherever such third-party notices normally appear. The contents
|
| 117 |
+
of the NOTICE file are for informational purposes only and
|
| 118 |
+
do not modify the License. You may add Your own attribution
|
| 119 |
+
notices within Derivative Works that You distribute, alongside
|
| 120 |
+
or as an addendum to the NOTICE text from the Work, provided
|
| 121 |
+
that such additional attribution notices cannot be construed
|
| 122 |
+
as modifying the License.
|
| 123 |
+
|
| 124 |
+
You may add Your own copyright statement to Your modifications and
|
| 125 |
+
may provide additional or different license terms and conditions
|
| 126 |
+
for use, reproduction, or distribution of Your modifications, or
|
| 127 |
+
for any such Derivative Works as a whole, provided Your use,
|
| 128 |
+
reproduction, and distribution of the Work otherwise complies with
|
| 129 |
+
the conditions stated in this License.
|
| 130 |
+
|
| 131 |
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
| 132 |
+
any Contribution intentionally submitted for inclusion in the Work
|
| 133 |
+
by You to the Licensor shall be under the terms and conditions of
|
| 134 |
+
this License, without any additional terms or conditions.
|
| 135 |
+
Notwithstanding the above, nothing herein shall supersede or modify
|
| 136 |
+
the terms of any separate license agreement you may have executed
|
| 137 |
+
with Licensor regarding such Contributions.
|
| 138 |
+
|
| 139 |
+
6. Trademarks. This License does not grant permission to use the trade
|
| 140 |
+
names, trademarks, service marks, or product names of the Licensor,
|
| 141 |
+
except as required for reasonable and customary use in describing the
|
| 142 |
+
origin of the Work and reproducing the content of the NOTICE file.
|
| 143 |
+
|
| 144 |
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
| 145 |
+
agreed to in writing, Licensor provides the Work (and each
|
| 146 |
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
| 147 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
| 148 |
+
implied, including, without limitation, any warranties or conditions
|
| 149 |
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
| 150 |
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
| 151 |
+
appropriateness of using or redistributing the Work and assume any
|
| 152 |
+
risks associated with Your exercise of permissions under this License.
|
| 153 |
+
|
| 154 |
+
8. Limitation of Liability. In no event and under no legal theory,
|
| 155 |
+
whether in tort (including negligence), contract, or otherwise,
|
| 156 |
+
unless required by applicable law (such as deliberate and grossly
|
| 157 |
+
negligent acts) or agreed to in writing, shall any Contributor be
|
| 158 |
+
liable to You for damages, including any direct, indirect, special,
|
| 159 |
+
incidental, or consequential damages of any character arising as a
|
| 160 |
+
result of this License or out of the use or inability to use the
|
| 161 |
+
Work (including but not limited to damages for loss of goodwill,
|
| 162 |
+
work stoppage, computer failure or malfunction, or any and all
|
| 163 |
+
other commercial damages or losses), even if such Contributor
|
| 164 |
+
has been advised of the possibility of such damages.
|
| 165 |
+
|
| 166 |
+
9. Accepting Warranty or Additional Liability. While redistributing
|
| 167 |
+
the Work or Derivative Works thereof, You may choose to offer,
|
| 168 |
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
| 169 |
+
or other liability obligations and/or rights consistent with this
|
| 170 |
+
License. However, in accepting such obligations, You may act only
|
| 171 |
+
on Your own behalf and on Your sole responsibility, not on behalf
|
| 172 |
+
of any other Contributor, and only if You agree to indemnify,
|
| 173 |
+
defend, and hold each Contributor harmless for any liability
|
| 174 |
+
incurred by, or claims asserted against, such Contributor by reason
|
| 175 |
+
of your accepting any such warranty or additional liability.
|
| 176 |
+
|
| 177 |
+
END OF TERMS AND CONDITIONS
|
| 178 |
+
|
| 179 |
+
APPENDIX: How to apply the Apache License to your work.
|
| 180 |
+
|
| 181 |
+
To apply the Apache License to your work, attach the following
|
| 182 |
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
| 183 |
+
replaced with your own identifying information. (Don't include
|
| 184 |
+
the brackets!) The text should be enclosed in the appropriate
|
| 185 |
+
comment syntax for the file format. We also recommend that a
|
| 186 |
+
file or class name and description of purpose be included on the
|
| 187 |
+
same "printed page" as the copyright notice for easier
|
| 188 |
+
identification within third-party archives.
|
| 189 |
+
|
| 190 |
+
Copyright 2026 Alibaba Cloud
|
| 191 |
+
|
| 192 |
+
Licensed under the Apache License, Version 2.0 (the "License");
|
| 193 |
+
you may not use this file except in compliance with the License.
|
| 194 |
+
You may obtain a copy of the License at
|
| 195 |
+
|
| 196 |
+
http://www.apache.org/licenses/LICENSE-2.0
|
| 197 |
+
|
| 198 |
+
Unless required by applicable law or agreed to in writing, software
|
| 199 |
+
distributed under the License is distributed on an "AS IS" BASIS,
|
| 200 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 201 |
+
See the License for the specific language governing permissions and
|
| 202 |
+
limitations under the License.
|
package/LICENSE-CODE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
MIT License
|
| 2 |
+
|
| 3 |
+
Copyright (c) 2026 Open-Jev contributors
|
| 4 |
+
|
| 5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
| 6 |
+
of this software and associated documentation files (the "Software"), to deal
|
| 7 |
+
in the Software without restriction, including without limitation the rights
|
| 8 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
| 9 |
+
copies of the Software, and to permit persons to whom the Software is
|
| 10 |
+
furnished to do so, subject to the following conditions:
|
| 11 |
+
|
| 12 |
+
The above copyright notice and this permission notice shall be included in all
|
| 13 |
+
copies or substantial portions of the Software.
|
| 14 |
+
|
| 15 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
| 16 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
| 17 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
| 18 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
| 19 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
| 20 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
| 21 |
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
base_model: Qwen/Qwen3.5-9B
|
| 4 |
+
tags:
|
| 5 |
+
- open-jev
|
| 6 |
+
- non-generative
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# Open-Jev decision checkpoint
|
| 10 |
+
|
| 11 |
+
This local package contains an Open-Jev LoRA adapter and scalar decision head derived from Qwen/Qwen3.5-9B.
|
| 12 |
+
Upstream revision: `c202236235762e1c871ad0ccb60c8ee5ba337b9a`. The upstream model/tokenizer are required and are not bundled.
|
| 13 |
+
|
| 14 |
+
The adapter and Yes-minus-No-initialized scalar head are modified training products. Weights use Apache-2.0; Open-Jev source code remains MIT. See LICENSE, LICENSE-CODE and UPSTREAM.md.
|
| 15 |
+
|
| 16 |
+
## Recorded training
|
| 17 |
+
|
| 18 |
+
20,204 optimizer steps × global batch 4 = 80,816 consumed rows; 80,816 selected train rows out of 80,816.
|
| 19 |
+
Dataset: release-v2; source composition: release-v1, reasoning-control-v1.
|
| 20 |
+
Training coverage: one full pass over all train rows.
|
| 21 |
+
Topology: single process with gradient accumulation.
|
| 22 |
+
Code commit: `99e881108c6cacadafd364088505e84975ca43fc`. Full normalized hyperparameters and data hashes are in provenance.json.
|
| 23 |
+
|
| 24 |
+
## Recorded evaluation
|
| 25 |
+
|
| 26 |
+
The source run evaluated 512/10,532 test rows and 512/15,920 OOD rows using source/kind-balanced selection.
|
| 27 |
+
These results do not represent a separate full-data evaluation of all 26,452 held-out rows. Other pilot or benchmark results are not merged into this card.
|
| 28 |
+
Temperature 1.8969119 was recorded for 512 calibration rows; their ID hash is retained.
|
| 29 |
+
|
| 30 |
+
| Measurement | Rows | Hard-label accuracy | Expected accuracy | NLL | Brier | ECE |
|
| 31 |
+
| --- | ---: | ---: | ---: | ---: | ---: | ---: |
|
| 32 |
+
| baseline_calibrated_ood | 512 | 0.667355 | 0.637869 | 0.864411 | 0.427617 | 0.0693149 |
|
| 33 |
+
| baseline_calibrated_test | 512 | 0.646809 | 0.615909 | 0.876303 | 0.43757 | 0.0380326 |
|
| 34 |
+
| baseline_ood | 512 | 0.667355 | 0.637869 | 0.862788 | 0.426134 | 0.0357867 |
|
| 35 |
+
| baseline_test | 512 | 0.646809 | 0.615909 | 0.881718 | 0.441505 | 0.0609296 |
|
| 36 |
+
| calibrated_ood | 512 | 0.923554 | 0.886388 | 0.327474 | 0.112074 | 0.0283001 |
|
| 37 |
+
| calibrated_test | 512 | 0.951064 | 0.903786 | 0.254392 | 0.0741149 | 0.0294664 |
|
| 38 |
+
| trained_ood | 512 | 0.923554 | 0.886388 | 0.413766 | 0.117756 | 0.0485585 |
|
| 39 |
+
| trained_test | 512 | 0.951064 | 0.903786 | 0.273097 | 0.0792583 | 0.0344311 |
|
| 40 |
+
|
| 41 |
+
## Load with Open-Jev
|
| 42 |
+
|
| 43 |
+
From an Open-Jev source checkout, install the training/inference dependencies and start the decision server:
|
| 44 |
+
|
| 45 |
+
```bash
|
| 46 |
+
python -m pip install '.[train]'
|
| 47 |
+
python -m jev.server --checkpoint /path/to/package/checkpoint \
|
| 48 |
+
--device cuda:0 --max-length 4096 --batch-size 1 \
|
| 49 |
+
--host 127.0.0.1 --port 8791
|
| 50 |
+
```
|
| 51 |
+
|
| 52 |
+
A suitable GPU and the exact upstream weights/tokenizer revision listed above are required, either cached locally or downloaded by the loader. The scalar decision head requires Open-Jev's loader; AutoPeftModel generation alone does not implement these decisions.
|
| 53 |
+
|
| 54 |
+
## Verification scope
|
| 55 |
+
|
| 56 |
+
Packaging verified source hashes, completed-step logs, frozen-data selection, model identity, calibration binding and saved reload logits. Both temperatures and all eight core/grouped metric sections were recomputed from the verified saved predictions using the repository's stdlib metrics. It hashes the current weight bytes but does not load tensors or repeat model inference. The training summary did not record output-weight hashes, so the historical reload is not an independent verification of the current packaged bytes.
|
| 57 |
+
|
| 58 |
+
Synthetic sampled scores do not establish general agent, browser, game, flight or closed-loop competence. The manifest identifies a local package; it does not imply an upload or public release.
|
package/UPSTREAM.md
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Qwen attribution and license
|
| 2 |
+
|
| 3 |
+
Copyright 2026 Alibaba Cloud.
|
| 4 |
+
|
| 5 |
+
The accompanying `LICENSE` is the exact Apache License 2.0 text retrieved from
|
| 6 |
+
[Qwen3.5-2B revision 15852e8](https://huggingface.co/Qwen/Qwen3.5-2B/raw/15852e8c16360a2fea060d615a32b45270f8a8fc/LICENSE).
|
| 7 |
+
Its SHA-256 is
|
| 8 |
+
`bbedc3fda3305820b977265f01b8619d87570a6739de3a5582c3464840f1e57a`.
|
| 9 |
+
The same bytes were independently verified for all three selected revisions:
|
| 10 |
+
|
| 11 |
+
| Upstream model | Fixed revision |
|
| 12 |
+
| --- | --- |
|
| 13 |
+
| Qwen/Qwen3.5-2B | `15852e8c16360a2fea060d615a32b45270f8a8fc` |
|
| 14 |
+
| Qwen/Qwen3.5-9B | `c202236235762e1c871ad0ccb60c8ee5ba337b9a` |
|
| 15 |
+
| Qwen/Qwen3.8-27B | `1d4bf0f2ff6012fd82039f2fa52739d0dd7c60c0` |
|
| 16 |
+
|
| 17 |
+
See [the source audit](https://github.com/Zefan-Cai/Open-Jev-Dev/blob/main/docs/model-provenance.md) for the fixed README,
|
| 18 |
+
license and revision-API evidence. The inspected inventories contain no
|
| 19 |
+
upstream `NOTICE` file; notices in additional bundled artifacts still apply.
|
| 20 |
+
|
| 21 |
+
Open-Jev modifies the upstream model by training LoRA adapters and a scalar
|
| 22 |
+
decision head, initially derived from the upstream Yes-minus-No embedding
|
| 23 |
+
rows. Its published inference artifacts require the exact corresponding
|
| 24 |
+
upstream weights and the Open-Jev loader. They are not unmodified Qwen models,
|
| 25 |
+
standard text-generation checkpoints, or a reproduction of private Jev weights.
|
| 26 |
+
|
| 27 |
+
The checkpoint packaging tool applies Apache-2.0 to its inference weight
|
| 28 |
+
package and retains the upstream copyright and terms. Original Open-Jev source
|
| 29 |
+
code remains under the repository MIT license, which is included separately
|
| 30 |
+
when packaging. The generated data's CC0 markers do not license model weights.
|
| 31 |
+
No checkpoint has been published merely by adding this notice or the packaging
|
| 32 |
+
tool; an actual package must name its model revision, training run and measured
|
| 33 |
+
results. No endorsement by Alibaba Cloud, the Qwen Team or TypeSafe is implied.
|
package/checkpoint/adapter/adapter_config.json
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": {
|
| 6 |
+
"base_model_class": "Qwen3_5TextModel",
|
| 7 |
+
"parent_library": "transformers.models.qwen3_5.modeling_qwen3_5"
|
| 8 |
+
},
|
| 9 |
+
"base_model_name_or_path": "",
|
| 10 |
+
"bias": "none",
|
| 11 |
+
"corda_config": null,
|
| 12 |
+
"ensure_weight_tying": false,
|
| 13 |
+
"eva_config": null,
|
| 14 |
+
"exclude_modules": null,
|
| 15 |
+
"fan_in_fan_out": false,
|
| 16 |
+
"inference_mode": true,
|
| 17 |
+
"init_lora_weights": true,
|
| 18 |
+
"layer_replication": null,
|
| 19 |
+
"layers_pattern": null,
|
| 20 |
+
"layers_to_transform": null,
|
| 21 |
+
"loftq_config": {},
|
| 22 |
+
"lora_alpha": 16,
|
| 23 |
+
"lora_bias": false,
|
| 24 |
+
"lora_dropout": 0.0,
|
| 25 |
+
"lora_ga_config": null,
|
| 26 |
+
"megatron_config": null,
|
| 27 |
+
"megatron_core": "megatron.core",
|
| 28 |
+
"modules_to_save": null,
|
| 29 |
+
"peft_type": "LORA",
|
| 30 |
+
"peft_version": "0.19.1",
|
| 31 |
+
"qalora_group_size": 16,
|
| 32 |
+
"r": 8,
|
| 33 |
+
"rank_pattern": {},
|
| 34 |
+
"revision": null,
|
| 35 |
+
"target_modules": [
|
| 36 |
+
"in_proj_qkv",
|
| 37 |
+
"q_proj",
|
| 38 |
+
"o_proj",
|
| 39 |
+
"out_proj",
|
| 40 |
+
"k_proj",
|
| 41 |
+
"v_proj"
|
| 42 |
+
],
|
| 43 |
+
"target_parameters": null,
|
| 44 |
+
"task_type": null,
|
| 45 |
+
"trainable_token_indices": null,
|
| 46 |
+
"use_bdlora": null,
|
| 47 |
+
"use_dora": false,
|
| 48 |
+
"use_qalora": false,
|
| 49 |
+
"use_rslora": false
|
| 50 |
+
}
|
package/checkpoint/adapter/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f85650a8fb97c6d0ac3e948cdca2f30a0ca6ace8b8a43aebca1c152fe38aeb75
|
| 3 |
+
size 23613816
|
package/checkpoint/head.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:229fe9800384e824135e59d1af59bda7346da031aea61640be5f456b9be6ce70
|
| 3 |
+
size 18189
|
package/checkpoint/model.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_id": "Qwen/Qwen3.5-9B",
|
| 3 |
+
"revision": "c202236235762e1c871ad0ccb60c8ee5ba337b9a",
|
| 4 |
+
"max_length": 4096,
|
| 5 |
+
"lora_rank": 8,
|
| 6 |
+
"method": "independent_candidate_lora_nll_brier"
|
| 7 |
+
}
|
package/checkpoint/temperature.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"temperature": 1.8969118766347646,
|
| 3 |
+
"split": "calibration",
|
| 4 |
+
"n": 512,
|
| 5 |
+
"ids_sha256": "6ff7db59c1ae2485179b80316b3cb4f0161df77704692dcab48871a295ab94f1"
|
| 6 |
+
}
|
package/manifest.json
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": 1,
|
| 3 |
+
"kind": "local_inference_weight_package",
|
| 4 |
+
"weights_license": "Apache-2.0",
|
| 5 |
+
"model": "Qwen/Qwen3.5-9B",
|
| 6 |
+
"revision": "c202236235762e1c871ad0ccb60c8ee5ba337b9a",
|
| 7 |
+
"files": {
|
| 8 |
+
"LICENSE": {
|
| 9 |
+
"sha256": "bbedc3fda3305820b977265f01b8619d87570a6739de3a5582c3464840f1e57a",
|
| 10 |
+
"bytes": 11544
|
| 11 |
+
},
|
| 12 |
+
"LICENSE-CODE": {
|
| 13 |
+
"sha256": "ef2f6f6db605a2f611bc2d037c59276f615cdea76ac6e7551a28f71db890c9d2",
|
| 14 |
+
"bytes": 1078
|
| 15 |
+
},
|
| 16 |
+
"README.md": {
|
| 17 |
+
"sha256": "010b4cf423fd46a5ea4990f72088becae711819a92b3bb928b7d8d3804a8a289",
|
| 18 |
+
"bytes": 3497
|
| 19 |
+
},
|
| 20 |
+
"UPSTREAM.md": {
|
| 21 |
+
"sha256": "8d77b0b07ec0e34af6dfa238d05d2f95109926df91b468bfb238276610d1c420",
|
| 22 |
+
"bytes": 1875
|
| 23 |
+
},
|
| 24 |
+
"checkpoint/adapter/adapter_config.json": {
|
| 25 |
+
"sha256": "3b2d3b4c9e95a7ca0dfb6132a8a76af281363032eeffbbd08ba34fc76cb3b9be",
|
| 26 |
+
"bytes": 1170
|
| 27 |
+
},
|
| 28 |
+
"checkpoint/adapter/adapter_model.safetensors": {
|
| 29 |
+
"sha256": "f85650a8fb97c6d0ac3e948cdca2f30a0ca6ace8b8a43aebca1c152fe38aeb75",
|
| 30 |
+
"bytes": 23613816
|
| 31 |
+
},
|
| 32 |
+
"checkpoint/head.pt": {
|
| 33 |
+
"sha256": "229fe9800384e824135e59d1af59bda7346da031aea61640be5f456b9be6ce70",
|
| 34 |
+
"bytes": 18189
|
| 35 |
+
},
|
| 36 |
+
"checkpoint/model.json": {
|
| 37 |
+
"sha256": "a3a8a691a88b2af64ecb6952a7dd006977fd8c544df09afcbe1e4303b91a8daa",
|
| 38 |
+
"bytes": 186
|
| 39 |
+
},
|
| 40 |
+
"checkpoint/temperature.json": {
|
| 41 |
+
"sha256": "8cfe40a9f42cc2d0607a3381f2a4e0374cb3842506ac7263f7fff35facfca034",
|
| 42 |
+
"bytes": 162
|
| 43 |
+
},
|
| 44 |
+
"metrics.json": {
|
| 45 |
+
"sha256": "576a93d5f56498b822cd77c215a2e1d79f8ce7523a514c5e61b2a3834362f62c",
|
| 46 |
+
"bytes": 1930655
|
| 47 |
+
},
|
| 48 |
+
"provenance.json": {
|
| 49 |
+
"sha256": "994a3267ed4c0177b661faf231b657bf7d2a18915fce73f51eed56ce1bcfeeaf",
|
| 50 |
+
"bytes": 4349
|
| 51 |
+
}
|
| 52 |
+
},
|
| 53 |
+
"scope": "All package files except this manifest are listed. Manifest SHA-256 is returned separately; no upload performed."
|
| 54 |
+
}
|
package/metrics.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
package/provenance.json
ADDED
|
@@ -0,0 +1,121 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": 1,
|
| 3 |
+
"weights_license": "Apache-2.0",
|
| 4 |
+
"code_license": "MIT",
|
| 5 |
+
"model": "Qwen/Qwen3.5-9B",
|
| 6 |
+
"revision": "c202236235762e1c871ad0ccb60c8ee5ba337b9a",
|
| 7 |
+
"training": {
|
| 8 |
+
"steps": 20204,
|
| 9 |
+
"accumulation": 4,
|
| 10 |
+
"max_length": 4096,
|
| 11 |
+
"lora_rank": 8,
|
| 12 |
+
"lr": 5e-05,
|
| 13 |
+
"head_lr": 0.0001,
|
| 14 |
+
"brier_weight": 0.1,
|
| 15 |
+
"seed": 20260919,
|
| 16 |
+
"sampling": "shuffled",
|
| 17 |
+
"records_consumed": 80816,
|
| 18 |
+
"selected_train_rows": 80816,
|
| 19 |
+
"one_full_pass": true,
|
| 20 |
+
"code_commit": "99e881108c6cacadafd364088505e84975ca43fc",
|
| 21 |
+
"run_identity_sha256": "ca5e7d960b811be213c07f6dc49243cf51d27d35a3db04a7cd8f6b98f908c5ce",
|
| 22 |
+
"distribution": null,
|
| 23 |
+
"initialization": "fresh_pinned_upstream",
|
| 24 |
+
"resumed_within_run": false
|
| 25 |
+
},
|
| 26 |
+
"data": {
|
| 27 |
+
"name": "release-v2",
|
| 28 |
+
"source_composition": [
|
| 29 |
+
"release-v1",
|
| 30 |
+
"reasoning-control-v1"
|
| 31 |
+
],
|
| 32 |
+
"manifest_sha256": "56105dc9fc89ef74919f5beb60bb6ae8c6e17bb95699dab59205f67d8b338d97",
|
| 33 |
+
"sha256": {
|
| 34 |
+
"train": "80a9ec19da9c4065b72f7a9e5ff8d67e62c1d1dd2572dfd296e46bfe2ea5a182",
|
| 35 |
+
"calibration": "dd21b26912a6b26a09c3b00ae66a7985ee760e737b94ada4fcc6320406d4db63",
|
| 36 |
+
"validation": "1dc97079d4fc034a1ba16315f801b0a4715b30c2a3874ae05aeb60dd1e40e8bb",
|
| 37 |
+
"test": "fa8d62775b96c1514f238c2d8a8f8b66515dada67d490978376545296593e29b",
|
| 38 |
+
"ood": "9152bff7f3d9c83cce3f1423cc6e0e6b33286b3092b3f544cb18dcc37b35a7ee"
|
| 39 |
+
},
|
| 40 |
+
"rows_by_split": {
|
| 41 |
+
"train": 80816,
|
| 42 |
+
"calibration": 4761,
|
| 43 |
+
"validation": 3792,
|
| 44 |
+
"test": 10532,
|
| 45 |
+
"ood": 15920
|
| 46 |
+
},
|
| 47 |
+
"selected_rows": {
|
| 48 |
+
"train": 80816,
|
| 49 |
+
"calibration": 512,
|
| 50 |
+
"test": 512,
|
| 51 |
+
"ood": 512
|
| 52 |
+
},
|
| 53 |
+
"selected_ids_sha256": {
|
| 54 |
+
"train": "aecbb02fa7ecec02ff734bb1201926b9e74ae579c54a0a322997fcdf05495129",
|
| 55 |
+
"calibration": "6ff7db59c1ae2485179b80316b3cb4f0161df77704692dcab48871a295ab94f1",
|
| 56 |
+
"test": "456ef6576e2fe88c53a0e3f44188b7ccfaeca55d4c0c980f97f5890f9b9a0f14",
|
| 57 |
+
"ood": "cb078268330bf3e9a38d29dc8fb973d283bfe159342b13804dadec3187618dc6"
|
| 58 |
+
}
|
| 59 |
+
},
|
| 60 |
+
"calibration": {
|
| 61 |
+
"temperature": 1.8969118766347646,
|
| 62 |
+
"split": "calibration",
|
| 63 |
+
"n": 512,
|
| 64 |
+
"ids_sha256": "6ff7db59c1ae2485179b80316b3cb4f0161df77704692dcab48871a295ab94f1"
|
| 65 |
+
},
|
| 66 |
+
"baseline_temperature": 1.182255567450606,
|
| 67 |
+
"metric_verification": {
|
| 68 |
+
"implementation_sha256": "cb460c78b877a24708a0a8f8ca6b51f9602491f6ea24cd14e9a828c03d92f78b",
|
| 69 |
+
"core_and_grouped_sections_recomputed": 8,
|
| 70 |
+
"calibration_only_temperatures_refitted": 2
|
| 71 |
+
},
|
| 72 |
+
"reload": {
|
| 73 |
+
"recorded_max_error": 0.0,
|
| 74 |
+
"recomputed_saved_logit_max_error": 0.0,
|
| 75 |
+
"performed_by_packager": false,
|
| 76 |
+
"scope": "Compares saved reload and trained-test logits. No tensor deserialization or GPU inference; no production-time weight digest was recorded by training."
|
| 77 |
+
},
|
| 78 |
+
"source_evidence": {
|
| 79 |
+
"run.json": {
|
| 80 |
+
"sha256": "e5a119cc2ec1f78615375824352f71a68bcc78eb30d28e14bcdbcd442075b42b",
|
| 81 |
+
"bytes": 89004
|
| 82 |
+
},
|
| 83 |
+
"summary.json": {
|
| 84 |
+
"sha256": "789ae2a85fc3dec77388b11c039f56e3110052b77c55e1eb371d5d5284e72ebc",
|
| 85 |
+
"bytes": 2070465
|
| 86 |
+
},
|
| 87 |
+
"training.jsonl": {
|
| 88 |
+
"sha256": "850f94636d6c633c4e92de07407a3c1950dc3557f0784aaec91c09377ca200f0",
|
| 89 |
+
"bytes": 3257904
|
| 90 |
+
},
|
| 91 |
+
"calibration.jsonl": {
|
| 92 |
+
"sha256": "81a027a116edfd49356665ec7a1a71414e1843b4908cc6cab28368637122e8e7",
|
| 93 |
+
"bytes": 266686
|
| 94 |
+
},
|
| 95 |
+
"trained_test.jsonl": {
|
| 96 |
+
"sha256": "e34012746532838963e30537efb2d35fad72388007f593fa30dcb24a3fdf909a",
|
| 97 |
+
"bytes": 266440
|
| 98 |
+
},
|
| 99 |
+
"trained_ood.jsonl": {
|
| 100 |
+
"sha256": "33d1d07cf5754a441d92653320ed25c8db1f4dcf6128fc8575117da15f7b492e",
|
| 101 |
+
"bytes": 260892
|
| 102 |
+
},
|
| 103 |
+
"reload_check.jsonl": {
|
| 104 |
+
"sha256": "622fa65169b80bc0818d7670cf134721eb354df2d40b408737ad020dfb11557e",
|
| 105 |
+
"bytes": 419
|
| 106 |
+
},
|
| 107 |
+
"baseline_test.jsonl": {
|
| 108 |
+
"sha256": "e7b73610f7bb51e4c1bb4d1b0e13782fe7cbc7a7705e3026d8d3129779f43746",
|
| 109 |
+
"bytes": 266484
|
| 110 |
+
},
|
| 111 |
+
"baseline_ood.jsonl": {
|
| 112 |
+
"sha256": "354d6abc9e7d9a295918763563912278ccdaab2a3b665f594f1d371756f753e8",
|
| 113 |
+
"bytes": 260844
|
| 114 |
+
},
|
| 115 |
+
"baseline_calibration.jsonl": {
|
| 116 |
+
"sha256": "c7190bf4c829dcddfe388c366f321012677efc618219d1d6119993e4a4f02103",
|
| 117 |
+
"bytes": 266939
|
| 118 |
+
}
|
| 119 |
+
},
|
| 120 |
+
"excluded_evaluations": "No separate full-data, JF100, browser/drone pilot, simulator or closed-loop evaluation is imported."
|
| 121 |
+
}
|
release-manifest.json
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": 1,
|
| 3 |
+
"repo_id": "ZefanCai/Open-Jev-9B",
|
| 4 |
+
"artifact_type": "qwen_lora_adapter_plus_scalar_decision_head",
|
| 5 |
+
"base_model": "Qwen/Qwen3.5-9B",
|
| 6 |
+
"base_revision": "c202236235762e1c871ad0ccb60c8ee5ba337b9a",
|
| 7 |
+
"original_package_manifest_sha256": "e83fd15c8715c9a7e474afd0830d55b0fe4b25ab61910114f6e36437a2964e37",
|
| 8 |
+
"source_evaluated_checkpoint_directory_sha256": "a691105dd5751bfcf72d276a6ce075d45054db77ae3272e87b5f07b2bd7e2193",
|
| 9 |
+
"packaged_inference_directory_sha256": "9302c52feba99d079918755f2469f4f088266e9786327bab550248f3d83716d3",
|
| 10 |
+
"base_weights_included": false,
|
| 11 |
+
"files": {
|
| 12 |
+
"LICENSE": {
|
| 13 |
+
"sha256": "bbedc3fda3305820b977265f01b8619d87570a6739de3a5582c3464840f1e57a",
|
| 14 |
+
"bytes": 11544
|
| 15 |
+
},
|
| 16 |
+
"LICENSE-CODE": {
|
| 17 |
+
"sha256": "ef2f6f6db605a2f611bc2d037c59276f615cdea76ac6e7551a28f71db890c9d2",
|
| 18 |
+
"bytes": 1078
|
| 19 |
+
},
|
| 20 |
+
"README.md": {
|
| 21 |
+
"sha256": "1e2129c8d0798aecfabc00bd6d38e717288f61d4b89ca3d6222fd02a044bded7",
|
| 22 |
+
"bytes": 7401
|
| 23 |
+
},
|
| 24 |
+
"UPSTREAM.md": {
|
| 25 |
+
"sha256": "8d77b0b07ec0e34af6dfa238d05d2f95109926df91b468bfb238276610d1c420",
|
| 26 |
+
"bytes": 1875
|
| 27 |
+
},
|
| 28 |
+
"evaluation/full-data.json": {
|
| 29 |
+
"sha256": "f3167d1c98cc2d4078add8deee1e3a96fd46df6db471e2b9f7b542956a6d6a45",
|
| 30 |
+
"bytes": 178325
|
| 31 |
+
},
|
| 32 |
+
"package/LICENSE": {
|
| 33 |
+
"sha256": "bbedc3fda3305820b977265f01b8619d87570a6739de3a5582c3464840f1e57a",
|
| 34 |
+
"bytes": 11544
|
| 35 |
+
},
|
| 36 |
+
"package/LICENSE-CODE": {
|
| 37 |
+
"sha256": "ef2f6f6db605a2f611bc2d037c59276f615cdea76ac6e7551a28f71db890c9d2",
|
| 38 |
+
"bytes": 1078
|
| 39 |
+
},
|
| 40 |
+
"package/README.md": {
|
| 41 |
+
"sha256": "010b4cf423fd46a5ea4990f72088becae711819a92b3bb928b7d8d3804a8a289",
|
| 42 |
+
"bytes": 3497
|
| 43 |
+
},
|
| 44 |
+
"package/UPSTREAM.md": {
|
| 45 |
+
"sha256": "8d77b0b07ec0e34af6dfa238d05d2f95109926df91b468bfb238276610d1c420",
|
| 46 |
+
"bytes": 1875
|
| 47 |
+
},
|
| 48 |
+
"package/checkpoint/adapter/adapter_config.json": {
|
| 49 |
+
"sha256": "3b2d3b4c9e95a7ca0dfb6132a8a76af281363032eeffbbd08ba34fc76cb3b9be",
|
| 50 |
+
"bytes": 1170
|
| 51 |
+
},
|
| 52 |
+
"package/checkpoint/adapter/adapter_model.safetensors": {
|
| 53 |
+
"sha256": "f85650a8fb97c6d0ac3e948cdca2f30a0ca6ace8b8a43aebca1c152fe38aeb75",
|
| 54 |
+
"bytes": 23613816
|
| 55 |
+
},
|
| 56 |
+
"package/checkpoint/head.pt": {
|
| 57 |
+
"sha256": "229fe9800384e824135e59d1af59bda7346da031aea61640be5f456b9be6ce70",
|
| 58 |
+
"bytes": 18189
|
| 59 |
+
},
|
| 60 |
+
"package/checkpoint/model.json": {
|
| 61 |
+
"sha256": "a3a8a691a88b2af64ecb6952a7dd006977fd8c544df09afcbe1e4303b91a8daa",
|
| 62 |
+
"bytes": 186
|
| 63 |
+
},
|
| 64 |
+
"package/checkpoint/temperature.json": {
|
| 65 |
+
"sha256": "8cfe40a9f42cc2d0607a3381f2a4e0374cb3842506ac7263f7fff35facfca034",
|
| 66 |
+
"bytes": 162
|
| 67 |
+
},
|
| 68 |
+
"package/manifest.json": {
|
| 69 |
+
"sha256": "e83fd15c8715c9a7e474afd0830d55b0fe4b25ab61910114f6e36437a2964e37",
|
| 70 |
+
"bytes": 1889
|
| 71 |
+
},
|
| 72 |
+
"package/metrics.json": {
|
| 73 |
+
"sha256": "576a93d5f56498b822cd77c215a2e1d79f8ce7523a514c5e61b2a3834362f62c",
|
| 74 |
+
"bytes": 1930655
|
| 75 |
+
},
|
| 76 |
+
"package/provenance.json": {
|
| 77 |
+
"sha256": "994a3267ed4c0177b661faf231b657bf7d2a18915fce73f51eed56ce1bcfeeaf",
|
| 78 |
+
"bytes": 4349
|
| 79 |
+
}
|
| 80 |
+
},
|
| 81 |
+
"scope": "All uploaded release payload files except release-manifest.json itself. The original Hub .gitattributes is repository metadata and is not part of this payload. Original package manifest paths are relative to package/."
|
| 82 |
+
}
|