VictorButoi commited on
Commit
e891252
·
verified ·
1 Parent(s): 4f3f27a

Publish OVID FleXray base model and browser export

Browse files

Exported 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 CHANGED
@@ -4,7 +4,7 @@
4
  "README.md": "59f705f7ab0923400d9b89bbfb91527e61e39883ab31655e44d6be017e3a00ef",
5
  "config.yml": "ad2117f2f419aaeaa14d567cb92344293ab7533b2f5feaaf7a21b27844fdb955",
6
  "label_schema.json": "c8fa61b6585fc4043e2c51ba1f53271f9313cdae8d812479449b8a2a0ba12d7a",
7
- "model.safetensors": "fe8797a5a6bf84c18307cddd92c11b02b4da3c5d08cc463a4706ed9b56d4ec4e",
8
- "preprocessing.json": "b87219287905314fa51b71e75e81ce1c3f1951bb15e85b8238b352cf74b49588"
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:fe8797a5a6bf84c18307cddd92c11b02b4da3c5d08cc463a4706ed9b56d4ec4e
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:45598920c1e8f5cbbf10f35f7b16da13171c6592aa5eac1a2fa7872fae088710
3
- size 143410603
 
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
- "scheme": "standardize"
 
 
 
 
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",