Instructions to use VERSIL91/61b418ec-5704-4147-8b29-c34a31aa2871 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use VERSIL91/61b418ec-5704-4147-8b29-c34a31aa2871 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/61b418ec-5704-4147-8b29-c34a31aa2871") - Notebooks
- Google Colab
- Kaggle
Ctrl+K