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
Ctrl+K