Instructions to use luukien/VieNeu-TTS-0.3B-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use luukien/VieNeu-TTS-0.3B-v2 with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
🦜 VieNeu-TTS-LoRA (Ngọc Huyền)
LoRA adapter được fine-tune từ base model VieNeu-TTS-0.3B để huấn luyện giọng đọc Ngọc Huyền (Vbee).
Code finetune VieNeu-TTS tại repo: https://github.com/pnnbao97/VieNeu-TTS
🔗 Base Model
- Base model:
pnnbao-ump/VieNeu-TTS-v2 - Repo này chỉ chứa LoRA adapter, không bao gồm model gốc.
📦 Dataset
🚀 Usage
from transformers import AutoModelForCausalLM
from peft import PeftModel
base_model = AutoModelForCausalLM.from_pretrained(
"pnnbao-ump/VieNeu-TTS-v2",
device_map="auto"
)
model = PeftModel.from_pretrained(
base_model,
"luukien/VieNeu-TTS-0.3B-v2"
)
## Credits
Base model: Phạm Nguyễn Ngọc Bảo
LORA finetuning: Phạm Nguyễn Ngọc Bảo
- Downloads last month
- -
Model tree for luukien/VieNeu-TTS-0.3B-v2
Base model
pnnbao-ump/VieNeu-TTS-v2