Publish OVID FleXray base model and browser export
Browse filesExported from OmniAX run 20260810_213100-XR3W-d04adcedc2d7ca62254ff9073513c2ba last.pt (epoch 1999). Includes percentile-normalized native safetensors and the parity-gated fp16 ONNX graph used by the FleXray website demo.
- checksums.json +2 -2
- model.safetensors +1 -1
- onnx/flexray-base-256-fp16.onnx +2 -2
- preprocessing.json +5 -1
checksums.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
"README.md": "59f705f7ab0923400d9b89bbfb91527e61e39883ab31655e44d6be017e3a00ef",
|
| 5 |
"config.yml": "ad2117f2f419aaeaa14d567cb92344293ab7533b2f5feaaf7a21b27844fdb955",
|
| 6 |
"label_schema.json": "c8fa61b6585fc4043e2c51ba1f53271f9313cdae8d812479449b8a2a0ba12d7a",
|
| 7 |
-
"model.safetensors": "
|
| 8 |
-
"preprocessing.json": "
|
| 9 |
}
|
| 10 |
}
|
|
|
|
| 4 |
"README.md": "59f705f7ab0923400d9b89bbfb91527e61e39883ab31655e44d6be017e3a00ef",
|
| 5 |
"config.yml": "ad2117f2f419aaeaa14d567cb92344293ab7533b2f5feaaf7a21b27844fdb955",
|
| 6 |
"label_schema.json": "c8fa61b6585fc4043e2c51ba1f53271f9313cdae8d812479449b8a2a0ba12d7a",
|
| 7 |
+
"model.safetensors": "b42e526f7cbb0eeaa2111a4dfcd5b9b29869d6fff9879fb60f479c3c8216f8ca",
|
| 8 |
+
"preprocessing.json": "5994ede07dc359e7fd62215ed1e97b811360fccacb6327bd91b6def439926155"
|
| 9 |
}
|
| 10 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 286545060
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b42e526f7cbb0eeaa2111a4dfcd5b9b29869d6fff9879fb60f479c3c8216f8ca
|
| 3 |
size 286545060
|
onnx/flexray-base-256-fp16.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:610f93af1f5e66933ad9d8dfdb6de0b1ce3bf8d5898b6eaab635e88d99bbf9a2
|
| 3 |
+
size 143632544
|
preprocessing.json
CHANGED
|
@@ -7,7 +7,11 @@
|
|
| 7 |
"mean": null,
|
| 8 |
"normalization": {
|
| 9 |
"eps": 1e-08,
|
| 10 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
},
|
| 12 |
"pad_to_square": true,
|
| 13 |
"probability_mode": "multilabel",
|
|
|
|
| 7 |
"mean": null,
|
| 8 |
"normalization": {
|
| 9 |
"eps": 1e-08,
|
| 10 |
+
"percentiles": [
|
| 11 |
+
0.5,
|
| 12 |
+
99.5
|
| 13 |
+
],
|
| 14 |
+
"scheme": "percentile_minmax"
|
| 15 |
},
|
| 16 |
"pad_to_square": true,
|
| 17 |
"probability_mode": "multilabel",
|