Instructions to use Aivesa/123065a1-9b3c-4f1d-9da6-851c05141cb8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Aivesa/123065a1-9b3c-4f1d-9da6-851c05141cb8 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TitanML/tiny-mixtral") model = PeftModel.from_pretrained(base_model, "Aivesa/123065a1-9b3c-4f1d-9da6-851c05141cb8") - Notebooks
- Google Colab
- Kaggle