File size: 879 Bytes
4fc0322 16f719f 4fc0322 | 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 | {
"_class_name": "TM2TPipeline",
"_library_name": "motius",
"model_type": "tm2t",
"format": "motius-tm2t-artifact-v1",
"bundle_class": "motius.models.tm2t.TM2TBundle",
"pipeline_class": "motius.pipelines.tm2t.TM2TPipeline",
"api": {
"loader": "motius.Pipeline.from_pretrained",
"task_methods": [
"infer_motion_to_text"
]
},
"format_version": 1,
"tasks": [
"motion_to_text"
],
"required_files": [
"glove/our_vab_data.npy",
"glove/our_vab_idx.pkl",
"glove/our_vab_words.pkl",
"t2m/M2T_EL4_DL4_NH8_PS/meta/mean.npy",
"t2m/M2T_EL4_DL4_NH8_PS/meta/std.npy",
"t2m/M2T_EL4_DL4_NH8_PS/model/finest.tar",
"t2m/M2T_EL4_DL4_NH8_PS/opt.txt",
"t2m/VQVAEV3_CB1024_CMT_H1024_NRES3/meta/mean.npy",
"t2m/VQVAEV3_CB1024_CMT_H1024_NRES3/meta/std.npy",
"t2m/VQVAEV3_CB1024_CMT_H1024_NRES3/model/finest.tar"
]
}
|