This commit is contained in:
MZ YANG
2026-01-26 18:36:16 +08:00
parent cb610281ce
commit f8edee9510
4 changed files with 1603 additions and 1597 deletions

View File

@@ -32,6 +32,9 @@
"model_ff_mult": 2,
"model_pos_dim": 64,
"model_use_pos_embed": true,
"model_use_feature_graph": true,
"feature_graph_scale": 0.1,
"feature_graph_dropout": 0.0,
"disc_mask_scale": 0.9,
"shuffle_buffer": 256,
"cont_loss_weighting": "inv_std",
@@ -46,6 +49,9 @@
0.75,
0.95
],
"quantile_loss_warmup_steps": 200,
"quantile_loss_clip": 6.0,
"quantile_loss_huber_delta": 1.0,
"sample_batch_size": 8,
"sample_seq_len": 128
}