Instructions to use xDre4m524/VieNeu-TTS-0.3B-lora-ngoc-huyen with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use xDre4m524/VieNeu-TTS-0.3B-lora-ngoc-huyen 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, "xDre4m524/VieNeu-TTS-0.3B-lora-ngoc-huyen") - Notebooks
- Google Colab
- Kaggle
Ctrl+K