Instructions to use RaykieLee/task-2-microsoft-Phi-3.5-mini-instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use RaykieLee/task-2-microsoft-Phi-3.5-mini-instruct with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3.5-mini-instruct") model = PeftModel.from_pretrained(base_model, "RaykieLee/task-2-microsoft-Phi-3.5-mini-instruct") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.