NagaYu/sludge-small
0115
1{2 "preset": "tiny",3 "epochs": 8,4 "lr": 0.0003,5 "batch_size": 32,6 "realism": "tier1",7 "best_dev_micro_f1": 0.948459230979002,8 "parameters": 947319,9 "dev_templates": [10 "subscription_signup",11 "privacy_settings"12 ],13 "train_records": 14792,14 "dev_records": 3208,15 "val_records": 1800,16 "selection": "checkpoint and thresholds chosen on dev (held-out train templates); the test and hard splits were never used for selection",17 "device": "mps",18 "seed": 0,19 "validation_note": "val shares templates with train, so it saturates and is reported only as a sanity check; selection and threshold tuning use dev, which is two train templates held out entirely",20 "node_weight": 2.0,21 "pair_weight": 0.5,22 "permute_p": 0.7,23 "dropout": 0.124}