Files
foxhunt/crates/ml/trained_models/test_tft/tft_epoch_0.json
jgrusewski 9c3d741a08 refactor: restructure repo — crates/, bin/, testing/ layout
Move 17 library crates into crates/, CLI binary into bin/fxt,
consolidate 10 test crates into testing/, split config crate
from deployment config files.

Root directory reduced from 38+ to ~17 directories.
All Cargo.toml paths and build.rs proto refs updated.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 11:56:00 +01:00

24 lines
553 B
JSON

{
"checkpoint_id": "ca6565e2-7179-4c14-b762-1de47472bccf",
"model_type": "TFT",
"model_name": "TFT",
"version": "epoch_0",
"created_at": "2025-10-14T15:43:01.674648176Z",
"epoch": 0,
"step": null,
"loss": 0.09735506027936935,
"accuracy": null,
"hyperparameters": {},
"metrics": {
"train_loss": 0.09735506027936935,
"val_loss": 0.09726642884991386
},
"architecture": {},
"format": "Binary",
"compression": "None",
"file_size": 0,
"compressed_size": null,
"checksum": "",
"tags": [],
"custom_metadata": {}
}