metadata
language:
- vi
- en
pipeline_tag: text-to-speech
library_name: pytorch
tags:
- dia
- vietnamese
- tts
datasets:
- capleaf/viVoice
base_model:
- cosrigel/dia-finetuning-vnese
license: cc-by-nc-sa-4.0
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