Instructions to use thubaggins/lora-thu-coi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thubaggins/lora-thu-coi with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("pnnbao-ump/VieNeu-TTS-0.3B") model = PeftModel.from_pretrained(base_model, "thubaggins/lora-thu-coi") - 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-0.3B - 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-0.3B",
device_map="auto"
)
model = PeftModel.from_pretrained(
base_model,
"thubaggins/lora-thu-coi"
)
## 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 thubaggins/lora-thu-coi
Base model
pnnbao-ump/VieNeu-TTS-0.3B