File size: 1,546 Bytes
b232be0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
52
53
54
55
56
57
{
  "processor": {
    "type": "VermoProcessor",
    "trainable": false,
    "save_ckpt": false,
    "module_dtype": "fp32",
    "pretrained_text_tokenizer": {
      "type": "AutoTokenizer",
      "from_pretrained": {
        "pretrained_model_name_or_path": "tokenizer"
      }
    },
    "smpl_pose_processor": {
      "type": "VermoSMPL22Processor",
      "do_normalize": true,
      "stats_file": "stats/smplh_universal_stats_aug.json",
      "rot_type": "rotation_6d",
      "transl_type": "abs_rel",
      "smpl_type": "smpl_22"
    },
    "multi_person_smpl_pose_processor": {
      "type": "VermoSMPL22Processor",
      "do_normalize": true,
      "stats_file": "stats/smplh_universal_stats_aug.json",
      "rot_type": "rotation_6d",
      "transl_type": "abs_rel",
      "smpl_type": "smpl_22"
    },
    "motion_tokenizer": {
      "type": "VQVAEWanMotion2DTK",
      "from_pretrained": {
        "pretrained_model_name_or_path": "motion_tokenizer"
      }
    },
    "audio_tokenizer": null,
    "audio_codebook_size": 4096,
    "instruction_stage": true,
    "optional_input_modal_mode": "none",
    "task_template_mode": "first",
    "shuffle_condition_parts": false,
    "shuffle_output_parts": false,
    "max_seq_len": 0
  },
  "lm": {
    "type": "VermoLlamaForCausalLM",
    "trainable": false,
    "save_ckpt": false,
    "module_dtype": "bf16",
    "from_pretrained": {
      "pretrained_model_name_or_path": "lm",
      "torch_dtype": "bf16",
      "attn_implementation": "sdpa"
    }
  },
  "mean_init_embeddings": false
}