File size: 1,473 Bytes
7896e02 872697d 7896e02 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | {
"_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"
]
}
|