Motius-MotionLCM-HumanML3D / model_index.json
ZeyuLing's picture
Normalize Motius Pipeline.from_pretrained metadata
d2db265 verified
Raw
History Blame Contribute Delete
1.91 kB
{
"model_type": "motionlcm",
"library_name": "motius",
"task": "text-to-motion",
"dataset": "HumanML3D",
"representation": "HumanML3D-263",
"artifact_format": "motius-motionlcm-v1",
"files": [
"motionlcm_config.json",
"vae.safetensors",
"denoiser.safetensors",
"Mean.npy",
"Std.npy"
],
"_class_name": "MotionLCMPipeline",
"_library_name": "motius",
"format_version": 1,
"pipeline_class": "motius.pipelines.motionlcm.MotionLCMPipeline",
"bundle_class": "motius.models.motionlcm.MotionLCMBundle",
"tasks": [
"text_to_motion"
],
"required_files": [
"Mean.npy",
"Std.npy",
"denoiser.safetensors",
"motionlcm_config.json",
"text_encoder/sentence-t5-large/.gitattributes",
"text_encoder/sentence-t5-large/1_Pooling/config.json",
"text_encoder/sentence-t5-large/2_Dense/config.json",
"text_encoder/sentence-t5-large/2_Dense/model.safetensors",
"text_encoder/sentence-t5-large/2_Dense/pytorch_model.bin",
"text_encoder/sentence-t5-large/README.md",
"text_encoder/sentence-t5-large/config.json",
"text_encoder/sentence-t5-large/config_sentence_transformers.json",
"text_encoder/sentence-t5-large/model.safetensors",
"text_encoder/sentence-t5-large/modules.json",
"text_encoder/sentence-t5-large/sentence_bert_config.json",
"text_encoder/sentence-t5-large/special_tokens_map.json",
"text_encoder/sentence-t5-large/spiece.model",
"text_encoder/sentence-t5-large/tokenizer.json",
"text_encoder/sentence-t5-large/tokenizer_config.json",
"vae.safetensors"
],
"api": {
"loader": "motius.Pipeline.from_pretrained",
"task_methods": [
"infer_text_to_motion"
]
},
"artifacts": {
"text_encoder": "text_encoder/sentence-t5-large"
},
"components": {
"text_encoder": {
"stored_in_artifact": true,
"path": "text_encoder/sentence-t5-large"
}
}
}