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
344 B
JSON
16 lines
344 B
JSON
{
|
|
"best_epoch": 15,
|
|
"best_val_loss": 4.5852992613338595,
|
|
"config": {
|
|
"batch_size": 64,
|
|
"d_model": 225,
|
|
"dropout": 0.1,
|
|
"learning_rate": 0.0001,
|
|
"n_layers": 6,
|
|
"seq_len": 60,
|
|
"state_size": 16
|
|
},
|
|
"final_perplexity": 98.03252009550582,
|
|
"total_epochs": 20,
|
|
"training_duration_hours": 0.021275366113611114
|
|
} |