narteybrown commited on
Commit
0ed2e42
·
verified ·
1 Parent(s): c43d2ff

Upload scania_metadata.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. scania_metadata.json +38 -0
scania_metadata.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_name": "TwinnableTFT",
3
+ "version": "1.1.0-scania",
4
+ "dataset": "SCANIA Component X",
5
+ "trained_at": "2026-03-26T09:30:57.032557",
6
+ "input_shape": [
7
+ 30,
8
+ 14
9
+ ],
10
+ "kept_features": [
11
+ "f100",
12
+ "f158",
13
+ "f167",
14
+ "f171",
15
+ "f272",
16
+ "f291",
17
+ "f309",
18
+ "f370",
19
+ "f397",
20
+ "f427",
21
+ "f459",
22
+ "f666",
23
+ "f835",
24
+ "f837"
25
+ ],
26
+ "feature_aggregation": "histogram_weighted_mean",
27
+ "window_size": 30,
28
+ "rul_cap": 125,
29
+ "anomaly_threshold": 30,
30
+ "n_conditions": 6,
31
+ "val_rmse": 9.7013,
32
+ "val_mae": 7.3959,
33
+ "val_r2": 0.7291,
34
+ "onnx_path": "tft_scania_v1.onnx",
35
+ "pt_checkpoint_path": "tft_scania_best.pt",
36
+ "condition_scaler_path": "scania_condition_scalers.pkl",
37
+ "is_mock": false
38
+ }