Commit ·
a4e5eb7
0
Parent(s):
Duplicate from rpeel/glitext-class-base
Browse filesCo-authored-by: RPeel <rpeel@users.noreply.huggingface.co>
- .gitattributes +35 -0
- LICENSE +202 -0
- README.md +53 -0
- model.onnx +3 -0
- modelaudit.json +908 -0
- tokenizer.json +0 -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 [yyyy] [name of copyright owner]
|
| 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.
|
README.md
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: glitext
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
tags:
|
| 5 |
+
- glitext
|
| 6 |
+
glitext:
|
| 7 |
+
name: class-base
|
| 8 |
+
label: GliText Classification (Balanced)
|
| 9 |
+
description: An efficient zero-shot text classification model tuned to balance speed and accuracy.
|
| 10 |
+
recognition: false
|
| 11 |
+
classification: true
|
| 12 |
+
association: false
|
| 13 |
+
span_mode: false
|
| 14 |
+
size_gb: 1.0
|
| 15 |
+
hf_repo: rpeel/glitext-class-base
|
| 16 |
+
source_url: knowledgator/gliclass-base-v3.0
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
# rpeel/glitext-class-base
|
| 20 |
+
|
| 21 |
+
An efficient zero-shot text classification model tuned to balance speed and accuracy.
|
| 22 |
+
|
| 23 |
+
## Requirements
|
| 24 |
+
|
| 25 |
+
To download this model to the SAS GLiText server:
|
| 26 |
+
|
| 27 |
+
```
|
| 28 |
+
POST /v1/models/download?name=class-base
|
| 29 |
+
```
|
| 30 |
+
|
| 31 |
+
To download and load into memory in one step:
|
| 32 |
+
|
| 33 |
+
```
|
| 34 |
+
PUT /v1/models?name=class-base
|
| 35 |
+
```
|
| 36 |
+
|
| 37 |
+
## Source Model
|
| 38 |
+
|
| 39 |
+
Exported from [knowledgator/gliclass-base-v3.0](https://huggingface.co/knowledgator/gliclass-base-v3.0).
|
| 40 |
+
See the [original model card](https://huggingface.co/knowledgator/gliclass-base-v3.0) for full architecture and training details.
|
| 41 |
+
|
| 42 |
+
## Security Scan
|
| 43 |
+
|
| 44 |
+
Scanned with [modelaudit](https://github.com/promptfoo/modelaudit) v0.2.40 on 2026-04-26. 16/16 checks passed. [Full results](modelaudit.json).
|
| 45 |
+
|
| 46 |
+
|
| 47 |
+
| File | Size | SHA-256 |
|
| 48 |
+
|------|------|---------|
|
| 49 |
+
| `model.onnx` | 747.3 MB | `1395fde4ae8de8e4…` |
|
| 50 |
+
|
| 51 |
+
## License
|
| 52 |
+
|
| 53 |
+
[Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0). Derived from [knowledgator/gliclass-base-v3.0](https://huggingface.co/knowledgator/gliclass-base-v3.0) by [knowledgator](https://huggingface.co/knowledgator).
|
model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1395fde4ae8de8e41f51080c18a09c48c704b5a1dd34d78950b6c9a11efddd7b
|
| 3 |
+
size 747316021
|
modelaudit.json
ADDED
|
@@ -0,0 +1,908 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"tool": "modelaudit",
|
| 3 |
+
"tool_version": "0.2.40",
|
| 4 |
+
"scanned_at": "2026-04-26T23:36:13Z",
|
| 5 |
+
"files": {
|
| 6 |
+
"model.onnx": {
|
| 7 |
+
"size_mb": 747.3,
|
| 8 |
+
"sha256": "1395fde4ae8de8e41f51080c18a09c48c704b5a1dd34d78950b6c9a11efddd7b"
|
| 9 |
+
}
|
| 10 |
+
},
|
| 11 |
+
"audit": {
|
| 12 |
+
"bytes_scanned": 755978390,
|
| 13 |
+
"issues": [
|
| 14 |
+
{
|
| 15 |
+
"message": "Weight distribution analysis skipped one or more eligible ONNX initializers",
|
| 16 |
+
"severity": "info",
|
| 17 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 18 |
+
"details": {
|
| 19 |
+
"scan_outcome_reason": "onnx_weight_distribution_analysis_incomplete",
|
| 20 |
+
"coverage_gap": "partial_initializer_coverage",
|
| 21 |
+
"eligible_initializers": 81,
|
| 22 |
+
"analyzed_initializers": 80,
|
| 23 |
+
"external_initializers_skipped": 0,
|
| 24 |
+
"oversized_initializers_skipped": 1,
|
| 25 |
+
"extraction_failures": 0,
|
| 26 |
+
"max_array_size": 104857600
|
| 27 |
+
},
|
| 28 |
+
"timestamp": 1777246566.0244322,
|
| 29 |
+
"type": "onnx_check",
|
| 30 |
+
"rule_code": "S902"
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"message": "Layer 'model.encoder_model.encoder.rel_embeddings.weight' output neuron 7 has unusually dissimilar weights",
|
| 34 |
+
"severity": "info",
|
| 35 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 36 |
+
"details": {
|
| 37 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 38 |
+
"neuron_index": 7,
|
| 39 |
+
"max_similarity_to_others": 0.6381392478942871,
|
| 40 |
+
"weight_norm": 5.269960403442383,
|
| 41 |
+
"total_outputs": 768,
|
| 42 |
+
"analysis_method": "structural_analysis"
|
| 43 |
+
},
|
| 44 |
+
"why": "Neurons with weight patterns completely unlike others in the same layer are uncommon in standard training. This dissimilarity (measured by cosine similarity below threshold) may indicate injected functionality or training irregularities.",
|
| 45 |
+
"timestamp": 1777246569.2680535,
|
| 46 |
+
"type": "onnx_check",
|
| 47 |
+
"rule_code": "S803"
|
| 48 |
+
},
|
| 49 |
+
{
|
| 50 |
+
"message": "Layer 'model.encoder_model.encoder.rel_embeddings.weight' output neuron 48 has unusually dissimilar weights",
|
| 51 |
+
"severity": "info",
|
| 52 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 53 |
+
"details": {
|
| 54 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 55 |
+
"neuron_index": 48,
|
| 56 |
+
"max_similarity_to_others": 0.6809431314468384,
|
| 57 |
+
"weight_norm": 0.4544937014579773,
|
| 58 |
+
"total_outputs": 768,
|
| 59 |
+
"analysis_method": "structural_analysis"
|
| 60 |
+
},
|
| 61 |
+
"why": "Neurons with weight patterns completely unlike others in the same layer are uncommon in standard training. This dissimilarity (measured by cosine similarity below threshold) may indicate injected functionality or training irregularities.",
|
| 62 |
+
"timestamp": 1777246569.2688065,
|
| 63 |
+
"type": "onnx_check",
|
| 64 |
+
"rule_code": "S803"
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"message": "Layer 'model.encoder_model.encoder.rel_embeddings.weight' output neuron 117 has unusually dissimilar weights",
|
| 68 |
+
"severity": "info",
|
| 69 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 70 |
+
"details": {
|
| 71 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 72 |
+
"neuron_index": 117,
|
| 73 |
+
"max_similarity_to_others": 0.6338923573493958,
|
| 74 |
+
"weight_norm": 0.3973894417285919,
|
| 75 |
+
"total_outputs": 768,
|
| 76 |
+
"analysis_method": "structural_analysis"
|
| 77 |
+
},
|
| 78 |
+
"why": "Neurons with weight patterns completely unlike others in the same layer are uncommon in standard training. This dissimilarity (measured by cosine similarity below threshold) may indicate injected functionality or training irregularities.",
|
| 79 |
+
"timestamp": 1777246569.269298,
|
| 80 |
+
"type": "onnx_check",
|
| 81 |
+
"rule_code": "S803"
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"message": "Layer 'model.encoder_model.encoder.rel_embeddings.weight' output neuron 213 has unusually dissimilar weights",
|
| 85 |
+
"severity": "info",
|
| 86 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 87 |
+
"details": {
|
| 88 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 89 |
+
"neuron_index": 213,
|
| 90 |
+
"max_similarity_to_others": 0.6949571967124939,
|
| 91 |
+
"weight_norm": 0.506813645362854,
|
| 92 |
+
"total_outputs": 768,
|
| 93 |
+
"analysis_method": "structural_analysis"
|
| 94 |
+
},
|
| 95 |
+
"why": "Neurons with weight patterns completely unlike others in the same layer are uncommon in standard training. This dissimilarity (measured by cosine similarity below threshold) may indicate injected functionality or training irregularities.",
|
| 96 |
+
"timestamp": 1777246569.2697954,
|
| 97 |
+
"type": "onnx_check",
|
| 98 |
+
"rule_code": "S803"
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"message": "Layer 'model.encoder_model.encoder.rel_embeddings.weight' output neuron 248 has unusually dissimilar weights",
|
| 102 |
+
"severity": "info",
|
| 103 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 104 |
+
"details": {
|
| 105 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 106 |
+
"neuron_index": 248,
|
| 107 |
+
"max_similarity_to_others": 0.6100180149078369,
|
| 108 |
+
"weight_norm": 0.463756263256073,
|
| 109 |
+
"total_outputs": 768,
|
| 110 |
+
"analysis_method": "structural_analysis"
|
| 111 |
+
},
|
| 112 |
+
"why": "Neurons with weight patterns completely unlike others in the same layer are uncommon in standard training. This dissimilarity (measured by cosine similarity below threshold) may indicate injected functionality or training irregularities.",
|
| 113 |
+
"timestamp": 1777246569.2702582,
|
| 114 |
+
"type": "onnx_check",
|
| 115 |
+
"rule_code": "S803"
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"message": "Layer 'model.encoder_model.encoder.rel_embeddings.weight' output neuron 266 has unusually dissimilar weights",
|
| 119 |
+
"severity": "info",
|
| 120 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 121 |
+
"details": {
|
| 122 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 123 |
+
"neuron_index": 266,
|
| 124 |
+
"max_similarity_to_others": 0.6396561861038208,
|
| 125 |
+
"weight_norm": 0.6704791188240051,
|
| 126 |
+
"total_outputs": 768,
|
| 127 |
+
"analysis_method": "structural_analysis"
|
| 128 |
+
},
|
| 129 |
+
"why": "Neurons with weight patterns completely unlike others in the same layer are uncommon in standard training. This dissimilarity (measured by cosine similarity below threshold) may indicate injected functionality or training irregularities.",
|
| 130 |
+
"timestamp": 1777246569.2707276,
|
| 131 |
+
"type": "onnx_check",
|
| 132 |
+
"rule_code": "S803"
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"message": "Layer 'model.encoder_model.encoder.rel_embeddings.weight' output neuron 272 has unusually dissimilar weights",
|
| 136 |
+
"severity": "info",
|
| 137 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 138 |
+
"details": {
|
| 139 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 140 |
+
"neuron_index": 272,
|
| 141 |
+
"max_similarity_to_others": 0.6659662127494812,
|
| 142 |
+
"weight_norm": 0.4908224046230316,
|
| 143 |
+
"total_outputs": 768,
|
| 144 |
+
"analysis_method": "structural_analysis"
|
| 145 |
+
},
|
| 146 |
+
"why": "Neurons with weight patterns completely unlike others in the same layer are uncommon in standard training. This dissimilarity (measured by cosine similarity below threshold) may indicate injected functionality or training irregularities.",
|
| 147 |
+
"timestamp": 1777246569.2711768,
|
| 148 |
+
"type": "onnx_check",
|
| 149 |
+
"rule_code": "S803"
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"message": "Layer 'model.encoder_model.encoder.rel_embeddings.weight' output neuron 296 has unusually dissimilar weights",
|
| 153 |
+
"severity": "info",
|
| 154 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 155 |
+
"details": {
|
| 156 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 157 |
+
"neuron_index": 296,
|
| 158 |
+
"max_similarity_to_others": 0.6932873725891113,
|
| 159 |
+
"weight_norm": 0.5208156108856201,
|
| 160 |
+
"total_outputs": 768,
|
| 161 |
+
"analysis_method": "structural_analysis"
|
| 162 |
+
},
|
| 163 |
+
"why": "Neurons with weight patterns completely unlike others in the same layer are uncommon in standard training. This dissimilarity (measured by cosine similarity below threshold) may indicate injected functionality or training irregularities.",
|
| 164 |
+
"timestamp": 1777246569.2716446,
|
| 165 |
+
"type": "onnx_check",
|
| 166 |
+
"rule_code": "S803"
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
"message": "Layer 'model.encoder_model.encoder.rel_embeddings.weight' output neuron 329 has unusually dissimilar weights",
|
| 170 |
+
"severity": "info",
|
| 171 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 172 |
+
"details": {
|
| 173 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 174 |
+
"neuron_index": 329,
|
| 175 |
+
"max_similarity_to_others": 0.6774165630340576,
|
| 176 |
+
"weight_norm": 0.6914364695549011,
|
| 177 |
+
"total_outputs": 768,
|
| 178 |
+
"analysis_method": "structural_analysis"
|
| 179 |
+
},
|
| 180 |
+
"why": "Neurons with weight patterns completely unlike others in the same layer are uncommon in standard training. This dissimilarity (measured by cosine similarity below threshold) may indicate injected functionality or training irregularities.",
|
| 181 |
+
"timestamp": 1777246569.2720995,
|
| 182 |
+
"type": "onnx_check",
|
| 183 |
+
"rule_code": "S803"
|
| 184 |
+
},
|
| 185 |
+
{
|
| 186 |
+
"message": "Layer 'model.encoder_model.encoder.rel_embeddings.weight' output neuron 344 has unusually dissimilar weights",
|
| 187 |
+
"severity": "info",
|
| 188 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 189 |
+
"details": {
|
| 190 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 191 |
+
"neuron_index": 344,
|
| 192 |
+
"max_similarity_to_others": 0.5927300453186035,
|
| 193 |
+
"weight_norm": 1.2662328481674194,
|
| 194 |
+
"total_outputs": 768,
|
| 195 |
+
"analysis_method": "structural_analysis"
|
| 196 |
+
},
|
| 197 |
+
"why": "Neurons with weight patterns completely unlike others in the same layer are uncommon in standard training. This dissimilarity (measured by cosine similarity below threshold) may indicate injected functionality or training irregularities.",
|
| 198 |
+
"timestamp": 1777246569.2725427,
|
| 199 |
+
"type": "onnx_check",
|
| 200 |
+
"rule_code": "S803"
|
| 201 |
+
},
|
| 202 |
+
{
|
| 203 |
+
"message": "Layer 'model.encoder_model.encoder.rel_embeddings.weight' output neuron 357 has unusually dissimilar weights",
|
| 204 |
+
"severity": "info",
|
| 205 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 206 |
+
"details": {
|
| 207 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 208 |
+
"neuron_index": 357,
|
| 209 |
+
"max_similarity_to_others": 0.6659072637557983,
|
| 210 |
+
"weight_norm": 0.5361911058425903,
|
| 211 |
+
"total_outputs": 768,
|
| 212 |
+
"analysis_method": "structural_analysis"
|
| 213 |
+
},
|
| 214 |
+
"why": "Neurons with weight patterns completely unlike others in the same layer are uncommon in standard training. This dissimilarity (measured by cosine similarity below threshold) may indicate injected functionality or training irregularities.",
|
| 215 |
+
"timestamp": 1777246569.2729821,
|
| 216 |
+
"type": "onnx_check",
|
| 217 |
+
"rule_code": "S803"
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"message": "Layer 'model.encoder_model.encoder.rel_embeddings.weight' output neuron 378 has unusually dissimilar weights",
|
| 221 |
+
"severity": "info",
|
| 222 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 223 |
+
"details": {
|
| 224 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 225 |
+
"neuron_index": 378,
|
| 226 |
+
"max_similarity_to_others": 0.5825252532958984,
|
| 227 |
+
"weight_norm": 0.5307279229164124,
|
| 228 |
+
"total_outputs": 768,
|
| 229 |
+
"analysis_method": "structural_analysis"
|
| 230 |
+
},
|
| 231 |
+
"why": "Neurons with weight patterns completely unlike others in the same layer are uncommon in standard training. This dissimilarity (measured by cosine similarity below threshold) may indicate injected functionality or training irregularities.",
|
| 232 |
+
"timestamp": 1777246569.2734282,
|
| 233 |
+
"type": "onnx_check",
|
| 234 |
+
"rule_code": "S803"
|
| 235 |
+
},
|
| 236 |
+
{
|
| 237 |
+
"message": "Layer 'model.encoder_model.encoder.rel_embeddings.weight' output neuron 426 has unusually dissimilar weights",
|
| 238 |
+
"severity": "info",
|
| 239 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 240 |
+
"details": {
|
| 241 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 242 |
+
"neuron_index": 426,
|
| 243 |
+
"max_similarity_to_others": 0.6620266437530518,
|
| 244 |
+
"weight_norm": 0.4639527499675751,
|
| 245 |
+
"total_outputs": 768,
|
| 246 |
+
"analysis_method": "structural_analysis"
|
| 247 |
+
},
|
| 248 |
+
"why": "Neurons with weight patterns completely unlike others in the same layer are uncommon in standard training. This dissimilarity (measured by cosine similarity below threshold) may indicate injected functionality or training irregularities.",
|
| 249 |
+
"timestamp": 1777246569.2738674,
|
| 250 |
+
"type": "onnx_check",
|
| 251 |
+
"rule_code": "S803"
|
| 252 |
+
},
|
| 253 |
+
{
|
| 254 |
+
"message": "Layer 'model.encoder_model.encoder.rel_embeddings.weight' output neuron 438 has unusually dissimilar weights",
|
| 255 |
+
"severity": "info",
|
| 256 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 257 |
+
"details": {
|
| 258 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 259 |
+
"neuron_index": 438,
|
| 260 |
+
"max_similarity_to_others": 0.6185715198516846,
|
| 261 |
+
"weight_norm": 0.4315977692604065,
|
| 262 |
+
"total_outputs": 768,
|
| 263 |
+
"analysis_method": "structural_analysis"
|
| 264 |
+
},
|
| 265 |
+
"why": "Neurons with weight patterns completely unlike others in the same layer are uncommon in standard training. This dissimilarity (measured by cosine similarity below threshold) may indicate injected functionality or training irregularities.",
|
| 266 |
+
"timestamp": 1777246569.2743013,
|
| 267 |
+
"type": "onnx_check",
|
| 268 |
+
"rule_code": "S803"
|
| 269 |
+
},
|
| 270 |
+
{
|
| 271 |
+
"message": "Layer 'model.encoder_model.encoder.rel_embeddings.weight' output neuron 455 has unusually dissimilar weights",
|
| 272 |
+
"severity": "info",
|
| 273 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 274 |
+
"details": {
|
| 275 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 276 |
+
"neuron_index": 455,
|
| 277 |
+
"max_similarity_to_others": 0.6825492978096008,
|
| 278 |
+
"weight_norm": 0.49168309569358826,
|
| 279 |
+
"total_outputs": 768,
|
| 280 |
+
"analysis_method": "structural_analysis"
|
| 281 |
+
},
|
| 282 |
+
"why": "Neurons with weight patterns completely unlike others in the same layer are uncommon in standard training. This dissimilarity (measured by cosine similarity below threshold) may indicate injected functionality or training irregularities.",
|
| 283 |
+
"timestamp": 1777246569.2747452,
|
| 284 |
+
"type": "onnx_check",
|
| 285 |
+
"rule_code": "S803"
|
| 286 |
+
},
|
| 287 |
+
{
|
| 288 |
+
"message": "Layer 'model.encoder_model.encoder.rel_embeddings.weight' output neuron 481 has unusually dissimilar weights",
|
| 289 |
+
"severity": "info",
|
| 290 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 291 |
+
"details": {
|
| 292 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 293 |
+
"neuron_index": 481,
|
| 294 |
+
"max_similarity_to_others": 0.6377342939376831,
|
| 295 |
+
"weight_norm": 0.5780144929885864,
|
| 296 |
+
"total_outputs": 768,
|
| 297 |
+
"analysis_method": "structural_analysis"
|
| 298 |
+
},
|
| 299 |
+
"why": "Neurons with weight patterns completely unlike others in the same layer are uncommon in standard training. This dissimilarity (measured by cosine similarity below threshold) may indicate injected functionality or training irregularities.",
|
| 300 |
+
"timestamp": 1777246569.275177,
|
| 301 |
+
"type": "onnx_check",
|
| 302 |
+
"rule_code": "S803"
|
| 303 |
+
},
|
| 304 |
+
{
|
| 305 |
+
"message": "Layer 'model.encoder_model.encoder.rel_embeddings.weight' output neuron 487 has unusually dissimilar weights",
|
| 306 |
+
"severity": "info",
|
| 307 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 308 |
+
"details": {
|
| 309 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 310 |
+
"neuron_index": 487,
|
| 311 |
+
"max_similarity_to_others": 0.6877197027206421,
|
| 312 |
+
"weight_norm": 0.4727543592453003,
|
| 313 |
+
"total_outputs": 768,
|
| 314 |
+
"analysis_method": "structural_analysis"
|
| 315 |
+
},
|
| 316 |
+
"why": "Neurons with weight patterns completely unlike others in the same layer are uncommon in standard training. This dissimilarity (measured by cosine similarity below threshold) may indicate injected functionality or training irregularities.",
|
| 317 |
+
"timestamp": 1777246569.2756114,
|
| 318 |
+
"type": "onnx_check",
|
| 319 |
+
"rule_code": "S803"
|
| 320 |
+
},
|
| 321 |
+
{
|
| 322 |
+
"message": "Layer 'model.encoder_model.encoder.rel_embeddings.weight' output neuron 544 has unusually dissimilar weights",
|
| 323 |
+
"severity": "info",
|
| 324 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 325 |
+
"details": {
|
| 326 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 327 |
+
"neuron_index": 544,
|
| 328 |
+
"max_similarity_to_others": 0.6736364960670471,
|
| 329 |
+
"weight_norm": 0.5731831789016724,
|
| 330 |
+
"total_outputs": 768,
|
| 331 |
+
"analysis_method": "structural_analysis"
|
| 332 |
+
},
|
| 333 |
+
"why": "Neurons with weight patterns completely unlike others in the same layer are uncommon in standard training. This dissimilarity (measured by cosine similarity below threshold) may indicate injected functionality or training irregularities.",
|
| 334 |
+
"timestamp": 1777246569.276052,
|
| 335 |
+
"type": "onnx_check",
|
| 336 |
+
"rule_code": "S803"
|
| 337 |
+
},
|
| 338 |
+
{
|
| 339 |
+
"message": "Layer 'model.encoder_model.encoder.rel_embeddings.weight' output neuron 719 has unusually dissimilar weights",
|
| 340 |
+
"severity": "info",
|
| 341 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 342 |
+
"details": {
|
| 343 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 344 |
+
"neuron_index": 719,
|
| 345 |
+
"max_similarity_to_others": 0.6995067596435547,
|
| 346 |
+
"weight_norm": 0.7687365412712097,
|
| 347 |
+
"total_outputs": 768,
|
| 348 |
+
"analysis_method": "structural_analysis"
|
| 349 |
+
},
|
| 350 |
+
"why": "Neurons with weight patterns completely unlike others in the same layer are uncommon in standard training. This dissimilarity (measured by cosine similarity below threshold) may indicate injected functionality or training irregularities.",
|
| 351 |
+
"timestamp": 1777246569.2764947,
|
| 352 |
+
"type": "onnx_check",
|
| 353 |
+
"rule_code": "S803"
|
| 354 |
+
},
|
| 355 |
+
{
|
| 356 |
+
"message": "Layer 'model.encoder_model.encoder.rel_embeddings.weight' output neuron 729 has unusually dissimilar weights",
|
| 357 |
+
"severity": "info",
|
| 358 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 359 |
+
"details": {
|
| 360 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 361 |
+
"neuron_index": 729,
|
| 362 |
+
"max_similarity_to_others": 0.6775385141372681,
|
| 363 |
+
"weight_norm": 0.671414852142334,
|
| 364 |
+
"total_outputs": 768,
|
| 365 |
+
"analysis_method": "structural_analysis"
|
| 366 |
+
},
|
| 367 |
+
"why": "Neurons with weight patterns completely unlike others in the same layer are uncommon in standard training. This dissimilarity (measured by cosine similarity below threshold) may indicate injected functionality or training irregularities.",
|
| 368 |
+
"timestamp": 1777246569.2769313,
|
| 369 |
+
"type": "onnx_check",
|
| 370 |
+
"rule_code": "S803"
|
| 371 |
+
},
|
| 372 |
+
{
|
| 373 |
+
"message": "Layer 'model.encoder_model.encoder.rel_embeddings.weight' output neuron 739 has unusually dissimilar weights",
|
| 374 |
+
"severity": "info",
|
| 375 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 376 |
+
"details": {
|
| 377 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 378 |
+
"neuron_index": 739,
|
| 379 |
+
"max_similarity_to_others": 0.6622445583343506,
|
| 380 |
+
"weight_norm": 0.7887903451919556,
|
| 381 |
+
"total_outputs": 768,
|
| 382 |
+
"analysis_method": "structural_analysis"
|
| 383 |
+
},
|
| 384 |
+
"why": "Neurons with weight patterns completely unlike others in the same layer are uncommon in standard training. This dissimilarity (measured by cosine similarity below threshold) may indicate injected functionality or training irregularities.",
|
| 385 |
+
"timestamp": 1777246569.277361,
|
| 386 |
+
"type": "onnx_check",
|
| 387 |
+
"rule_code": "S803"
|
| 388 |
+
},
|
| 389 |
+
{
|
| 390 |
+
"message": "Layer 'onnx::MatMul_7564' has neurons with extremely large weight values",
|
| 391 |
+
"severity": "info",
|
| 392 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 393 |
+
"details": {
|
| 394 |
+
"layer": "onnx::MatMul_7564",
|
| 395 |
+
"affected_neurons": [
|
| 396 |
+
0
|
| 397 |
+
],
|
| 398 |
+
"total_affected": 1,
|
| 399 |
+
"num_extreme_weights": 1,
|
| 400 |
+
"threshold": 0.07994189858436584,
|
| 401 |
+
"max_weight": 0.08539700508117676,
|
| 402 |
+
"total_outputs": 1,
|
| 403 |
+
"analysis_method": "structural_analysis"
|
| 404 |
+
},
|
| 405 |
+
"why": "Weight values that are orders of magnitude larger than typical can cause numerical instability, overflow attacks, or may encode hidden data. Detection uses statistical analysis rather than name-based classification to avoid security bypasses.",
|
| 406 |
+
"timestamp": 1777246569.277694,
|
| 407 |
+
"type": "onnx_check",
|
| 408 |
+
"rule_code": "S802"
|
| 409 |
+
}
|
| 410 |
+
],
|
| 411 |
+
"checks": [
|
| 412 |
+
{
|
| 413 |
+
"name": "Path Exists",
|
| 414 |
+
"status": "passed",
|
| 415 |
+
"message": "Path exists",
|
| 416 |
+
"location": "/opt/sas/model-gli-text/models/class-base/README.md",
|
| 417 |
+
"details": {
|
| 418 |
+
"path": "/opt/sas/model-gli-text/models/class-base/README.md"
|
| 419 |
+
},
|
| 420 |
+
"timestamp": 1777246145.7504194
|
| 421 |
+
},
|
| 422 |
+
{
|
| 423 |
+
"name": "Path Readable",
|
| 424 |
+
"status": "passed",
|
| 425 |
+
"message": "Path is readable",
|
| 426 |
+
"location": "/opt/sas/model-gli-text/models/class-base/README.md",
|
| 427 |
+
"details": {
|
| 428 |
+
"path": "/opt/sas/model-gli-text/models/class-base/README.md"
|
| 429 |
+
},
|
| 430 |
+
"timestamp": 1777246145.7504556
|
| 431 |
+
},
|
| 432 |
+
{
|
| 433 |
+
"name": "File Type Validation",
|
| 434 |
+
"status": "passed",
|
| 435 |
+
"message": "File type validation passed",
|
| 436 |
+
"location": "/opt/sas/model-gli-text/models/class-base/README.md",
|
| 437 |
+
"details": {},
|
| 438 |
+
"timestamp": 1777246145.7504857
|
| 439 |
+
},
|
| 440 |
+
{
|
| 441 |
+
"name": "Path Exists",
|
| 442 |
+
"status": "passed",
|
| 443 |
+
"message": "Path exists",
|
| 444 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 445 |
+
"details": {
|
| 446 |
+
"path": "/opt/sas/model-gli-text/models/class-base/model.onnx"
|
| 447 |
+
},
|
| 448 |
+
"timestamp": 1777246145.7792284
|
| 449 |
+
},
|
| 450 |
+
{
|
| 451 |
+
"name": "Path Readable",
|
| 452 |
+
"status": "passed",
|
| 453 |
+
"message": "Path is readable",
|
| 454 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 455 |
+
"details": {
|
| 456 |
+
"path": "/opt/sas/model-gli-text/models/class-base/model.onnx"
|
| 457 |
+
},
|
| 458 |
+
"timestamp": 1777246145.7792575
|
| 459 |
+
},
|
| 460 |
+
{
|
| 461 |
+
"name": "File Type Validation",
|
| 462 |
+
"status": "passed",
|
| 463 |
+
"message": "File type validation passed",
|
| 464 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 465 |
+
"details": {},
|
| 466 |
+
"timestamp": 1777246145.7792835
|
| 467 |
+
},
|
| 468 |
+
{
|
| 469 |
+
"name": "File Integrity Hash",
|
| 470 |
+
"status": "passed",
|
| 471 |
+
"message": "File integrity hashes calculated",
|
| 472 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 473 |
+
"details": {
|
| 474 |
+
"md5": "2fc83f11410952695f7c8727fd06e2e1",
|
| 475 |
+
"sha256": "1395fde4ae8de8e41f51080c18a09c48c704b5a1dd34d78950b6c9a11efddd7b",
|
| 476 |
+
"sha512": "5fd060dc11e09a6c1b1ff78e4ecd5a735db57778ee2a2aa9bfae42a9b51dd8bb06ec80a2efe03eb4490d666feb554cdf0e8d71235d1df340aacf7a13037193ff",
|
| 477 |
+
"file_size": 747316021
|
| 478 |
+
},
|
| 479 |
+
"timestamp": 1777246149.5428913
|
| 480 |
+
},
|
| 481 |
+
{
|
| 482 |
+
"name": "JIT/Script Code Execution Detection",
|
| 483 |
+
"status": "passed",
|
| 484 |
+
"message": "No JIT/Script code execution risks detected",
|
| 485 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 486 |
+
"details": {},
|
| 487 |
+
"timestamp": 1777246564.1411436
|
| 488 |
+
},
|
| 489 |
+
{
|
| 490 |
+
"name": "Network Communication Detection",
|
| 491 |
+
"status": "passed",
|
| 492 |
+
"message": "No network communication patterns detected",
|
| 493 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 494 |
+
"details": {},
|
| 495 |
+
"timestamp": 1777246564.1413274
|
| 496 |
+
},
|
| 497 |
+
{
|
| 498 |
+
"name": "Custom Operator Domain Check",
|
| 499 |
+
"status": "passed",
|
| 500 |
+
"message": "All operators use standard ONNX domains",
|
| 501 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 502 |
+
"details": {
|
| 503 |
+
"safe_nodes": 5006
|
| 504 |
+
},
|
| 505 |
+
"timestamp": 1777246564.1654427
|
| 506 |
+
},
|
| 507 |
+
{
|
| 508 |
+
"name": "Python Operator Detection",
|
| 509 |
+
"status": "passed",
|
| 510 |
+
"message": "No Python operators detected",
|
| 511 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 512 |
+
"details": {
|
| 513 |
+
"nodes_checked": 5006
|
| 514 |
+
},
|
| 515 |
+
"timestamp": 1777246564.165477
|
| 516 |
+
},
|
| 517 |
+
{
|
| 518 |
+
"name": "Tensor Size Validation",
|
| 519 |
+
"status": "passed",
|
| 520 |
+
"message": "Tensor Size Validation completed successfully",
|
| 521 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx (tensor: model.text_projector.linear_1.weight)",
|
| 522 |
+
"details": {
|
| 523 |
+
"component_count": 212
|
| 524 |
+
},
|
| 525 |
+
"timestamp": 1777246565.7565227
|
| 526 |
+
},
|
| 527 |
+
{
|
| 528 |
+
"name": "Weight Distribution Analysis Coverage",
|
| 529 |
+
"status": "failed",
|
| 530 |
+
"message": "Weight distribution analysis skipped one or more eligible ONNX initializers",
|
| 531 |
+
"severity": "info",
|
| 532 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 533 |
+
"details": {
|
| 534 |
+
"scan_outcome_reason": "onnx_weight_distribution_analysis_incomplete",
|
| 535 |
+
"coverage_gap": "partial_initializer_coverage",
|
| 536 |
+
"eligible_initializers": 81,
|
| 537 |
+
"analyzed_initializers": 80,
|
| 538 |
+
"external_initializers_skipped": 0,
|
| 539 |
+
"oversized_initializers_skipped": 1,
|
| 540 |
+
"extraction_failures": 0,
|
| 541 |
+
"max_array_size": 104857600
|
| 542 |
+
},
|
| 543 |
+
"rule_code": "S902",
|
| 544 |
+
"timestamp": 1777246566.0242755
|
| 545 |
+
},
|
| 546 |
+
{
|
| 547 |
+
"name": "Weight Distribution Anomaly Detection",
|
| 548 |
+
"status": "failed",
|
| 549 |
+
"message": "Weight Distribution Anomaly Detection found 22 issues",
|
| 550 |
+
"severity": "info",
|
| 551 |
+
"location": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 552 |
+
"details": {
|
| 553 |
+
"component_count": 22,
|
| 554 |
+
"findings": [
|
| 555 |
+
{
|
| 556 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 557 |
+
"neuron_index": 7,
|
| 558 |
+
"max_similarity_to_others": 0.6381392478942871,
|
| 559 |
+
"weight_norm": 5.269960403442383,
|
| 560 |
+
"total_outputs": 768,
|
| 561 |
+
"analysis_method": "structural_analysis"
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 565 |
+
"neuron_index": 48,
|
| 566 |
+
"max_similarity_to_others": 0.6809431314468384,
|
| 567 |
+
"weight_norm": 0.4544937014579773,
|
| 568 |
+
"total_outputs": 768,
|
| 569 |
+
"analysis_method": "structural_analysis"
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 573 |
+
"neuron_index": 117,
|
| 574 |
+
"max_similarity_to_others": 0.6338923573493958,
|
| 575 |
+
"weight_norm": 0.3973894417285919,
|
| 576 |
+
"total_outputs": 768,
|
| 577 |
+
"analysis_method": "structural_analysis"
|
| 578 |
+
},
|
| 579 |
+
{
|
| 580 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 581 |
+
"neuron_index": 213,
|
| 582 |
+
"max_similarity_to_others": 0.6949571967124939,
|
| 583 |
+
"weight_norm": 0.506813645362854,
|
| 584 |
+
"total_outputs": 768,
|
| 585 |
+
"analysis_method": "structural_analysis"
|
| 586 |
+
},
|
| 587 |
+
{
|
| 588 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 589 |
+
"neuron_index": 248,
|
| 590 |
+
"max_similarity_to_others": 0.6100180149078369,
|
| 591 |
+
"weight_norm": 0.463756263256073,
|
| 592 |
+
"total_outputs": 768,
|
| 593 |
+
"analysis_method": "structural_analysis"
|
| 594 |
+
},
|
| 595 |
+
{
|
| 596 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 597 |
+
"neuron_index": 266,
|
| 598 |
+
"max_similarity_to_others": 0.6396561861038208,
|
| 599 |
+
"weight_norm": 0.6704791188240051,
|
| 600 |
+
"total_outputs": 768,
|
| 601 |
+
"analysis_method": "structural_analysis"
|
| 602 |
+
},
|
| 603 |
+
{
|
| 604 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 605 |
+
"neuron_index": 272,
|
| 606 |
+
"max_similarity_to_others": 0.6659662127494812,
|
| 607 |
+
"weight_norm": 0.4908224046230316,
|
| 608 |
+
"total_outputs": 768,
|
| 609 |
+
"analysis_method": "structural_analysis"
|
| 610 |
+
},
|
| 611 |
+
{
|
| 612 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 613 |
+
"neuron_index": 296,
|
| 614 |
+
"max_similarity_to_others": 0.6932873725891113,
|
| 615 |
+
"weight_norm": 0.5208156108856201,
|
| 616 |
+
"total_outputs": 768,
|
| 617 |
+
"analysis_method": "structural_analysis"
|
| 618 |
+
},
|
| 619 |
+
{
|
| 620 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 621 |
+
"neuron_index": 329,
|
| 622 |
+
"max_similarity_to_others": 0.6774165630340576,
|
| 623 |
+
"weight_norm": 0.6914364695549011,
|
| 624 |
+
"total_outputs": 768,
|
| 625 |
+
"analysis_method": "structural_analysis"
|
| 626 |
+
},
|
| 627 |
+
{
|
| 628 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 629 |
+
"neuron_index": 344,
|
| 630 |
+
"max_similarity_to_others": 0.5927300453186035,
|
| 631 |
+
"weight_norm": 1.2662328481674194,
|
| 632 |
+
"total_outputs": 768,
|
| 633 |
+
"analysis_method": "structural_analysis"
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 637 |
+
"neuron_index": 357,
|
| 638 |
+
"max_similarity_to_others": 0.6659072637557983,
|
| 639 |
+
"weight_norm": 0.5361911058425903,
|
| 640 |
+
"total_outputs": 768,
|
| 641 |
+
"analysis_method": "structural_analysis"
|
| 642 |
+
},
|
| 643 |
+
{
|
| 644 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 645 |
+
"neuron_index": 378,
|
| 646 |
+
"max_similarity_to_others": 0.5825252532958984,
|
| 647 |
+
"weight_norm": 0.5307279229164124,
|
| 648 |
+
"total_outputs": 768,
|
| 649 |
+
"analysis_method": "structural_analysis"
|
| 650 |
+
},
|
| 651 |
+
{
|
| 652 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 653 |
+
"neuron_index": 426,
|
| 654 |
+
"max_similarity_to_others": 0.6620266437530518,
|
| 655 |
+
"weight_norm": 0.4639527499675751,
|
| 656 |
+
"total_outputs": 768,
|
| 657 |
+
"analysis_method": "structural_analysis"
|
| 658 |
+
},
|
| 659 |
+
{
|
| 660 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 661 |
+
"neuron_index": 438,
|
| 662 |
+
"max_similarity_to_others": 0.6185715198516846,
|
| 663 |
+
"weight_norm": 0.4315977692604065,
|
| 664 |
+
"total_outputs": 768,
|
| 665 |
+
"analysis_method": "structural_analysis"
|
| 666 |
+
},
|
| 667 |
+
{
|
| 668 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 669 |
+
"neuron_index": 455,
|
| 670 |
+
"max_similarity_to_others": 0.6825492978096008,
|
| 671 |
+
"weight_norm": 0.49168309569358826,
|
| 672 |
+
"total_outputs": 768,
|
| 673 |
+
"analysis_method": "structural_analysis"
|
| 674 |
+
},
|
| 675 |
+
{
|
| 676 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 677 |
+
"neuron_index": 481,
|
| 678 |
+
"max_similarity_to_others": 0.6377342939376831,
|
| 679 |
+
"weight_norm": 0.5780144929885864,
|
| 680 |
+
"total_outputs": 768,
|
| 681 |
+
"analysis_method": "structural_analysis"
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 685 |
+
"neuron_index": 487,
|
| 686 |
+
"max_similarity_to_others": 0.6877197027206421,
|
| 687 |
+
"weight_norm": 0.4727543592453003,
|
| 688 |
+
"total_outputs": 768,
|
| 689 |
+
"analysis_method": "structural_analysis"
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 693 |
+
"neuron_index": 544,
|
| 694 |
+
"max_similarity_to_others": 0.6736364960670471,
|
| 695 |
+
"weight_norm": 0.5731831789016724,
|
| 696 |
+
"total_outputs": 768,
|
| 697 |
+
"analysis_method": "structural_analysis"
|
| 698 |
+
},
|
| 699 |
+
{
|
| 700 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 701 |
+
"neuron_index": 719,
|
| 702 |
+
"max_similarity_to_others": 0.6995067596435547,
|
| 703 |
+
"weight_norm": 0.7687365412712097,
|
| 704 |
+
"total_outputs": 768,
|
| 705 |
+
"analysis_method": "structural_analysis"
|
| 706 |
+
},
|
| 707 |
+
{
|
| 708 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 709 |
+
"neuron_index": 729,
|
| 710 |
+
"max_similarity_to_others": 0.6775385141372681,
|
| 711 |
+
"weight_norm": 0.671414852142334,
|
| 712 |
+
"total_outputs": 768,
|
| 713 |
+
"analysis_method": "structural_analysis"
|
| 714 |
+
},
|
| 715 |
+
{
|
| 716 |
+
"layer": "model.encoder_model.encoder.rel_embeddings.weight",
|
| 717 |
+
"neuron_index": 739,
|
| 718 |
+
"max_similarity_to_others": 0.6622445583343506,
|
| 719 |
+
"weight_norm": 0.7887903451919556,
|
| 720 |
+
"total_outputs": 768,
|
| 721 |
+
"analysis_method": "structural_analysis"
|
| 722 |
+
},
|
| 723 |
+
{
|
| 724 |
+
"layer": "onnx::MatMul_7564",
|
| 725 |
+
"affected_neurons": [
|
| 726 |
+
0
|
| 727 |
+
],
|
| 728 |
+
"total_affected": 1,
|
| 729 |
+
"num_extreme_weights": 1,
|
| 730 |
+
"threshold": 0.07994189858436584,
|
| 731 |
+
"max_weight": 0.08539700508117676,
|
| 732 |
+
"total_outputs": 1,
|
| 733 |
+
"analysis_method": "structural_analysis"
|
| 734 |
+
}
|
| 735 |
+
]
|
| 736 |
+
},
|
| 737 |
+
"why": "Neurons with weight patterns completely unlike others in the same layer are uncommon in standard training. This dissimilarity (measured by cosine similarity below threshold) may indicate injected functionality or training irregularities.",
|
| 738 |
+
"timestamp": 1777246569.277689
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"name": "Path Exists",
|
| 742 |
+
"status": "passed",
|
| 743 |
+
"message": "Path exists",
|
| 744 |
+
"location": "/opt/sas/model-gli-text/models/class-base/tokenizer.json",
|
| 745 |
+
"details": {
|
| 746 |
+
"path": "/opt/sas/model-gli-text/models/class-base/tokenizer.json"
|
| 747 |
+
},
|
| 748 |
+
"timestamp": 1777246572.0872605
|
| 749 |
+
},
|
| 750 |
+
{
|
| 751 |
+
"name": "Path Readable",
|
| 752 |
+
"status": "passed",
|
| 753 |
+
"message": "Path is readable",
|
| 754 |
+
"location": "/opt/sas/model-gli-text/models/class-base/tokenizer.json",
|
| 755 |
+
"details": {
|
| 756 |
+
"path": "/opt/sas/model-gli-text/models/class-base/tokenizer.json"
|
| 757 |
+
},
|
| 758 |
+
"timestamp": 1777246572.0872974
|
| 759 |
+
},
|
| 760 |
+
{
|
| 761 |
+
"name": "File Type Validation",
|
| 762 |
+
"status": "passed",
|
| 763 |
+
"message": "File type validation passed",
|
| 764 |
+
"location": "/opt/sas/model-gli-text/models/class-base/tokenizer.json",
|
| 765 |
+
"details": {},
|
| 766 |
+
"timestamp": 1777246572.0873308
|
| 767 |
+
},
|
| 768 |
+
{
|
| 769 |
+
"name": "Template Extraction",
|
| 770 |
+
"status": "passed",
|
| 771 |
+
"message": "No Jinja2 templates found in file",
|
| 772 |
+
"location": "/opt/sas/model-gli-text/models/class-base/tokenizer.json",
|
| 773 |
+
"details": {
|
| 774 |
+
"file_type": "tokenizer_config"
|
| 775 |
+
},
|
| 776 |
+
"timestamp": 1777246572.4952347
|
| 777 |
+
}
|
| 778 |
+
],
|
| 779 |
+
"files_scanned": 4,
|
| 780 |
+
"assets": [
|
| 781 |
+
{
|
| 782 |
+
"path": "/opt/sas/model-gli-text/models/class-base/LICENSE",
|
| 783 |
+
"type": "unknown"
|
| 784 |
+
},
|
| 785 |
+
{
|
| 786 |
+
"path": "/opt/sas/model-gli-text/models/class-base/README.md",
|
| 787 |
+
"type": "metadata",
|
| 788 |
+
"size": 1512
|
| 789 |
+
},
|
| 790 |
+
{
|
| 791 |
+
"path": "/opt/sas/model-gli-text/models/class-base/model.onnx",
|
| 792 |
+
"type": "onnx",
|
| 793 |
+
"size": 747316021
|
| 794 |
+
},
|
| 795 |
+
{
|
| 796 |
+
"path": "/opt/sas/model-gli-text/models/class-base/tokenizer.json",
|
| 797 |
+
"type": "jinja2_template",
|
| 798 |
+
"size": 8649499
|
| 799 |
+
}
|
| 800 |
+
],
|
| 801 |
+
"has_errors": false,
|
| 802 |
+
"scanner_names": [
|
| 803 |
+
"metadata",
|
| 804 |
+
"onnx",
|
| 805 |
+
"jinja2_template"
|
| 806 |
+
],
|
| 807 |
+
"file_metadata": {
|
| 808 |
+
"/opt/sas/model-gli-text/models/class-base/LICENSE": {
|
| 809 |
+
"license_info": [
|
| 810 |
+
{
|
| 811 |
+
"spdx_id": "Apache-2.0",
|
| 812 |
+
"name": "Apache License 2.0",
|
| 813 |
+
"confidence": 0.8,
|
| 814 |
+
"source": "file_header",
|
| 815 |
+
"commercial_allowed": true
|
| 816 |
+
}
|
| 817 |
+
],
|
| 818 |
+
"copyright_notices": [],
|
| 819 |
+
"license_files_nearby": [
|
| 820 |
+
"/opt/sas/model-gli-text/models/class-base/LICENSE"
|
| 821 |
+
],
|
| 822 |
+
"is_dataset": false,
|
| 823 |
+
"is_model": false,
|
| 824 |
+
"risk_score": 0.0,
|
| 825 |
+
"scan_timestamp": 1777246145.7461073,
|
| 826 |
+
"content_hash": "cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30"
|
| 827 |
+
},
|
| 828 |
+
"/opt/sas/model-gli-text/models/class-base/README.md": {
|
| 829 |
+
"file_size": 1512,
|
| 830 |
+
"license_info": [
|
| 831 |
+
{
|
| 832 |
+
"spdx_id": "Apache-2.0",
|
| 833 |
+
"name": "Apache License 2.0",
|
| 834 |
+
"confidence": 0.8,
|
| 835 |
+
"source": "file_header",
|
| 836 |
+
"commercial_allowed": true
|
| 837 |
+
}
|
| 838 |
+
],
|
| 839 |
+
"copyright_notices": [],
|
| 840 |
+
"license_files_nearby": [
|
| 841 |
+
"/opt/sas/model-gli-text/models/class-base/LICENSE"
|
| 842 |
+
],
|
| 843 |
+
"is_dataset": false,
|
| 844 |
+
"is_model": false,
|
| 845 |
+
"risk_score": 0.0,
|
| 846 |
+
"scan_timestamp": 1777246145.7555075,
|
| 847 |
+
"content_hash": "e50235d2d54088d2654ca2c297a5f2d245d95542a71ca1ad825bfed99aa3ed82"
|
| 848 |
+
},
|
| 849 |
+
"/opt/sas/model-gli-text/models/class-base/model.onnx": {
|
| 850 |
+
"file_size": 747316021,
|
| 851 |
+
"file_hashes": {
|
| 852 |
+
"md5": "2fc83f11410952695f7c8727fd06e2e1",
|
| 853 |
+
"sha256": "1395fde4ae8de8e41f51080c18a09c48c704b5a1dd34d78950b6c9a11efddd7b",
|
| 854 |
+
"sha512": "5fd060dc11e09a6c1b1ff78e4ecd5a735db57778ee2a2aa9bfae42a9b51dd8bb06ec80a2efe03eb4490d666feb554cdf0e8d71235d1df340aacf7a13037193ff"
|
| 855 |
+
},
|
| 856 |
+
"license_info": [],
|
| 857 |
+
"copyright_notices": [],
|
| 858 |
+
"license_files_nearby": [
|
| 859 |
+
"/opt/sas/model-gli-text/models/class-base/LICENSE"
|
| 860 |
+
],
|
| 861 |
+
"is_dataset": false,
|
| 862 |
+
"is_model": true,
|
| 863 |
+
"risk_score": 0.0,
|
| 864 |
+
"scan_timestamp": 1777246569.9801016,
|
| 865 |
+
"ir_version": 7,
|
| 866 |
+
"producer_name": "pytorch",
|
| 867 |
+
"node_count": 5006,
|
| 868 |
+
"scan_outcome": "inconclusive",
|
| 869 |
+
"scan_outcome_reasons": [
|
| 870 |
+
"onnx_weight_distribution_analysis_incomplete"
|
| 871 |
+
],
|
| 872 |
+
"layers_analyzed": 80,
|
| 873 |
+
"anomalies_found": 22,
|
| 874 |
+
"content_hash": "1395fde4ae8de8e41f51080c18a09c48c704b5a1dd34d78950b6c9a11efddd7b"
|
| 875 |
+
},
|
| 876 |
+
"/opt/sas/model-gli-text/models/class-base/tokenizer.json": {
|
| 877 |
+
"file_size": 8649499,
|
| 878 |
+
"ml_context": {
|
| 879 |
+
"frameworks": {},
|
| 880 |
+
"overall_confidence": 0.0,
|
| 881 |
+
"is_ml_content": false,
|
| 882 |
+
"detected_patterns": [],
|
| 883 |
+
"optimization_hints": [],
|
| 884 |
+
"file_type": "tokenizer_config",
|
| 885 |
+
"is_tokenizer": true,
|
| 886 |
+
"confidence": 2
|
| 887 |
+
},
|
| 888 |
+
"license_info": [],
|
| 889 |
+
"copyright_notices": [],
|
| 890 |
+
"license_files_nearby": [
|
| 891 |
+
"/opt/sas/model-gli-text/models/class-base/LICENSE"
|
| 892 |
+
],
|
| 893 |
+
"is_dataset": true,
|
| 894 |
+
"is_model": false,
|
| 895 |
+
"risk_score": 0.0,
|
| 896 |
+
"scan_timestamp": 1777246572.499578,
|
| 897 |
+
"content_hash": "9db2e87fbab9819100edd8d6dc7a54f82167045d04bfb752039dae4efb9cd85c"
|
| 898 |
+
}
|
| 899 |
+
},
|
| 900 |
+
"content_hash": "57c5188ef1f8e400b71cbd01b578163bf0498727ecd7247bb26f372ad06e9a4b",
|
| 901 |
+
"start_time": 1777246144.7577603,
|
| 902 |
+
"duration": 427.7496910095215,
|
| 903 |
+
"total_checks": 16,
|
| 904 |
+
"passed_checks": 16,
|
| 905 |
+
"failed_checks": 0,
|
| 906 |
+
"success": false
|
| 907 |
+
}
|
| 908 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|