Instructions to use VERSIL91/d37ae2ad-8efd-486f-8458-fde2b964354e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/d37ae2ad-8efd-486f-8458-fde2b964354e with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TitanML/tiny-mixtral") model = PeftModel.from_pretrained(base_model, "VERSIL91/d37ae2ad-8efd-486f-8458-fde2b964354e") - Notebooks
- Google Colab
- Kaggle