Instructions to use AnamayaVyas/phi3-mini-nvd-security-qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AnamayaVyas/phi3-mini-nvd-security-qlora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/kaggle/input/models/Microsoft/phi-3/pytorch/phi-3.5-mini-instruct/2") model = PeftModel.from_pretrained(base_model, "AnamayaVyas/phi3-mini-nvd-security-qlora") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!