Instructions to use nhung03/8a5e8a55-d5c2-4227-93e6-bf766c4fd3aa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhung03/8a5e8a55-d5c2-4227-93e6-bf766c4fd3aa with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-mini-4k-instruct") model = PeftModel.from_pretrained(base_model, "nhung03/8a5e8a55-d5c2-4227-93e6-bf766c4fd3aa") - Notebooks
- Google Colab
- Kaggle
Ctrl+K