{ "encoder": "m-a-p/MERT-v1-95M", "encoder_hidden": 768, "unet_channels": [ 256, 512, 512 ], "conformer_layers": 4, "conformer_heads": 8, "conformer_ff_dim": 2048, "conformer_conv_kernel": 31, "num_pitches": 88, "dropout": 0.1, "sample_rate": 24000, "hop_length": 480, "segment_length": 10.0, "epochs": 20, "batch_size": 8, "accumulate_grad": 2, "lr": 0.001, "encoder_lr": 1e-05, "weight_decay": 0.01, "warmup_epochs": 2, "patience": 5, "fp16": true, "num_workers": 4, "seed": 42, "w_onset": 1.0, "w_pitch": 1.0, "w_frame": 0.5, "focal_alpha": 0.85, "focal_gamma": 2.0, "onset_threshold": 0.45, "frame_threshold": 0.25, "onset_tolerance_ms": 50, "pitch_tolerance_cents": 50, "data_dir": "./data", "output_dir": "outputs", "checkpoint": "outputs/best.pt", "eval_only": true, "per_dataset": true, "datasets": null, "augment": false, "device": null }