Jinsaryko/Ceylia
Viewer • Updated • 1.53k • 12 • 5
How to use vinhnx90/VT-Orpheus-3B-TTS-lora-adapter with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("vinhnx90/VT-Orpheus-3B-TTS-lora-adapter", device_map="auto")VT-Orpheus-3B-TTS-lora-adapter is a Lora adapter fine-tuned from Orpheus-TTS.
Dataset is from https://huggingface.co/datasets/Jinsaryko/Ceylia.
prompts = [
"Seriously? <giggle> That's the cutest thing I've ever heard!",
]
This llama model was trained 2x faster with Unsloth and Huggingface's TRL library.
Base model
meta-llama/Llama-3.2-3B-Instruct