Instructions to use aleegis12/9dd762df-b335-4b8d-a136-50b7cbbc16b5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use aleegis12/9dd762df-b335-4b8d-a136-50b7cbbc16b5 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("echarlaix/tiny-random-PhiForCausalLM") model = PeftModel.from_pretrained(base_model, "aleegis12/9dd762df-b335-4b8d-a136-50b7cbbc16b5") - Notebooks
- Google Colab
- Kaggle
Ctrl+K