tarekfer8's picture
Upload folder using huggingface_hub
bf8df4f verified
Raw
History Blame Contribute Delete
1.61 kB
{
"hyperparams": {
"num_epochs": 100,
"learning_rate": 0.001,
"optimizer": "Adam",
"criterion": "BCEWithLogitsLoss",
"batch_size": 256,
"model_class": "MLP",
"device": "cpu",
"patience": 10,
"timestamp": "2026-05-06T17:10:43.856556"
},
"train_loss_history": [
0.0004599855171256127,
0.00045771308285640885,
0.00043146882910134363,
0.00041833472145864036,
0.0004203834694849644,
0.00048426855309719347,
0.0004287367488046446,
0.0004700715356428375,
0.0004449703477247226,
0.00044668653924190017,
0.00043261492380562456,
0.0004373811507588496,
0.0004536613817478649,
0.00042383281075259713,
0.0004787095224431127,
0.0004985402246392741,
0.0004614997674917094
],
"val_loss_history": [
0.0005189708562297934,
0.00048115413740280503,
0.0004338767682615043,
0.0004393472338247853,
0.0013117286266074904,
0.00044515665672099474,
0.00038361131973489574,
0.00043517148907869707,
0.00043141830433782044,
0.0004436611291153315,
0.0003981144955664072,
0.0004045426118480119,
0.0005876692493370775,
0.00043325757337766484,
0.0004037350931641198,
0.00038941616123453984,
0.0004232367422919114
],
"final_metrics": {
"train": {
"accuracy": 0.9998928647109749,
"precision": 0.9994610617084344,
"recall": 0.9651314077543586,
"f1": 0.9819962933545142
},
"val": {
"accuracy": 0.9998739585827903,
"precision": 1.0,
"recall": 0.9583333333333334,
"f1": 0.9787234042553191
}
}
}