Instructions to use nttx/ef573d71-68f1-4f4b-b3d6-5cf8f8305d2e with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nttx/ef573d71-68f1-4f4b-b3d6-5cf8f8305d2e with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-mini-128k-instruct") model = PeftModel.from_pretrained(base_model, "nttx/ef573d71-68f1-4f4b-b3d6-5cf8f8305d2e") - Notebooks
- Google Colab
- Kaggle
Ctrl+K