Upload config.json with huggingface_hub
Browse files- config.json +7 -0
config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"temporal_weights": "best_temporal.pt",
|
| 3 |
+
"normalization": "normalization.json",
|
| 4 |
+
"load_spec_weights": "hf://FatigueSense/temporal_model/best_temporal.pt",
|
| 5 |
+
"load_spec_norm": "hf://FatigueSense/temporal_model/normalization.json",
|
| 6 |
+
"uploaded_at": "2026-05-25T07:21:30.988239+00:00"
|
| 7 |
+
}
|