| { | |
| "name": "fusion-embedding-2-tremor", | |
| "version": "v0.1-preview", | |
| "base_model": "Qwen/Qwen3-VL-Embedding-2B", | |
| "unimts_repo": "xiyuanz/UniMTS", | |
| "unimts_file": "checkpoint/UniMTS.pth", | |
| "in_dim": 512, | |
| "out_dim": 2048, | |
| "joint": 5, | |
| "n_joints": 22, | |
| "sample_rate_hz": 20, | |
| "window_samples": 200, | |
| "proj_arch": "LayerNorm(512) -> Linear(512,1024) -> GELU -> Dropout(0.3) -> Linear(1024,2048)", | |
| "license": "cc-by-nc-4.0", | |
| "arch": "ln" | |
| } |