| { |
| "_class_name": "MotionGPT3Pipeline", |
| "_library_name": "motius", |
| "model_type": "motiongpt3", |
| "format": "motius-motiongpt3-artifact-v1", |
| "bundle_class": "motius.models.motiongpt3.MotionGPT3Bundle", |
| "pipeline_class": "motius.pipelines.motiongpt3.MotionGPT3Pipeline", |
| "api": { |
| "loader": "motius.Pipeline.from_pretrained", |
| "task_methods": [ |
| "infer_text_to_motion", |
| "infer_motion_to_text" |
| ] |
| }, |
| "format_version": 1, |
| "tasks": [ |
| "text_to_motion", |
| "motion_to_text" |
| ], |
| "required_files": [ |
| "assets/meta/mean.npy", |
| "assets/meta/std.npy", |
| "configs/MoT_vae_stage1_t2m.yaml", |
| "configs/MoT_vae_stage2_all.yaml", |
| "configs/MoT_vae_stage2_instruct.yaml", |
| "configs/MoT_vae_stage3.yaml", |
| "configs/assets.yaml", |
| "configs/default.yaml", |
| "configs/evaluator/tm2t.yaml", |
| "configs/evaluator/tm2tv2.yaml", |
| "configs/evaluator/tmr.yaml", |
| "configs/lm/diffloss.yaml", |
| "configs/lm/gpt2.yaml", |
| "configs/lm/mot_gpt2.yaml", |
| "configs/lm/mot_vae_gpt2.yaml", |
| "configs/lm/mot_vae_l2_gpt2.yaml", |
| "configs/render.yaml", |
| "configs/test.yaml", |
| "configs/vae/mldvae.yaml", |
| "configs/vae/vqvae.yaml", |
| "configs/webui.yaml", |
| "deps/mot-gpt2/config.json", |
| "deps/mot-gpt2/generation_config.json", |
| "deps/mot-gpt2/model_state_dict.pth", |
| "deps/mot-gpt2/tokenizer.json", |
| "deps/mot-gpt2/tokenizer_config.json", |
| "deps/mot-gpt2/vocab.json", |
| "motiongpt3.ckpt" |
| ] |
| } |
|
|