Views
No views yet
AlexWortega/physics-scenarios-packed (24 trained scenario types, interleaved)| set | @15f |
|---|---|
| trained (all 30 scenes) | 5.548% |
| held-out (all) | 6.753% |
| trained, fittable (<=12 obj) | 1.649% |
| held-out, fittable | 2.524% |
NOTE: this model uses max_seq_len=1024 vs the baseline's 8192. Scenes with~12 objects cannot fit a full frame in the generation budget, so the fittable rows are the fair comparison. The model generates well-formed physics frames (Frame N: obj_i: pos/vel) and is ~3-5x less precise than the larger 8192-ctx LFM2 baseline.
model.py (+ optim/) defines MoEModel; config.json has the trained
hyperparameters; tokenizer.json is the tiny-BPE; train.log/eval.log/
VERIFY.md/EVAL_RESULTS.json are the full run record.