diff --git a/data/scroll_models/scroll_config.json b/data/scroll_models/scroll_config.json new file mode 100644 index 0000000..9275938 --- /dev/null +++ b/data/scroll_models/scroll_config.json @@ -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 +} \ No newline at end of file diff --git a/data/scroll_models/scroll_model.pt b/data/scroll_models/scroll_model.pt new file mode 100644 index 0000000..90788c3 Binary files /dev/null and b/data/scroll_models/scroll_model.pt differ