cosrigel/vn_tts_medium_clean
Viewer • Updated • 3.89k • 83 • 2
Checkpoint tiếng Việt cho mô hình Dia TTS.
from huggingface_hub import hf_hub_download
import safetensors.torch as st
ckpt = hf_hub_download("cosrigel/dia-finetuning-vnese", filename="model.safetensors")
state = st.load_file(ckpt) # dict tên->tensor
# ... khởi tạo kiến trúc từ code project rồi nạp state_dict