Views
No views yet
and-v4-val), deterministic evaluation reported:| Checkpoint | ADE | FDE | L2 First 4 | DTW | DTW % path | Miss @20% |
|---|---|---|---|---|---|---|
checkpoint-best-ade, training step 1400 | 16.093 | 7.573 | 23.437 | 14.750 | 9.3 | 21.7 |
1import torch
2from transformers import AutoProcessor, Qwen3VLForConditionalGeneration
3
4model_id = "wjdghks950/promac-aria-stage1b-cot-trajectory"
5processor = AutoProcessor.from_pretrained(model_id, fix_mistral_regex=True)
6model = Qwen3VLForConditionalGeneration.from_pretrained(
7 model_id,
8 torch_dtype=torch.bfloat16,
9 device_map="auto",
10)answer_only assistant format used during training. Evaluation used greedy generation with up to 512 new tokens.generate() path. It intentionally excludes the ProMAC future-state predictor, auxiliary reasoning decoder, SIGReg module, optimizer/scheduler state, raw .pt checkpoint, training logs, and datasets. It is not a resumable ProMAC training checkpoint.Qwen/Qwen3-VL-4B-Instruct revision ebb281ec70b05090aa6165b016eac8ec08e71b17. See provenance.json and SHA256SUMS for exact lineage and integrity information.license: other. Access to these weights does not grant rights to the Aria training or evaluation data. Users are responsible for complying with Project Aria and all applicable source-data terms.