File size: 1,145 Bytes
242b203 | 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 | # SentiAvatar Model Checkpoints
่ฏทไปไปฅไธไฝ็ฝฎไธ่ฝฝๆจกๅๆ้๏ผๅนถๆพ็ฝฎๅฐๆญค็ฎๅฝไธ๏ผ
## ็ฎๅฝ็ปๆ
```
checkpoints/
โโโ llm/ # Qwen2-0.5B SFT (Motion Token Planner)
โ โโโ config.json
โ โโโ model.safetensors
โ โโโ tokenizer.json
โ โโโ ...
โโโ mask_transformer/ # Audio-Motion Mask Transformer
โ โโโ config.json
โ โโโ model.safetensors
โโโ rvqvae/ # Residual VQ-VAE
โ โโโ opt.txt # ๆจกๅ้
็ฝฎ
โ โโโ model/
โ โโโ epoch_30.pth # ๆจกๅๆ้
โโโ face_vqvae/ # Face VQVAE
โ โโโ pytorch_model_face_fad2cl_260116_codesize2048_codelength512.bin
โ โโโ mat_final.npy
โ โโโ mat_final_R_I.npy
โโโ chinese-hubert-base/ # Chinese HuBERT
โ โโโ config.json
โ โโโ preprocessor_config.json
โ โโโ pytorch_model.bin
โโโ eval_model/ # ChronAccRet ่ฏๆตๆจกๅ
โโโ best_model.pt
```
|