narteybrown commited on
Commit
4bbe2a5
·
verified ·
1 Parent(s): 2750002

Upload model_metadata_v9.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. model_metadata_v9.json +59 -0
model_metadata_v9.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "v9",
3
+ "sprint": "A7",
4
+ "trained_at": "2026-03-28T02:19:20.021349Z",
5
+ "domains": {
6
+ "cmapss": {
7
+ "rul_source": "supervised",
8
+ "rul_max_cycles": 125,
9
+ "onnx": "tft_weights_v9_cmapss.onnx"
10
+ },
11
+ "scania": {
12
+ "rul_source": "supervised",
13
+ "rul_max_cycles": "per_unit_lifetime",
14
+ "onnx": "tft_weights_v9_scania.onnx"
15
+ },
16
+ "nist": {
17
+ "rul_source": "synthetic_estimated",
18
+ "rul_max_cycles": 125,
19
+ "nist_rul_source": "synthetic_estimated",
20
+ "onnx": "tft_weights_v9_nist.onnx",
21
+ "synthetic_params": {
22
+ "seed": 42,
23
+ "onset": 40,
24
+ "fault_mag": 0.6,
25
+ "noise": 0.01,
26
+ "affected_idx": [
27
+ 0,
28
+ 1,
29
+ 2
30
+ ]
31
+ }
32
+ }
33
+ },
34
+ "training": {
35
+ "phase1_epochs": 15,
36
+ "phase2_epochs": 30,
37
+ "ig_beta": 0.1,
38
+ "window": 30,
39
+ "n_sensors": 14
40
+ },
41
+ "validation": {
42
+ "nist_rmse": 13.009,
43
+ "nist_r2": 0.9,
44
+ "nist_auc": 0.982,
45
+ "nist_rho": 0.0,
46
+ "vsn_validated": false,
47
+ "nist_vsn_shap_rho": 0.587,
48
+ "vsn_rho_method": "shap_gradient"
49
+ },
50
+ "vsn_uniform_threshold": 0.02,
51
+ "nist_degradation_defaults": {
52
+ "nist_degradation_mode": "gradual_wear",
53
+ "nist_onset_cycle": 40,
54
+ "nist_fault_magnitude": 0.6,
55
+ "nist_noise_scale": 0.01,
56
+ "nist_seed": 42,
57
+ "nist_rul_max_cycles": 125
58
+ }
59
+ }