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>
16 lines
328 B
JSON
16 lines
328 B
JSON
{
|
|
"best_epoch": 0,
|
|
"best_val_loss": 33876572.82475493,
|
|
"config": {
|
|
"batch_size": 4,
|
|
"d_model": 225,
|
|
"dropout": 0.1,
|
|
"learning_rate": 0.00005,
|
|
"n_layers": 6,
|
|
"seq_len": 60,
|
|
"state_size": 16
|
|
},
|
|
"final_perplexity": null,
|
|
"total_epochs": 2,
|
|
"training_duration_hours": 0.020222378110833335
|
|
} |