chore(scroll): train initial scroll model from scroll_traces.jsonl

This commit is contained in:
2026-05-12 00:17:12 +08:00
parent 8003ae657a
commit 99f7ae29cb
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"seq_len": 32,
"latent_dim": 16,
"hidden": 64,
"cond_dim": 7,
"epochs": 100,
"batch_size": 32,
"lr": 0.0005,
"beta_max": 0.3,
"beta_anneal_epochs": 15,
"w_delta": 1.0,
"w_logdt": 1.5
}