I clone this from https://huggingface.co/cosrigel/dia-finetuning-vnese. Big thanks to cosrigel

Dia Vietnamese Checkpoint (finetuned)

Checkpoint tiếng Việt cho mô hình Dia TTS.

Sử dụng nhanh

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
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for duyluandethuong/dia-vietnamese

Base model

nari-labs/Dia-1.6B
Finetuned
(1)
this model

Dataset used to train duyluandethuong/dia-vietnamese