Upload model_metadata.json with huggingface_hub
Browse files- model_metadata.json +58 -0
model_metadata.json
ADDED
|
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_name": "TwinnableTFT",
|
| 3 |
+
"version": "1.0.0",
|
| 4 |
+
"trained_at": "2026-03-25T08:04:47.540328",
|
| 5 |
+
"input_shape": [
|
| 6 |
+
30,
|
| 7 |
+
14
|
| 8 |
+
],
|
| 9 |
+
"kept_sensors": [
|
| 10 |
+
"s2",
|
| 11 |
+
"s3",
|
| 12 |
+
"s4",
|
| 13 |
+
"s7",
|
| 14 |
+
"s8",
|
| 15 |
+
"s9",
|
| 16 |
+
"s11",
|
| 17 |
+
"s12",
|
| 18 |
+
"s13",
|
| 19 |
+
"s14",
|
| 20 |
+
"s15",
|
| 21 |
+
"s17",
|
| 22 |
+
"s20",
|
| 23 |
+
"s21"
|
| 24 |
+
],
|
| 25 |
+
"dropped_sensors": [
|
| 26 |
+
"s1",
|
| 27 |
+
"s5",
|
| 28 |
+
"s6",
|
| 29 |
+
"s10",
|
| 30 |
+
"s16",
|
| 31 |
+
"s18",
|
| 32 |
+
"s19"
|
| 33 |
+
],
|
| 34 |
+
"window_size": 30,
|
| 35 |
+
"rul_cap": 125,
|
| 36 |
+
"anomaly_threshold_cycles": 30,
|
| 37 |
+
"train_datasets": [
|
| 38 |
+
"FD001",
|
| 39 |
+
"FD002",
|
| 40 |
+
"FD003",
|
| 41 |
+
"FD004"
|
| 42 |
+
],
|
| 43 |
+
"val_datasets": [
|
| 44 |
+
"FD001_test",
|
| 45 |
+
"FD002_test",
|
| 46 |
+
"FD003_test",
|
| 47 |
+
"FD004_test"
|
| 48 |
+
],
|
| 49 |
+
"val_rmse": 37.6905,
|
| 50 |
+
"val_mae": 27.0402,
|
| 51 |
+
"val_r2": 0.1788,
|
| 52 |
+
"scaler_path": "sensor_scaler.pkl",
|
| 53 |
+
"condition_scaler_path": "condition_scalers.pkl",
|
| 54 |
+
"pt_checkpoint_path": "tft_best_v6.pt",
|
| 55 |
+
"training_approach": "condition_aware_per_cluster_normalisation",
|
| 56 |
+
"n_conditions": 6,
|
| 57 |
+
"onnx_path": "tft_weights.onnx"
|
| 58 |
+
}
|