CoolFace
Modelpublic

NagaYu/sludge-small

sourceHugging Faceapache-2.0updated 7d agoView on Hugging Face
0likes114downloads
training.json24 linesDownload Raw Back to root
1{2  "preset": "small",3  "epochs": 8,4  "lr": 0.0003,5  "batch_size": 32,6  "realism": "tier1",7  "best_dev_micro_f1": 0.9680415187107347,8  "parameters": 12011719,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}