Instructions to use nhungphammmmm/1c5a9f83-0602-4277-b6b7-c92e30634720 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhungphammmmm/1c5a9f83-0602-4277-b6b7-c92e30634720 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Phi-3.5-mini-instruct") model = PeftModel.from_pretrained(base_model, "nhungphammmmm/1c5a9f83-0602-4277-b6b7-c92e30634720") - Notebooks
- Google Colab
- Kaggle
Ctrl+K